ChangeSet@1.1592, 2004-01-22 14:11:46-08:00, mikpe@user.it.uu.se
  [PATCH] non-integrated local APIC LVTT init compatibility
  
  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.

ChangeSet@1.1591, 2004-01-22 10:08:36-08:00, torvalds@home.osdl.org
  Fix APIC timer initialization.
  
  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. 

ChangeSet@1.1589, 2004-01-22 08:15:37-08:00, akpm@osdl.org
  [PATCH] ppc64: include i2c in config
  
  ppc64 doesn't use drivers/Kconfig (it should) so it needs to include i2c by
  hand.

ChangeSet@1.1588, 2004-01-22 08:15:28-08:00, akpm@osdl.org
  [PATCH] ppc64: add missing sched_balance_exec() call
  
  From: Anton Blanchard <anton@samba.org>
  
  We were missing the sched_balance_exec call.  Could explain some NUMA
  scheduling weirdness we were seeing.

ChangeSet@1.1587, 2004-01-22 08:15:18-08:00, akpm@osdl.org
  [PATCH] document RAID-6 support in mdadm-1.5.0
  
  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.

ChangeSet@1.1586, 2004-01-22 08:15:09-08:00, akpm@osdl.org
  [PATCH] RAID-6 fixes
  
  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.)

ChangeSet@1.1584, 2004-01-21 22:38:52-08:00, vnourval@tcs.hut.fi
  [IPV6]: Add and use new 'strict' parameter to ip6_chk_addr().
  
  RFC 2461 requires that the source address of Neighbor Discovery messages
  is an address assigned to the sending interface.
  
  Duplicate Address Detection should also be interface specific. We don't,
  for example, want a node to DoS itself just because it has two interfaces
  on the same link and both happen to listen to the same multicast group. If
  there is a true duplicate on the link, the interface doing DAD will notice
  it anyway.
  
  The attached patch adds a 'strict' parameter to ip6_chk_addr() and
  ip6_get_ifaddr() to allow link-local protocols like ND and DAD to do
  strict address checks even on addresses with greater scope than
  link-local.

ChangeSet@1.1578.1.1, 2004-01-21 22:28:56-08:00, davem@nuts.ninka.net
  [SPARC64]: Add missing sched_balance_exec() to 32-bit compat execve().

ChangeSet@1.1583, 2004-01-21 22:19:54-08:00, chas@cmf.nrl.navy.mil
  [ATM]: [horizon] avoid warning about limited range of data type

ChangeSet@1.1582, 2004-01-21 22:18:33-08:00, krkumar@us.ibm.com
  [IPV6]: Explicity set *dst to NULL at top of ip6_dst_lookup().

ChangeSet@1.1581, 2004-01-21 22:16:11-08:00, shemminger@osdl.org
  [IPV6]: More missing sysctl table sentinels in addrconf.c

ChangeSet@1.1580, 2004-01-21 14:14:20-08:00, vnourval@tcs.hut.fi
  [IPV6]: Fix link-local address check in datagram.c

ChangeSet@1.1579, 2004-01-21 14:13:31-08:00, akpm@osdl.org
  [NET]: Do not mark dummy_free_one() __exit in dummy.c driver.

ChangeSet@1.1578, 2004-01-21 11:39:53-08:00, trini@kernel.crashing.org
  [PATCH] Elvis^H^H^H^H^HPaul has left the building
  
  > Paul Mackerras:
  >   o sort exception tables
  
  And as more proof that Paul is leaving us ppc32 folks, *sniff*, the
  following is needed for PPC32 to compile:

ChangeSet@1.1577, 2004-01-21 10:32:03-08:00, davej@redhat.com
  [PATCH] Check for MCE ability before checking registers.
  
  Here's a novel idea, check the CPU has machine check capabilities
  before we start polling registers.
  
  I was wondering why my VIA C3 was starting this.  Who knows it may solve
  some of the random crashes I saw there.

ChangeSet@1.1576, 2004-01-21 09:07:20-08:00, kraxel@bytesex.org
  [PATCH] video4linux driver documentation update
  
  This updates / adds documentation for the bttv, saa7134 and cx88
  video4linux drivers.

ChangeSet@1.1575, 2004-01-21 09:06:26-08:00, kraxel@bytesex.org
  [PATCH] selinux build fix
  
  trivial one: uses __init and thus needs linux/init.h

ChangeSet@1.1573, 2004-01-21 10:25:16+01:00, dtor_core@ameritech.net
  input: If we get a byte with timeout or parity flags in psmouse.c,
         we take the appropriate action. (throw the byte away, reset
         byte counter, return NAK if acking, and complain).

ChangeSet@1.1572, 2004-01-21 10:21:24+01:00, dtor_core@ameritech.net
  input: Allow Synaptics packet rate to be controlled by the
         psmouse_rate= option.

ChangeSet@1.1569.1.3, 2004-01-21 00:39:39-08:00, davem@nuts.ninka.net
  [SPARC64]: Update defconfig.

ChangeSet@1.1571, 2004-01-21 09:29:55+01:00, vojtech@ucw.cz
  Merge ucw.cz:/home/vojtech/bk/linus into ucw.cz:/home/vojtech/bk/input

ChangeSet@1.1569.1.2, 2004-01-21 00:10:44-08:00, davem@nuts.ninka.net
  [TTUSB]: ttusb_dec.c needs linux/init.h

ChangeSet@1.1569.1.1, 2004-01-20 22:28:05-08:00, davem@nuts.ninka.net
  [SPARC64]: Fix 32-bit execve out_mm error path.
  
  Do not pass a NULL mm to mmdrop().

ChangeSet@1.1569, 2004-01-20 19:38:07-08:00, torvalds@home.osdl.org
  Linux 2.6.2-rc1
  TAG: v2.6.2-rc1