1. 07 Feb, 2002 15 commits
    • David Howells's avatar
      [PATCH] thread information block · 9b10610a
      David Howells authored
      syscall latency improvement
      
       * There's now an asm/thread_info.h header file with the basic structure
         def and asm offsets in it.
      
       * There's now a linux/thread_info.h header file which includes the asm
         version and wraps some bitops calls to make convenience functions for
         accessing the low-level flags. 
      
       * The task_struct has had some fields removed (and some flags), and has
         acquired a pointer to the thread_info struct.
      
       * task_struct's are now allocated on slabs in kernel/fork.c, whereas
         thread_info structs are allocated at the bottom of the stack pages.
      
       * Some more convenience functions are provided at the end of linux/sched.h to
         access flags in other tasks (these are here because they need to access the
         task_struct).
      9b10610a
    • Chris Wright's avatar
      [PATCH] tkill ia64 syscall table entry · 4da68d0b
      Chris Wright authored
      minor nit, but it seems the tkill() patch added a sys_tkill entry without
      removing an ia64_ni_syscall entry.
      4da68d0b
    • Matt Domsch's avatar
      [PATCH] BLKGETSIZE64 (bytes not sectors) · dc83289c
      Matt Domsch authored
      Linus, below is a patch to return the size of a device in bytes, not
      in units of 512-byte sectors (which is incorrect per function
      definition).  Tim Pepper submitted an equivalent patch for 2.4.x, now
      included in 2.4.18-pre4.  Please apply.
      dc83289c
    • Alexander Viro's avatar
      [PATCH] (6/6) more ->get_sb() · 79b4dfa9
      Alexander Viro authored
      minixfs switched.
      79b4dfa9
    • Alexander Viro's avatar
      [PATCH] (5/6) more ->get_sb() · 64954608
      Alexander Viro authored
      sysvfs and v7 switched.
      	* super.c: switched to ->get_sb()
      	* ChangeLog: fixed dates ;-)
      64954608
    • Alexander Viro's avatar
      [PATCH] (4/6) more ->get_sb() · 90f348bd
      Alexander Viro authored
      we are done with nodev filesystems - removed dead code in super.c and
      fs.h
      90f348bd
    • Alexander Viro's avatar
      [PATCH] (3/6) more ->get_sb() · 70861a8b
      Alexander Viro authored
      coda.
      70861a8b
    • Alexander Viro's avatar
      [PATCH] (2/6) more ->get_sb() · 9b7f1d7e
      Alexander Viro authored
      ncpfs.
      9b7f1d7e
    • Alexander Viro's avatar
      [PATCH] (1/6) more ->get_sb() · a4040581
      Alexander Viro authored
      smbfs switched to ->get_sb()
      a4040581
    • Vojtech Pavlik's avatar
      [PATCH] Input drivers, step #3 · 51847e22
      Vojtech Pavlik authored
      This patch updates the input core to the current version, fixing a bunch
      of bugs, adding hotplug support and a listing of available input devices
      in /proc. The later is very useful for troubleshooting.
      
      Vojtech Pavlik
      SuSE Labs
      51847e22
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/axboe/linus-merge-2.5 · 3ba2a466
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      3ba2a466
    • Jens Axboe's avatar
      Merge http://linux.bkbits.net/linux-2.5 · 2adf779d
      Jens Axboe authored
      into burns.home.kernel.dk:/usr/local/kernel/BK/linux-2.5
      2adf779d
    • Robert Love's avatar
      [PATCH] 2.5: bluetooth compile fix · 16c7c780
      Robert Love authored
      The llseek cleanup contained a typo in bluetooth/hci_vhci.c that
      prevents compile.  Thankfully it seems to be the only of this type.
      
      	Robert Love
      16c7c780
    • Jeff Garzik's avatar
      Remove deprecated SIOCDEVPRIVATE ioctls from several net drivers. The same... · c026ee55
      Jeff Garzik authored
      Remove deprecated SIOCDEVPRIVATE ioctls from several net drivers.  The same capabilities have been accessible via SIOCxMIIxxx ioctls
      since their introduction in 2.4.x, and it's DaveM's intention to
      eventually remove SIOCDEVPRIVATE during the 2.5.x series.
      c026ee55
    • Jeff Garzik's avatar
      8139too net driver updates: · b6f800b1
      Jeff Garzik authored
      * Support new clone board.
      * Count rx-lost-in-ring events.
      * Support ethtool-compatible bitmapped printk message enable number.
      * Support MII ethtool helper interface, and associated ioctls.
      * Replace some MII-related magic numbers with linux/mii.h constants.
      * Add in optional (and hopefully preferred... after testing) code
      for resetting RX DMA engine on error.
      b6f800b1
  2. 06 Feb, 2002 25 commits