1. 07 Jan, 2004 2 commits
  2. 06 Jan, 2004 6 commits
    • Andrew Morton's avatar
      [PATCH] ia32 sched_clock() deadlock fix · c1e4ed23
      Andrew Morton authored
      From: Ingo Molnar <mingo@elte.hu>,
      
      Voyager is getting odd deadlocks due to the taking of xtime_lock() in
      sched_clock()->get_jiffies_64().
      
      I had this patch queued up to fix a different deadlock, which occurs when we
      relax the requirement that TSC's be synchronised across CPUs.  But it will
      fix James' deadlock too.
      c1e4ed23
    • Andrew Morton's avatar
      [PATCH] dvb: firmware fixes · c358e219
      Andrew Morton authored
      From: Michael Hunold <hunold@convergence.de>
      
      - move around sp887x firmware file entry to be close to sp887x selection
      
      - fix a bunch of filenames to point to /usr/lib/hotplug/firmware/ rather
        then /etc/dvb
      
      - fix the av7110 firmware config entry for "make allyesconfig"
      c358e219
    • Andrew Morton's avatar
      [PATCH] JFS fix for NFS on little-endian systems · 65916a24
      Andrew Morton authored
      From: Dave Kleikamp <shaggy@austin.ibm.com>
      
      After Jose debugged the problem down to the routine jfs_get_parent, we
      were able to find the problem.  I believe it only affects users of
      NFS-exported JFS file systems on big-endian hardware.
      
      The problem was a missing le32_to_cpu macro.  The patch also fixes a
      return code to be more consistent other implementations of get_parent.
      65916a24
    • Andrew Morton's avatar
      [PATCH] fix sysfs oops · b7e72582
      Andrew Morton authored
      From: Greg KH <greg@kroah.com>
      
      This fixes an oops when a kobject is unregistered before it's child is.
      The usb-serial devices show this bug very easily (yank out a device
      while its port is opened...)
      
      Patch was originally written by Mike Gorse <mgorse@mgorse.dhs.org>
      b7e72582
    • Andrew Morton's avatar
      [PATCH] MSI build fixes · dc8d3e60
      Andrew Morton authored
      Add missing NR_VECTORS definition to visws and pc9800.  Also, make MSI
      support dependent on CONFIG_X86_IO_APIC, as it won't build without IOAPIC
      support.
      dc8d3e60
    • Linus Torvalds's avatar
      Merge bk://linux-dj.bkbits.net/agpgart · 0e00c9ef
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      0e00c9ef
  3. 07 Jan, 2004 1 commit
  4. 06 Jan, 2004 8 commits
  5. 05 Jan, 2004 23 commits