An error occurred fetching the project authors.
  1. 25 Nov, 2002 1 commit
  2. 13 Oct, 2002 1 commit
    • David S. Miller's avatar
      [SPARC64]: Kill some port-specific bloat. · 70189e27
      David S. Miller authored
      - Uninline down/up/down_trylock/down_interruptible
      - Uninline PCI controller cfg space helpers
      - Uninline ip_fast_csum
      - Uninline some routines in signal32/sys_sparc32/unaligned
      - Uninline arch/sparc64/mm/fault.c:get_fault_init
      - NUM_IVECS need only be IMAP_NR + 1
      70189e27
  3. 04 Oct, 2002 1 commit
  4. 29 Sep, 2002 1 commit
  5. 13 Sep, 2002 1 commit
  6. 04 Jul, 2002 1 commit
    • Alexander Viro's avatar
      [PATCH] ->i_dev switched to dev_t · 88cc0d3e
      Alexander Viro authored
      	* ->i_dev followed the example of ->s_dev - it's dev_t now.  All
      remaining uses of ->i_dev either outright want dev_t (stat()) or couldn't
      care less (printing major:minor in /proc/<pid>/maps, etc.)
      88cc0d3e
  7. 08 May, 2002 1 commit
  8. 16 Apr, 2002 1 commit
  9. 09 Apr, 2002 1 commit
  10. 18 Mar, 2002 1 commit
  11. 11 Mar, 2002 1 commit
    • David S. Miller's avatar
      Sparc64 updates mostly build fixes: · 2684649b
      David S. Miller authored
      1) Update for schedule_tail and switch_to arg changes.
      2) Update for PTE highmem.
      3) Add random ioctls to ioctl32 translations.
      4) Kill migration IPI.
      5) Fixup scheduler bitmap function and move into bitops.h
      2684649b
  12. 11 Feb, 2002 1 commit
  13. 10 Feb, 2002 1 commit
  14. 09 Feb, 2002 1 commit
  15. 06 Feb, 2002 1 commit
    • Dave McCracken's avatar
      [PATCH] Third version of signal changes for thread groups · 676952b9
      Dave McCracken authored
      During the course of developing our pthread library (the NGPT pthread
      library) it became clear we needed some kernel support for handling
      signals.  This patch helps the library by redirecting all signals sent
      to tasks in a thread group to the thread group leader.  It also defines
      the tkill() system call so the library can signal a specific task if
      necessary. 
      
      Given that as far as I know NGPT is the only user of thread groups, and
      that this change would benefit any other user of thread groups, I'm
      submitting this for inclusion in the 2.5 kernel.
      
      Note that this patch also adds support for sys_gettid() for the
      architectures that don't have it.  While this could have been split into a
      spearate patch, it would create conflicts since this patch also adds
      sys_tkill(), so I felt it was cleaner to leave them together.
      
      Dave McCracken
      
      ======================================================================
      Dave McCracken          IBM Linux Base Kernel Team      1-512-838-3059
      dmccr@us.ibm.com                                        T/L   678-3059
      676952b9
  16. 05 Feb, 2002 6 commits
    • David S. Miller's avatar
      [PATCH] Sparc updates · d7b34d08
      David S. Miller authored
      Gets sparc64 in sync with 2.5.3 final changes.
      d7b34d08
    • Linus Torvalds's avatar
      v2.5.1.11 -> v2.5.2 · 5fb612aa
      Linus Torvalds authored
      - Matt Domsch: combine common crc32 library
      - Pete Zaitcev: ymfpci update
      - Davide Libenzi: scheduler improvements
      - Al Viro: almost there: "struct block_device *" everywhere
      - Richard Gooch: devfs cpqarray update, race fix
      - Rusty Russell: PATH_MAX should include the final '0' count
      - David Miller: various random updates (mainly net and sparc)
      5fb612aa
    • Linus Torvalds's avatar
      v2.4.3.7 -> v2.4.3.8 · 4095b99c
      Linus Torvalds authored
        - Al Viro: fix d_flags race between low-level fs and VFS layer.
        - David Miller: sparc updates
        - S390 update
      4095b99c
    • Linus Torvalds's avatar
      v2.4.2.7 -> v2.4.2.8 · 8b11a705
      Linus Torvalds authored
        - Paul Mackerras: PPC update for thread-safe page table handling
        - Ingo Molnar: x86 PAE update for thread-safe page table handling
        - Jeff Garzik: network driver updates, i810 rng driver, and
        "alloc_etherdev()" network driver insert race condition fix.
        - David Miller: UltraSparcIII update, network locking fixes
        - Al Viro: fix fs counts on mount failure
      8b11a705
    • Linus Torvalds's avatar
      v2.4.0.10 -> v2.4.0.11 · 5e787ed5
      Linus Torvalds authored
        - Trond Myklebust: NFS/RPC client SMP fixes
        - rth: alpha pyxis and cabriolet fixes
        - remove broken sys_wait4() declarations
        - disable radeon debugging code
        - VIA IDE driver should not enable autodma unless asked for
        - Andrey Savochkin: eepro100 update. Should fix the resource timing problems.
        - Jeff Garzik: via82cxxx_audio update
        - YMF7xx PCI audio update: get rid of old broken driver, make new
        driver handle legacy control too.
        - fix missed wakeup on block device request list
        - hpt366 controller doesn't play nice with some IBM harddisks
        - remove inode pages from the page cache only after having removed them
        from the page tables.
        - shared memory out-of-swap writepage() fixup (no more magic return)
      5e787ed5
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32