ChangeSet@1.1094, 2003-03-05 21:39:41-08:00, torvalds@home.transmeta.com
  Fix up some timeouts to use the proper types.
  
  (While "signed long" is the same in practice, it is technically
  incorrect, and the new anal type-checker complains).

ChangeSet@1.1093, 2003-03-05 21:22:59-08:00, davem@nuts.ninka.net
  [JIFFIES]: Use typecheck in time_foo jiffies macros.

ChangeSet@1.1092, 2003-03-05 21:22:16-08:00, davem@nuts.ninka.net
  [KERNEL]: Add typecheck macro for verifying types at compile time.

ChangeSet@1.1086.1.4, 2003-03-05 17:44:21-06:00, mochel@osdl.org
  cpufreq: fix compile error.
  
  Use ->dev instead of ->intf.dev in struct cpufreq_policy. Introduced whilst
  cleaning up part of the cpufreq code. 

ChangeSet@1.1086.1.3, 2003-03-05 17:38:05-06:00, mochel@osdl.org
  sysfs: don't complain when sysfs can't register.
  
  During startup, sysfs won't succeed in registering with itself, because
  it's not yet inititialized. This was causing an unnecessary error on boot.

ChangeSet@1.1086.1.2, 2003-03-05 17:33:10-06:00, mochel@osdl.org
  driver model: fix platform_match()
  
  - Make it compare the name in struct platform_dev to the driver's name.
  
  From Dominik Brodowski

ChangeSet@1.1086.1.1, 2003-03-05 17:27:00-06:00, mochel@osdl.org
  sysfs: Make sure root inode is executable and readable by everyone.

ChangeSet@1.1090, 2003-03-05 14:25:25-08:00, levon@movementarian.org
  [PATCH] Fix oprofile on UP, small additional fix
  
  The below has been in -mm for a while, and has been tested on my UP
  and 2-way machines.
  
  OProfile was completely unsafe on UP - a spinlock is no protection
  against the NMI arriving and putting data into the buffer. Pretty stupid
  bug. This fixes it by implementing reader/writer windows in the buffer
  and removing the lock altogether. This patch was originally done by Will
  Cohen.
  
  It also fixes the oops Dave Hansen saw on 2.5.62 SMP

ChangeSet@1.1089, 2003-03-05 11:57:07-08:00, andmike@us.ibm.com
  [PATCH] Fix SCSI error handler abort case
  
  I had my list empty checks reversed if aborting and bus device reset
  failed.  The condition that causes the error handler to run is still
  unknown.

ChangeSet@1.1088, 2003-03-05 08:23:08-08:00, davem@nuts.ninka.net
  [SPARC64]: Fix cpufreq config deps.

ChangeSet@1.1086, 2003-03-05 07:36:20-08:00, davem@redhat.com
  [PATCH] Fix time comparison typing bugs.
  
  Many places use inappropriate types for comparing jiffies,
  int for example.  Fix those places up.

ChangeSet@1.1085, 2003-03-04 19:11:19-08:00, torvalds@home.transmeta.com
  Linux 2.5.64
  TAG: v2.5.64