1. 10 Mar, 2004 6 commits
    • David Brownell's avatar
      [PATCH] Proper OHCI unlink fix. · 6c5446e4
      David Brownell authored
      Getting some blood sugar made the real fix for that become
      obvious! This replaces the preceding TEMPORARY hack.
      
      Only unlink EDs that aren't already being unlinked!
      
      Duh.
      6c5446e4
    • David Brownell's avatar
      [PATCH] USB: fix OHCI list corruption · b468eef0
      David Brownell authored
      Fix some OHCI TD list corruption issues:
      
          - Don't rewrite HC registers holding ED pointers until the HC
            had a good chance to finish using them.
      
          - Don't ever modify ed->hwTailP
      
      Adds text describing the different ED states.
      
      Adds TEMPORARY hack that may make a "rm_list becomes circular" bug
      continuable.
      b468eef0
    • Linus Torvalds's avatar
      Revert 8259 timer ack workaround · 87a5b745
      Linus Torvalds authored
      This patch was trying to work around buggy SMM bios but causes problems
      by not deasserting NMI irq line (reported by Thomas Schlicht) for some
      integrated local apic.
      
      This patch was written originally as an optimization (with the side
      effect to fix those bugged bios) but was never applied to 2.4 tree.
      
      The rational was: fix your bios instead. 
      
      Cset exclude: akpm@osdl.org|ChangeSet|20040219045328|16041
      87a5b745
    • Andrew Morton's avatar
      [PATCH] tty oops fix · 4eedca38
      Andrew Morton authored
      From: William Lee Irwin III <wli@holomorphy.com>
      
      Remember to invalidate the task->tty of threads, otherwise prod_pid_stat()
      later stumbles over the dangling pointers and crashes.
      4eedca38
    • Linus Torvalds's avatar
      Make bad_page() print out information about who triggered it. · 3a1bf819
      Linus Torvalds authored
      The condition still seems to happen on ppc64.
      3a1bf819
    • Linus Torvalds's avatar
  2. 09 Mar, 2004 32 commits
  3. 08 Mar, 2004 2 commits