1. 24 Jan, 2004 1 commit
  2. 22 Jan, 2004 8 commits
    • Mikael Pettersson's avatar
      [PATCH] non-integrated local APIC LVTT init compatibility · c8609416
      Mikael Pettersson authored
      Add back the old i82489DX bits to use timer scaling for the old
      non-integrated APIC setup. 
      
      It's possible these bits don't need to be set on i82489DXs,
      but not having this HW for testing I elected to maintain
      the old behaviour on these old machines.
      c8609416
    • Linus Torvalds's avatar
      Fix APIC timer initialization. · a81a6a07
      Linus Torvalds authored
      We used to write fields that were marked RESERVED and that
      are apparently some old stale timer base. Stop doing that.
      
      Verified with Mikael Pettersson, and confirmed to fix ACPI
      boot-time lockups for a few people. 
      a81a6a07
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmcia · 2004bed7
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      2004bed7
    • Andrew Morton's avatar
      [PATCH] ppc64: include i2c in config · 2e18152b
      Andrew Morton authored
      ppc64 doesn't use drivers/Kconfig (it should) so it needs to include i2c by
      hand.
      2e18152b
    • Andrew Morton's avatar
      [PATCH] ppc64: add missing sched_balance_exec() call · 32a43f83
      Andrew Morton authored
      From: Anton Blanchard <anton@samba.org>
      
      We were missing the sched_balance_exec call.  Could explain some NUMA
      scheduling weirdness we were seeing.
      32a43f83
    • Andrew Morton's avatar
      [PATCH] document RAID-6 support in mdadm-1.5.0 · f27f09c3
      Andrew Morton authored
      From: "H. Peter Anvin" <hpa@zytor.com>
      
      This is purely a doc patch saying RAID-6 support is available in
      mdadm-1.5.0 and the patch is no longer necessary.
      f27f09c3
    • Andrew Morton's avatar
      [PATCH] RAID-6 fixes · 85227cef
      Andrew Morton authored
      From: "H. Peter Anvin" <hpa@zytor.com>
      
      As expected, when it hit mainline I started getting real bug reports... 
      the attached patch does the following:
      
      - Fixes a few x86-64 specific bugs;
      
      - Removes MMX and SSE-1 from x86-64 (if we have x86-64 we have SSE-2);
      
      - Slightly astracts the integer code to make it easier to add
        architecture-specific optimizations later (e.g.  IA64 once gcc gets
        better IA64 intrinsics support);
      
      - Resurrects the user-space testbench, and makes it not output the known
        false positive of the D+Q case (D+Q is equivalent to a RAID-5 recovery,
        so I didn't implement it in the user-space testbench.)
      85227cef
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.6 · 8776d039
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      8776d039
  3. 21 Jan, 2004 15 commits
  4. 20 Jan, 2004 16 commits