1. 14 Nov, 2002 1 commit
  2. 12 Nov, 2002 9 commits
    • David Brownell's avatar
      [PATCH] usb problems (ohci-hcd + printer) · 8c339122
      David Brownell authored
      This fixes a number of issues in OHCI:
      
       - Force out the PCI write disabling control/bulk queues.
         This "shouldn't" matter, they're empty.
      
       - The rule is that if an ED is IDLE, its OK to just
         schedule it and start appending TDs.  Hard to do that
         when the typical error path left them still halted!
      
       - Sometimes ed->hwTailP needs updating when TDs are
         removed from the queue, not just ed->hwHeadP. Oops.
      
       - Oh, and it's not the high bits we want to save when
         we unlink ... it's the low bits (actually just toggle).
      
      Except for forcing the writes to the controller, these patches should
      only affect (improve :) fault and unlink handling.
      8c339122
    • Jes Sorensen's avatar
      [PATCH] rrunner PCI DMA mappings · 1e1af316
      Jes Sorensen authored
      This makes drivers/net/rrunner.[ch] use the PCI DMA mapping API.  It
      also fixes some potential SMP bugs where spin locks were taking outside
      of interrupt context without disabling interrupts.
      1e1af316
    • Andrew Morton's avatar
      [PATCH] timers: fs/ · c5221eba
      Andrew Morton authored
      ncpfs has a dynamically allocated timer.
      c5221eba
    • Andrew Morton's avatar
      [PATCH] timers: sound/ · a394e99d
      Andrew Morton authored
      Initialise dynamically allocated timers under sound/
      a394e99d
    • Andrew Morton's avatar
      [PATCH] timers: drivers/ · d58cd53d
      Andrew Morton authored
      The output from a second pass across the tree.  I visited all instances
      of ".function" and "->function".  net/ has been sent to David.
      d58cd53d
    • Linus Torvalds's avatar
      Fix more CONFIG_MODULE_UNLOAD issues · 5ffdb206
      Linus Torvalds authored
      5ffdb206
    • Pavel Machek's avatar
      [PATCH] swsusp: rewrite critical parts to assembly · 9ce91f36
      Pavel Machek authored
      This rewrites the parts that can not be safely written in C (ie the
      low-level register save/restore) to assembly.
      9ce91f36
    • Rusty Russell's avatar
      [PATCH] Fix module loader compile bug · 6a56b85f
      Rusty Russell authored
      The code was broken if module unload support was turned off.
      
      symbol_put_addr() in module.c should be moved under __symbol_put.
      6a56b85f
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/davem/BK/net-2.5 · 8c22b71f
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      8c22b71f
  3. 11 Nov, 2002 30 commits