ChangeSet@1.2034, 2004-09-30 21:28:12-07:00, torvalds@evo.osdl.org
  Fix up and type-annotate sis fb driver
  
  Some dual use type errors still exist, where the
  bios mapping is type-confused.

ChangeSet@1.2033, 2004-09-30 19:58:07-07:00, torvalds@evo.osdl.org
  Do trivial __iomem annotations for tridentfb.c
  
  A few one-liners removed hundreds of lines of warnings.
  The driver was clean, just not using the proper types.

ChangeSet@1.2032, 2004-09-30 19:54:59-07:00, torvalds@evo.osdl.org
  Fix up MMIO pointer types and add __iomem annotations to radeonfb.c
  
  It was almost correct, apart from some silly details.
  
  The x86 ROM probing is still wrong, and doesn't use the proper
  PCI MMIO accessor functions. Sparse (correctly) warns about
  it.

ChangeSet@1.2031, 2004-09-30 19:44:19-07:00, torvalds@evo.osdl.org
  Remove casts and add __iomem annotations to gdth driver

ChangeSet@1.2030, 2004-09-30 18:35:01-07:00, torvalds@evo.osdl.org
  Fix cyclades driver types, and add __iomem annotations.
  
  Remove absolutely tons of totally unnecessary casts,
  once the types are done right in the first place.
  
  The driver is still ugly as hell and needs some serious
  indentation fixing, but this makes it not spew hundreds
  of warnings any more.

ChangeSet@1.2029, 2004-09-30 17:04:11-07:00, greg@kroah.com
  [PATCH] USB: remove FIXME created from tty core changes in empeg driver.
  
  Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.2028, 2004-09-30 17:03:59-07:00, greg@kroah.com
  [PATCH] USB: fix error in bluetty.c driver caused by tty core changes
  
  Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.2027, 2004-09-30 16:23:12-07:00, torvalds@ppc970.osdl.org
  The hpet acpi driver is not __initdata.
  
  We register it with the ACPI layer, and it's alive long
  after init.
  
  Noted by Bjorn Helgaas.

ChangeSet@1.2026, 2004-09-30 14:18:32-07:00, torvalds@ppc970.osdl.org
  Wisdom passed down the ages on clay tablets.
  
  Only recently digitized for our edification.

ChangeSet@1.2025, 2004-09-30 12:16:36-07:00, shemminger@osdl.org
  [PATCH] limit max jiffy of msecs_to_jiffies

ChangeSet@1.2024, 2004-09-30 11:25:46-07:00, torvalds@ppc970.osdl.org
  Fix up natsemi network driver IO accessor types.
  
  Basic cleanup - replace untyped/wrongly typed "dev->base_addr" with
  use of a strongly typed "ioaddr".
  
  Fixed up resulting mii_delay() search-and-replace error noticed by
  Andrey Klochko.
  
  Verified by Franz Pletz.

ChangeSet@1.1946.7.11, 2004-09-30 16:31:06+00:00, eranian@hpl.hp.com
  [IA64] minor fix to perfmon
  
  change the return value of PFM_CREATE_CONTEXT from
  EAGAIN to ENOMEM when the sampling buffer size is
  larger than the RLIMIT_MEMLOCK limit of the task.
  
  signed-off-by: Stephane Eranian <eranian@hpl.hp.com>
  Signed-off-by: Tony Luck <tony.luck@intel.com>

ChangeSet@1.1946.7.10, 2004-09-30 16:27:05+00:00, eranian@hpl.hp.com
  [IA64] perfmon2 fix for TASK_TRACED
  
  fix a problem in pfm_check_task_state() and pfm_task_incompatible()
  which was caused by the introduction of the new TASK_TRACED state.
  Tool would fail to attach to a process,i.e., PFM_LOAD_CONTEXT would
  fail. With the fix perfmon now accepts to operate on tasks which are
  in either TASK_STOPPED or TASK_TRACED state. The problem was tracked
  down by Alex Williamson from HP who also submitted the patch.
  
  signed-off-by: Stephane Eranian <eranian@hpl.hp.com>
  Signed-off-by: Tony Luck <tony.luck@intel.com>

ChangeSet@1.2022, 2004-09-30 08:41:37-07:00, Andries.Brouwer@cwi.nl
  [PATCH] overcommit symbolic constants
  
  Played a bit with overcommit the past hour.
  
  Am not entirely satisfied with the no overcommit mode 2 -
  programs segfault when the system is close to that boundary.
  So, instead of the somewhat larger patch that I planned to send,
  just symbolic names for the modes.

ChangeSet@1.2021, 2004-09-30 08:41:24-07:00, alan@redhat.com
  [PATCH] Fix typo in final changes to old i4l tty code

ChangeSet@1.2020, 2004-09-30 08:41:12-07:00, alan@redhat.com
  [PATCH] fix typo in capi driver
  
  I didn't have ISDN builds on in my tree for some reason hence missing these
  two from the tidy ups at the end. Marcel Holtmann also came up with the
  same fixes although I didnt find that email until I did these.
  
  Signed-off-by: Alan Cox

ChangeSet@1.2019, 2004-09-30 08:23:27-07:00, benh@kernel.crashing.org
  [PATCH] ppc64: Fix incorrect initialization of hash table on some pSeries
  
  The hash table wasn't fully initialized on some pSeries that had
  the workaround for no batching.
  
  Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.2018, 2004-09-30 08:23:15-07:00, rddunlap@osdl.org
  [PATCH] pc300: remove extra paren.
  
  Remove an extra left-paren.
  
  Acked-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
  Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.2016, 2004-09-29 19:40:21-07:00, torvalds@ppc970.osdl.org
  Linux 2.6.9-rc3
  TAG: v2.6.9-rc3