ChangeSet@1.2128, 2004-12-05 08:32:07-08:00, gandalf@wlug.westbo.se
  [PATCH] Fix ALSA resume
  
  Some time ago, a patch was merged that removed pci_save_state() and
  pci_restore_state() from various ALSA drivers. That patch also added
  pci_restore_state() to sound/core/init.c but didn't add pci_save_state()
  anywhere. This is needed since the core pci handling doesn't do this for
  us anymore.
  
  My laptop doesn't resume (gets what I assume is an ACPI timeout and
  hangs solid) without this small obvious patch.
  
  Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se>
  Fixed-by: Takashi Iwai <tiwai@suse.de>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.2124.1.1, 2004-12-04 19:34:20-08:00, davem@nuts.davemloft.net
  [SPARC64]: Fix SMP cpu bringup bug when bigkernel.
  
  We have to load the bigkernel second TLB entry on
  secondary processors before we move over the use
  the kernel trap table.  Otherwise we can take a
  TLB miss somewhere in the post-4MB area and the
  TLB handler is not prepared to service that.
  
  The case that usually occurs is the prom_set_trap_table
  call made by trampoline.S, since p1275buf usually sits
  very near the end of the kernel image.  It worked by
  luck most of the time as long as p1275buf sits within
  a single page since earlier code running in trampoline.S
  forced that TLB entry to be loaded by the OBP TLB miss
  handler.
  
  This was not fun to figure out.
  
  Signed-off-by: David S. Miller <davem@davemloft.net>

ChangeSet@1.2055.1.196, 2004-12-04 21:09:09+00:00, rmk@flint.arm.linux.org.uk
  [SERIAL] Ensure correct units for close_delay and closing_wait.
  
  Use milliseconds internally for these delays, and convert them
  to centiseconds at the interface boundary to the ioctl
  configuration controls.

ChangeSet@1.2098.1.3, 2004-12-03 22:32:50+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Add per_cpu data area to linker script.

ChangeSet@1.2098.1.2, 2004-12-03 22:22:04+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Ensure user ops pass 64-bit constants in even,odd registers.
  
  Always pass values to get_user and put_user in an even numbered
  register, and optionally the next odd numbered register.  This
  ensures that we are compatible with compiler enhancements.

ChangeSet@1.2124, 2004-12-03 12:57:06-08:00, torvalds@ppc970.osdl.org
  Linux 2.6.10-rc3
  TAG: v2.6.10-rc3