An error occurred fetching the project authors.
  1. 15 Jun, 2004 1 commit
  2. 17 Nov, 2002 1 commit
  3. 22 Aug, 2002 1 commit
    • Russell King's avatar
      [ARM] Fix up initcall ordering · ac2c9c98
      Russell King authored
      ARM machine support gets initialised too late in the initialisation
      order and can cause some things to unexpectedly fail.  Fix the
      ordering of these initcalls by placing them in the core and arch
      initcall sections.
      ac2c9c98
  4. 05 Jun, 2002 1 commit
    • Russell King's avatar
      [ARM] Clean up map_desc structure · 41a74af7
      Russell King authored
      - remove LAST_DESC in favour of passing the array size to iotable_init
      - replace domain and permission bits/cache attributes with a generic
        "type", which can be easily converted to the required domain and
        permission bits/cache attributes at run time.  It also removes the
        possibility for getting such things wrong and (accidentally)
        allowing all user space to fiddle with devices directly.
      41a74af7
  5. 30 May, 2002 1 commit
    • Russell King's avatar
      [ARM] Remove hard coded per-architecture memory, ramdisk and initrd · 4ae2eb60
      Russell King authored
      We have a fair number of command line options which can be used
      to pass information about the target to the kernel.  We also provide
      a default command line which the kernel will use in absence of one
      provided by the boot loader.  We pass the hard coded options via the
      command line now.
      4ae2eb60
  6. 07 May, 2002 1 commit
  7. 03 Mar, 2002 1 commit
  8. 20 Feb, 2002 1 commit
  9. 05 Feb, 2002 2 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.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