An error occurred fetching the project authors.
  1. 19 Sep, 2002 1 commit
  2. 30 Aug, 2002 2 commits
    • Greg Kroah-Hartman's avatar
      17aa2fe5
    • David Brownell's avatar
      [PATCH] show pci_pool stats in driverfs] · 1e31bbe1
      David Brownell authored
      This patch exposes basic allocation statistics for pci pools,
      very much like /proc/slabinfo but applying to DMA-consistent
      memory.  A file "pools" is created in the driverfs directory
      for the relevant pci device when the first pool is created, and
      removed when the last pool is destroyed.
      
      Please merge to 2.5.latest.  If it matters, DaveM said it
      looks fine.  It produces sane output for all the 2.5.30
      USB host controller drivers.
      1e31bbe1
  3. 04 Jul, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] misc cleanups and fixes · 06be3a5e
      Andrew Morton authored
      - Comment and documentation fixlets
      
      - Remove some unneeded fields from swapper_inode (these are a
        leftover from when I had swap using the filesystem IO functions).
      
      - fix a printk bug in pci/pool.c: when dma_addr_t is 64 bit it
        generates a compile warning, and will print out garbage.  Cast it to
        unsigned long long.
      
      - Convert some writeback #defines into enums (Steven Augart)
      06be3a5e
  4. 07 May, 2002 2 commits
  5. 16 Apr, 2002 1 commit
  6. 05 Feb, 2002 1 commit
    • Linus Torvalds's avatar
      v2.4.8 -> v2.4.8.1 · a67f1b5d
      Linus Torvalds authored
        - Rui Sousa: emu10k1 module fixes, remove joystick part.
        - Alan Cox: driver merges
        - Andrea Arkangeli: alpha updates
        - David Woodhouse: up_and_exit -> complete_and_exit
        - David Miller: sparc and network update
        - Andrew Morton: update 3c59x driver
        - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes
        - Ben Collins: ieee1394 updates
        - Paul Mackerras: PPC update
        - me: make sure we don't lose position bits in "filldir()"
      a67f1b5d