An error occurred fetching the project authors.
  1. 07 Mar, 2003 1 commit
  2. 02 Feb, 2003 1 commit
    • Russell King's avatar
      [ARM] Add arch/arm/common · 1687c697
      Russell King authored
      Certain support files are shared between various ARM machine classes.
      In other to sanely support these, we place the shared files in
      arch/arm/common instead of the individual machine class directories.
      1687c697
  3. 01 Feb, 2003 1 commit
  4. 26 Jan, 2003 2 commits
  5. 01 Jan, 2003 1 commit
  6. 30 Dec, 2002 1 commit
  7. 19 Nov, 2002 1 commit
  8. 11 Nov, 2002 1 commit
    • Sam Ravnborg's avatar
      [ARM] makefile cleanup · 452e9f81
      Sam Ravnborg authored
      Added prerequisite FORCE in several rules, now kbuild build a kernel even
      the second time you try.
      Corrected several errors to avoid errornous rebuild of targets in arch/arm
      Lot's of trivial clean-up
      452e9f81
  9. 05 Nov, 2002 1 commit
    • Russell King's avatar
      [ARM] Fixes for 2.5.46 · 49ad2d5f
      Russell King authored
      - Add LDFLAGS_BLOB definitions
      - Tweak kernel_thread for better code
      - Fix vmlinux-armv.lds.in to prevent ld complaining about the
        architecture private flags.
      (I'm not certain that the last item isn't a hole in some bug fix in
      ld - this fix appears to work with every binutils I've found thus
      far.  However, if this suspected bug gets fixed, we're going to have
      to rethink how we combine binary objects into ELF objects.)
      49ad2d5f
  10. 28 Oct, 2002 2 commits
  11. 16 Oct, 2002 1 commit
  12. 13 Oct, 2002 1 commit
    • Russell King's avatar
      [ARM] Move TEXTADDR and DATAADDR out of vmlinux.lds.S · af4f9374
      Russell King authored
      These two variables are used by more than just the linker;
      they're also used by head.S to know where it can safely
      place the page tables.  We therefore need to export it
      from the Makefile.
      
      These are also highly machine dependent; we don't want
      to duplicate the same set of conditionals for cpp and
      for the makefiles.
      
      arch/arm/Makefile also contained a stray close-paren.  I'm
      submitting this one to the lost property office.
      
      We also always pass -mno-fpu to the assember; this
      guarantees that any floating point will be caught.
      af4f9374
  13. 22 Sep, 2002 1 commit
  14. 17 Sep, 2002 2 commits
  15. 30 Jul, 2002 1 commit
  16. 09 Jul, 2002 1 commit
    • Russell King's avatar
      [ARM] General update of various ARM related files. · ce20ed85
      Russell King authored
      - Fix ARM Makefile; we now build with -Os instead of -O2.
      - Fix backtrace code to display more registers correctly.
      - Fix various build errors.
      - Fix PSR for architecture compliance.
      - Update mach-types file.
      ce20ed85
  17. 20 Jun, 2002 2 commits
  18. 15 Jun, 2002 1 commit
  19. 05 Jun, 2002 1 commit
  20. 28 May, 2002 1 commit
  21. 24 May, 2002 2 commits
    • Kai Germaschewski's avatar
      kbuild: Use consistently FORCE instead of dummy · cc4749dc
      Kai Germaschewski authored
      FORCE is the de-facto standard name for a prequisite to force
      recompilation, so instead of using a mix of 'dummy','FORCE' and
      'FORCE_RECOMPILE' use 'FORCE' everywhere.
      
      Also, move figuring out the path relative to the top level dir
      into Rules.make, instead of calling an external script. 
      cc4749dc
    • Kai Germaschewski's avatar
      kbuild: Simplify rule for just building one subdir · 6f31fe5a
      Kai Germaschewski authored
      It's possible to say "make <subdir>", to descend into that subdir
      and recursively build things there. This patch provides this
      facility generally without the arch Makefiles needing to duplicate
      it for arch/$(ARCH)/somedir.
      6f31fe5a
  22. 23 May, 2002 1 commit
    • Russell King's avatar
      [ARM] Fixups for GCC 3.x: · 8e206637
      Russell King authored
       - Provide an ARM architecture major version number so we can use the
         preprocessor more effectively to select features that ARMv4 and
         above contain.
       - Fix GCC 3.1 multi-line __asm__ build warnings
      8e206637
  23. 25 Feb, 2002 2 commits
  24. 05 Feb, 2002 8 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.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • 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.5.5 -> v2.4.5.6 · 29f279c7
      Linus Torvalds authored
        - Jeff Garzik: net driver updates, PCI PM induced cleanups
        - Me: do ACPI first, so that it doesn't mess up existing device driver
        configurations.  Notably it used to completely destroy PCMCIA on some
        Sony VAIOs.
        - Paul Mackerras: powermac drivers and MAINTAINERS update
        - NIIBE Yutaka: SuperH update
        - Johannes Erdfelt: USB driver updates
        - Russell King: ARM update
        - Alan Cox: merging, merging, merging
      29f279c7
    • Linus Torvalds's avatar
      v2.4.3.2 -> v2.4.3.3 · 1a015350
      Linus Torvalds authored
        - Hui-Fen Hsu: sis900 driver update
        - NIIBE Yutaka: Super-H update
        - Alan Cox: more resyncs (ARM down, but more to go)
        - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc.
        - David Miller/me: get rid of various drivers hacks to do mmap
        alignment behind the back of the VM layer. Create a real
        protocol for it.
      1a015350
    • Linus Torvalds's avatar
      v2.4.1.1 -> v2.4.1.2 · 5d12a58c
      Linus Torvalds authored
        - driver sync up with Alan
        - Andrew Morton: wakeup cleanup and race fix
        - Paul Mackerras: macintosh driver updates.
        - don't trust "page_count()" on reserved pages!
        - Russell King: fix serious IDE multimode write bug!
        - me, Jens, others: fix elevator problem
        - ARM, MIPS and cris architecture updates
        - alpha updates: better page clear/copy, avoid kernel lock in execve
        - USB and firewire updates
        - ISDN updates
        - Irda updates
      5d12a58c
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32