An error occurred fetching the project authors.
  1. 04 Jun, 2003 1 commit
  2. 07 Feb, 2003 1 commit
  3. 25 Jan, 2003 1 commit
  4. 19 Nov, 2002 1 commit
  5. 17 Nov, 2002 1 commit
  6. 29 Sep, 2002 1 commit
  7. 03 Aug, 2002 1 commit
    • Russell King's avatar
      [TRIVIAL] acorn & arm designated initializer rework · ab0680db
      Russell King authored
      From Rusty.
      The old form of designated initializers are obsolete: we need to
      replace them with the ISO C forms before 2.6.  Gcc has always supported
      both forms anyway.
      
      (rmk - cleaned up spacing to be more reasonable)
      ab0680db
  8. 05 Jun, 2002 1 commit
    • Russell King's avatar
      [ARM] Generic hook for page faults · 75fb1f97
      Russell King authored
      Provide a method where various other parts of the kernel (eg,
      alignment fault handler, PCI subsystems, etc) can hook into the
      page fault processing to handle alignment and PCI faults
      respectively.
      75fb1f97
  9. 27 Apr, 2002 1 commit
    • Dirk Uffmann's avatar
      [PATCH] 1130/1: Remove support for prefetchable PCI memory on ARM Integrator · 3b32b128
      Dirk Uffmann authored
      Since prefetchable memory is not beeing allocated correctly behind PCI-to-PCI bridges, this is a work-around to make it possible to uses devices located behind PCI-bridges. E.g. the Matrox G450 now works since prefetchable PCI memory is completly disabled.
      
      I saw some very promissing patches from Russel some where around december on the mailing list that bring the behaviour of /driver/pci/setup-bus.c in line with prefetchable memory support for devices on PCI bus 00. This patch was adding a member for prefetchable memory regions to 
      	struct pbus_set_ranges_data
      	{
      	        int found_vga;
      	        unsigned long io_start, io_end;
      	        unsigned long mem_start, mem_end;
      	};
      used in through-bridge resource allocations. 
      
      Russel, do you think your patch could solve the problem more elegant?
      
      In addition, I changed some comments and introduced defines from platform.h instead of hard-code values.
      3b32b128
  10. 10 Mar, 2002 1 commit
  11. 25 Feb, 2002 1 commit
  12. 20 Feb, 2002 1 commit
  13. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.5.1.8 -> v2.5.1.9 · d01b7e92
      Linus Torvalds authored
      - Russell King: large ARM update
      - Adam Richter et al: more kdev_t updates
      d01b7e92
    • Linus Torvalds's avatar
      v2.4.12 -> v2.4.12.1 · ad8dcf57
      Linus Torvalds authored
        - Trond Myklebust: deadlock checking in lockd server
        - Tim Waugh: fix up parport wrong #define
        - Christoph Hellwig: i2c update, ext2 cleanup
        - Al Viro: fix partition handling sanity check.
        - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC
        - Ben Fennema: UDF update
        - Alan Cox: continued merging
        - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
      ad8dcf57
    • 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.2.1 -> v2.4.2.2 · 44e8778c
      Linus Torvalds authored
        - Jens Axboe: fix loop device deadlocks
        - Greg KH: USB updates
        - Alan Cox: continued merging
        - Tim Waugh: parport and documentation updates
        - Cort Dougan: PowerPC merge
        - Jeff Garzik: network driver updates
        - Justin Gibbs: new and much improved aic7xxx driver 6.1.5
      44e8778c