An error occurred fetching the project authors.
  1. 27 Feb, 2004 1 commit
  2. 25 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] add syscalls.h · 0bab0642
      Andrew Morton authored
      From: "Randy.Dunlap" <rddunlap@osdl.org>
      
      Add syscalls.h, which contains prototypes for the kernel's system calls.
      Replace open-coded declarations all over the place.  This patch found a
      couple of prior bugs.  It appears to be more important with -mregparm=3 as we
      discover more asmlinkage mismatches.
      
      Some syscalls have arch-dependent arguments, so their prototypes are in the
      arch-specific unistd.h.  Maybe it should have been asm/syscalls.h, but there
      were already arch-specific syscall prototypes in asm/unistd.h...
      
      Tested on x86, ia64, x86_64, ppc64, s390 and sparc64.  May cause
      trivial-to-fix build breakage on other architectures.
      0bab0642
  3. 13 Feb, 2004 2 commits
    • Anton Blanchard's avatar
      [PATCH] cleanup debugger hooks · 49555a7c
      Anton Blanchard authored
      Theres still more to do here, but at least the ifdef mess is gone. No
      more checking for NULL before calling functions, that was playing with
      fire. Oh yeah and lots more deletions :)
      
      Clean up the debugger hooks, it was way too easy to screw up.
      And we did. And Linus hit it.
      
      - create CONFIG_DEBUGGER so we can enable kernel debugging options but not
        have any trace of debugger gunk.
      - remove a bunch of xmon prototypes so no one gets the urge to call them
      - Use die() instead of panic in a number of places, it gives us much better
        debug information.
      - Get rid of the ifdef madness
      49555a7c
    • Benjamin Herrenschmidt's avatar
      [PATCH] ppc64: export clear_user_page · 8ea2623b
      Benjamin Herrenschmidt authored
      Some drivers need clear_user_page, is should be exported
      8ea2623b
  4. 31 Jan, 2004 1 commit
  5. 19 Jan, 2004 3 commits
  6. 16 Oct, 2003 1 commit
  7. 20 Sep, 2003 1 commit
  8. 03 Sep, 2003 1 commit
  9. 18 Feb, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] consolidate and cleanup profiling code. · 489d9599
      Andrew Morton authored
      Patch from Nikita Danilov <Nikita@Namesys.COM>
      
      this moves functions from identical per-architecture
      arch/*/kernel/profile.c into generic kernel/profile.c.  Also, identical
      {x86,parisc,ppc64,sparc64}_profile_hook()'s are all replaced by the
      single kernel/profile.c:profile_hook(), which is #defined to noop in
      include/linux/profile.h if CONFIG_PROFILING is not set.
      489d9599
  10. 17 Jan, 2003 1 commit
  11. 15 Jan, 2003 1 commit
  12. 09 Dec, 2002 1 commit
  13. 06 Dec, 2002 1 commit
  14. 03 Dec, 2002 1 commit
  15. 14 Sep, 2002 1 commit
  16. 23 Aug, 2002 1 commit
  17. 21 Aug, 2002 1 commit
  18. 12 Aug, 2002 1 commit
  19. 02 Aug, 2002 1 commit
  20. 23 Jul, 2002 1 commit
  21. 21 Jun, 2002 1 commit
  22. 16 May, 2002 1 commit
  23. 24 Apr, 2002 1 commit
  24. 13 Apr, 2002 2 commits
  25. 09 Apr, 2002 2 commits
  26. 17 Mar, 2002 1 commit
  27. 15 Feb, 2002 1 commit
  28. 11 Feb, 2002 1 commit
  29. 05 Feb, 2002 7 commits
    • Linus Torvalds's avatar
      v2.4.14.5 -> v2.4.14.6 · 5fc4bcde
      Linus Torvalds authored
        - Russell King: /proc/cpuinfo for ARM
        - Paul Mackerras: PPC update (cpuinfo etc)
        - Nicolas Aspert: fix Intel 8xx agptlb flush
        - Marko Myllynen: "Lindent" doesn't really need bash ;)
        - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup
        - Alexander Viro: make lseek work on seqfiles
      5fc4bcde
    • Linus Torvalds's avatar
      v2.4.13.7 -> v2.4.13.8 · 3ea86172
      Linus Torvalds authored
        - Andrea: fix races in do_wp_page, free_swap_and_cache
        - me: clena up page dirty handling
        - Tim Waugh: parport IRQ probing and documentation fixes
        - Greg KH: USB updates
        - Michael Warfield: computone driver update
        - Randy Dunlap: add knowledge about some new io-apics
        - Richard Henderson: alpha updates
        - Trond Myklebust: make readdir xdr verify the reply packet
        - Paul Mackerras: PPC update
        - Jens Axboe: make cpqarray and cciss play nice with the request layer
        - Massimo Dal Zotto: SMM driver for Dell Inspiron 8000
        - Richard Gooch: devfs symlink deadlock fix
        - Anton Altaparmakov: make NTFS compile on sparc
      3ea86172
    • Linus Torvalds's avatar
      v2.4.10.5 -> v2.4.10.6 · 0a528ace
      Linus Torvalds authored
        - various: fix some module exports uncovered by stricter error checking
        - Urban Widmark: make smbfs use same error define names as samba and win32
        - Greg KH: USB update
        - Tom Rini: MPC8xx ppc update
        - Matthew Wilcox: rd.c page cache flushing fix
        - Richard Gooch: devfs race fix: rwsem for symlinks
        - Björn Wesen: Cris arch update
        - Nikita Danilov: reiserfs cleanup
        - Tim Waugh: parport update
        - Peter Rival: update alpha SMP bootup to match wait_init_idle fixes
        - Trond Myklebust: lockd/grace period fix
      0a528ace
    • Linus Torvalds's avatar
      v2.4.9.10 -> v2.4.9.11 · a880f45a
      Linus Torvalds authored
        - Neil Brown: md cleanups/fixes
        - Andrew Morton: console locking merge
        - Andrea Arkangeli: major VM merge
      a880f45a
    • Linus Torvalds's avatar
      v2.4.9.1 -> v2.4.9.2 · 87f504e5
      Linus Torvalds authored
        - Al Viro: block device cleanups
        - Marcelo Tosatti: make bounce buffer allocations more robust (it's ok
        for them to do IO, just not cause recursive bounce IO. So allow them)
        - Anton Altaparmakov: NTFS update (1.1.17)
        - Paul Mackerras: PPC update (big re-org)
        - Petko Manolov: USB pegasus driver fixes
        - David Miller: networking and sparc updates
        - Trond Myklebust: Export atomic_dec_and_lock
        - OGAWA Hirofumi: find and fix umsdos "filldir" users that were broken
        by the 64-bit-cleanups. Fix msdos warnings.
        - Al Viro: superblock handling cleanups and race fixes
        - Johannes Erdfelt++: USB updates
      87f504e5
    • 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
    • Linus Torvalds's avatar
      v2.4.5.8 -> v2.4.5.9 · 2d80cb2a
      Linus Torvalds authored
        - make sure "sync()" doesn't effectively lock up the machine by
        overloading all the IO resources
        - fix up some network memory allocations that don't wan tto wait on IO.
        - merge with Alan (including MIPS update)
        - Jeff Garzik: network driver updates.
        - Al Viro: System V FS update (write capability, page cache, mondo cleanups)
        - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop
        - Ben Fennema: UDF update (time handling, i_blocks fix)
        - Neil Brown: md error handling improvements, knfsd file handle compatibility
        - Paul Mackerras: PPC update
        - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better
        - Patrick Mochel: fix PME handling in pci_enable_wake()
        - Chris Mason: reiserfs PF_MEMALLOC handling
      2d80cb2a