An error occurred fetching the project authors.
- 24 Oct, 2002 1 commit
-
-
David Mosberger authored
-
- 04 Sep, 2002 1 commit
-
-
David Mosberger authored
-
- 31 Jul, 2002 1 commit
-
-
David Mosberger authored
-
- 27 Jul, 2002 1 commit
-
-
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"
-
- 01 Jul, 2002 1 commit
-
-
David Mosberger authored
-
- 20 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 13 May, 2002 2 commits
-
-
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.
-
Kai Germaschewski authored
-
- 25 Apr, 2002 1 commit
-
-
David Mosberger authored
to do_csum.S.
-
- 27 Mar, 2002 1 commit
-
-
David Mosberger authored
Fix configuration for HP Ski simulator.
-
- 05 Feb, 2002 3 commits
-
-
Linus Torvalds authored
- David Mosberger: IA64 update - Geert Uytterhoeven: cleanup, new atyfb - Marcelo Tosatti: zone aging fixes - me, others: limit IO requests sanely
-
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
-
Linus Torvalds authored
-