An error occurred fetching the project authors.
  1. 06 Oct, 2002 1 commit
    • Alan Cox's avatar
      [PATCH] add the mini 4x6 font from uclinux · 176dbba5
      Alan Cox authored
      This stands alone from UCLinux and is independent of whether it ever
      merges with the mainstream.  Its rather handy for getting an entire oops
      onto a PDA screen
      176dbba5
  2. 02 Sep, 2002 1 commit
  3. 15 Aug, 2002 1 commit
  4. 02 Aug, 2002 1 commit
  5. 27 Jul, 2002 1 commit
  6. 23 Jul, 2002 1 commit
  7. 12 Jul, 2002 1 commit
  8. 28 Jun, 2002 1 commit
  9. 26 Jun, 2002 1 commit
  10. 24 Jun, 2002 1 commit
  11. 20 Jun, 2002 1 commit
  12. 17 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Introduce $(obj), $(src) · 99fd37ec
      Kai Germaschewski authored
      For separate source and object directories, Rules.make needs
      to know where the files live.
      
      For all the normal variables, $(obj-[ymn]) etc, it can figure that
      out by itself, but for explicit rules to generate files it needs
      help. 
      
      So there $(obj)/target.o indicates that this file lives in the 
      object directory, as opposed to $(src)/target.c, which lives in
      the source dir.
      
      For now $(obj) = $(src) = ., but convert some Makefiles to it
      already.
      99fd37ec
  13. 14 Jun, 2002 1 commit
  14. 13 Jun, 2002 1 commit
  15. 10 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Remove mod-subdirs variable · 997b557c
      Kai Germaschewski authored
      mod-subdirs was used to list directories that we needed to descend into 
      during 'make modules' even though they were listed in subdir-y (not -m).
      
      Since we now only do one pass for modules and built-in, it's not necessary
      anymore and can go away.
      997b557c
  16. 06 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Add rules for compiling programs on the host · f99e6d1e
      Kai Germaschewski authored
      At a couple of places, we need to build programs which run on the
      compile host during building the kernel.
      
      Add a new variable "host-progs" to declare such programs. Rules.make will
      automatically provide rules to compile these programs with appropriate
      command lines etc.
      
      Compared to having explicit rules spread around for doing so, this has
      the following advantages:
      
      o shorter
      o automatically figures out dependencies and handles changing command
        lines
      o Nicer output in quiet mode ;-)
      
      Compiling host programs from multiple sources is also possible, analogous
      to multi-part objects. E.g. scripts/Makefile has
      
      	host-progs := tkparse
      	tkparse-objs := tkparse.o tkcond.o tkgen.o
      f99e6d1e
  17. 04 Jun, 2002 2 commits
  18. 03 Jun, 2002 2 commits
  19. 31 May, 2002 1 commit
  20. 30 May, 2002 1 commit
  21. 29 May, 2002 1 commit
  22. 28 May, 2002 2 commits
  23. 23 May, 2002 1 commit
  24. 21 May, 2002 2 commits
  25. 16 May, 2002 1 commit
  26. 03 May, 2002 1 commit
  27. 01 May, 2002 1 commit
  28. 29 Apr, 2002 2 commits
  29. 13 Mar, 2002 1 commit
  30. 05 Feb, 2002 6 commits
    • Linus Torvalds's avatar
      v2.5.2.3 -> v2.5.2.4 · 9d6ba121
      Linus Torvalds authored
      - Patrick Mochel: initcall levels
      - Patrick Mochel: devicefs updates, add PCI devices into the hierarchy
      - Denis Oliver Kropp: neomagic fb driver
      - David Miller: sparc64 and network updates
      - Kai Mäkisara: scsi tape update
      - Al Viro: more inode trimming, VFS cleanup
      - Greg KH: USB update - proper urb allocations
      - Eric Raymond: kdev_t updates for fb devices
      9d6ba121
    • Linus Torvalds's avatar
      v2.4.13.1 -> v2.4.13.2 · 4fd9cc9e
      Linus Torvalds authored
        - Alan Cox: more merging
        - Alexander Viro: block device module race fixes
        - Richard Henderson: mmap for 32-bit alpha personality
        - Jeff Garzik: 8139 and natsemi update
      4fd9cc9e
    • Linus Torvalds's avatar
      v2.4.9.9 -> v2.4.9.10 · c37fa164
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
        - Greg KH: USB serial init failure fix, Xircom serial converter driver
        - Neil Brown: nsfd/raid/md/lockd cleanups
        - Ingo Molnar: multipath RAID personality, raid xor update
        - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
        - Vojtech Pavlik: fix up some of the infrastructure for x86-64
        - Robert Love: AMD 761 AGP GART support
        - Jens Axboe: fix SCSI-generic queue handling race
        - me: be sane about page reference bits
      c37fa164
    • Linus Torvalds's avatar
      v2.4.7.3 -> v2.4.7.4 · 70d68bd3
      Linus Torvalds authored
        - David Mosberger: IA64 update
        - Geert Uytterhoeven: cleanup, new atyfb
        - Marcelo Tosatti: zone aging fixes
        - me, others: limit IO requests sanely
      70d68bd3
    • Linus Torvalds's avatar
      v2.4.6.5 -> v2.4.6.6 · 08eb400c
      Linus Torvalds authored
        - me: fix more buffer head SMP races (non-x86 only - weak memory ordering)
        - Andrea Arkangeli: some bh cleanups from the buffer race condition fix
        - Tim Waugh: parport drievr documentation, init sanity
        - Ion Badulescu: starfire net driver update
        - David Miller: sparc and networking updates
        - Ivan Kokshaysky: alpha version of the inlined rw-semaphores
        - NIIBE Yutaka: SuperH update
      08eb400c
    • Linus Torvalds's avatar
      v2.4.3.3 -> v2.4.3.4 · d39a11f3
      Linus Torvalds authored
        - David Miller: sparc rw semaphores moved over
        - Alan Cox: yet more resyncs
        - NIIBE Yutaka: Super-H driver update
        - David Howells: more rw-sem cleanups, updates
        - USB updates
        - Al Viro: filesystem init cleanup
      d39a11f3