An error occurred fetching the project authors.
  1. 24 Oct, 2002 1 commit
  2. 04 Sep, 2002 1 commit
  3. 31 Jul, 2002 1 commit
  4. 27 Jul, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix "export-objs" · b9a898b8
      Kai Germaschewski authored
      This patch cleans up most of the Makefile's to list the correct files
      (i.e. the ones which do have "EXPORT_SYMBOL" in them) in $(export-objs)
      
      Contributed by "Lightweight patch manager"
      b9a898b8
  5. 01 Jul, 2002 1 commit
  6. 20 May, 2002 1 commit
  7. 13 May, 2002 2 commits
    • Kai Germaschewski's avatar
      Make AFLAGS_KERNEL use consistent with CFLAGS_KERNEL · c36b8ba9
      Kai Germaschewski authored
      CFLAGS_KERNEL is automatically added to the command line for compiling
      objects which will be linked into vmlinux. (As opposed to objects which
      will be in modules, where MODFLAGS is added).
      
      AFLAGS_KERNEL was not added automatically, now it is:
      
      AFLAGS_KERNEL is now automatically added to the command line for assembling
      objects which will be linked into vmlinux.
      
      Note: this change is a no-op for all archs except IA64, since
      [AC]FLAGS_KERNEL is not used there at all.
      
      At the same time, remove two assembling rules from two arch/ia64 
      subdirectories which don't contain any assembler sources at all.
      
      Also, add an @ in front of the ugly
      	make CFLAGS=".." AFLAGS=".." -C subdir
      command, make will print its "Entering directory ..." line, so 
      we get that information anyway.
      c36b8ba9
    • Kai Germaschewski's avatar
      IA64: Use standard AS rule · 79455a34
      Kai Germaschewski authored
      79455a34
  8. 25 Apr, 2002 1 commit
  9. 27 Mar, 2002 1 commit
  10. 05 Feb, 2002 3 commits
    • 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.3 -> v2.4.3.1 · 3544b328
      Linus Torvalds authored
        - Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
        for)
        - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
        memory allocation when writing out NFS data under low memory conditions.
        Fix up BKL and RPC interactions.
        - Jeff Garzik: tulip network driver update
        - fix truncate to call down to the filesystem with the kernel lock.
        - David Mosberger: ia64 update
        - David Mosberger: simplify ELF program header generation.
        - Alan Cox: merge from -ac series
        - Jeff Garzik: make serial.c recognize modem devices properly
      3544b328
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32