ChangeSet@1.1692, 2004-02-15 18:41:32-08:00, jgarzik@pobox.com
  [PATCH] Update mac network drivers
  
  This should merge up the final piece of the ppc32/64 saga: the mac
  PowerMac MACE and Airport network drivers.
  
  Both of them are ported to the mac-io infrastructure, all probe code
  rewritting & cleaned up, better error handling & resource management.

ChangeSet@1.1691, 2004-02-15 18:14:15-08:00, torvalds@home.osdl.org
  Fix radeonfb to use the proper BIOS reference divider for
  flat-panel displays.
  
  From: Benjamin Herrenschmidt <benh@kernel.crashing.org>

ChangeSet@1.1690, 2004-02-15 17:57:16-08:00, benh@kernel.crashing.org
  [PATCH] fix radeonfb "noaccel" command line
  
  Fix proper detection of the "noaccel" command line argument for
  new radeonfb so we can boot without acceleration. Useful when
  diagnosing an accel-related problem.

ChangeSet@1.1689, 2004-02-15 16:46:59-08:00, torvalds@evo.osdl.org
  Fix user-visible typo in printk.
  
  Somebody has been watching lord of the rings a bit too
  much.. "My precioussssss.."

ChangeSet@1.1688, 2004-02-15 14:25:38-08:00, torvalds@evo.osdl.org
  Fix new radeon clock calculation.
  
  From Peter Osterlund <petero2@telia.com>
  
  This code only ends up being used when all else fails,
  so probably very few people actually ever saw this.

ChangeSet@1.1686, 2004-02-15 09:34:26-08:00, petero2@telia.com
  [PATCH] Missing initialization code for old radeon driver
  
  You can still build the old driver, but it doesn't work unless you also
  enable it like this..

ChangeSet@1.1685, 2004-02-15 09:33:50-08:00, benh@kernel.crashing.org
  [PATCH] fbcon notified of suspend/resume
  
  This makes fbcon ask for notification of events from fbdev to deal with
  suspend/resume (stop cursor on suspend, refresh screen on resume).
  Could probably do more (like dealing better with the cursor timer), but
  this simple implementation works fine enough for now.

ChangeSet@1.1684, 2004-02-15 09:33:19-08:00, benh@kernel.crashing.org
  [PATCH] fbdev state management
  
  This adds some "state" information for power management to fbdev's,
  along with a notifier mecanism to inform clients of state changes.  It
  also "uses" this mecanism in the function fb_set_suspend() which was an
  empty placeholder previously, and "shields" various places that access
  the HW when state isn't running.  (It's best to not call them in the
  first place, but the current state of fbcon makes that _very_ difficult)

ChangeSet@1.1683, 2004-02-15 09:32:46-08:00, benh@kernel.crashing.org
  [PATCH] Update aty128fb video driver
  
  This updates the aty128fb driver.  It adds more PCI IDs, uses the new
  framebuffer alloc/release functions, make BIOS PLL data access more
  reliable (using ROM whenever possible, with a fallback to RAM BIOS
  image), cleanup the Power Management stuff (get rid of PowerMac specific
  stuffs, use real PCI ones instead), along with some style cleanups

ChangeSet@1.1682, 2004-02-15 09:32:22-08:00, benh@kernel.crashing.org
  [PATCH] Fix fbdev pixmap locking
  
  This removes the broken locking code in the pixmaps, and rewrite the
  buffer access function to properly call fb_sync when needed.  The old
  broken loocking is useless as we are covered by the console semaphore in
  all cases hopefully (except if I missed one :)

ChangeSet@1.1681, 2004-02-15 09:32:00-08:00, benh@kernel.crashing.org
  [PATCH] shield fbdev operations with console semaphore
  
  This fixes the fbdev ioctl's and fbcon cursor management with the
  console semaphore, which is the best we can do at this point in 2.6,
  thus fixing a bunch of races where we could have, for example, tried to
  blit while changing mode, etc..

ChangeSet@1.1680, 2004-02-15 09:31:44-08:00, benh@kernel.crashing.org
  [PATCH] Fix Oops & warning on PPC in rivafb
  
  Independently from the other fbdev updates I'm cooking (some of them
  will be in your mailbox rsn), this fixes an error in parameter passing
  to a function in rivafb (only used on ppc) that could cause an oops and
  definitely causes a warning at compile time.

ChangeSet@1.1679, 2004-02-15 09:31:30-08:00, benh@kernel.crashing.org
  [PATCH] Remove debug cruft from via-pmu.c driver

ChangeSet@1.1678, 2004-02-15 09:31:18-08:00, rusty@rustcorp.com.au
  [PATCH] Sparc no longer F*cked Up
  
  From: Keith M Wesolowski <wesolows@foobazco.org>
  
  As of 2.6.3, restore_flags will no longer modify cwp on sparc.
  Therefore you can apply this patch to the locking guide.
  
  [ Indeed.  I'll also remove the atomic comments from Hacking
    Guide as part of my revision there when I get back to it.  --RR ]

ChangeSet@1.1500.33.6, 2004-02-15 16:47:56+01:00, marcel@holtmann.org
  [Bluetooth] Revert reference counting fixes
  
  The RFCOMM TTY code don't leak reference counting, because the TTY layer
  will call the ->close() method even if open fails and the reference count
  is decreased there.
  
  Patch from David Woodhouse <dwmw2@infradead.org>

ChangeSet@1.1677, 2004-02-14 18:42:44-08:00, torvalds@home.osdl.org
  Linux 2.6.3-rc3
  TAG: v2.6.3-rc3