- 06 Jun, 2002 24 commits
-
-
Kai Germaschewski authored
(by Guy Ellis)
-
Kai Germaschewski authored
prevent kernel oops with MPPP add some debugging code for critical MPPP situations (by Karsten Keil)
-
Kai Germaschewski authored
(by Karsten Keil)
-
Kai Germaschewski authored
(by Christoph Ersfeld/Karsten Keil)
-
Kai Germaschewski authored
(by Guy Ellis)
-
Kai Germaschewski authored
(by Joerg Petersohn/Karsten Keil)
-
Kai Germaschewski authored
Only handle reverse ARP special, leave the rest to the network layer. (by Bjoern A. Zeeb)
-
Kai Germaschewski authored
(by Karsten Keil)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
As a courtesy to s390, remove drivers/isdn/hisax/fsm.o from $(export-objs), so that it doesn't clash with the S390 fsm.o, which is exporting symbols as well ;)
-
Kai Germaschewski authored
(by Karsten Keil)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
One of the janitorial cleanups introduced pci_request_region() instead of request_region().
-
Kai Germaschewski authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Rusty Russell authored
This turns the simple task pointer into a waitqueue, which is needed for the poll() patch.
-
Stephen Rothwell authored
Another trivial part of a Matthew Wilcox patch. This just defines macros for distinguishing the differnet types of locks.
-
Rusty Russell authored
This uses page_cache_release() instead of put_page(), as it might be a pagecache page.
-
Rusty Russell authored
This patch handles the case where copy_from_user fails (it could have been unmapped from this address space by another thread).
-
Rusty Russell authored
This comment refers to the original implementation. Obsolete.
-
David Woodhouse authored
This switches linux/zlib.h to include zconf.h as <linux/zconf.h> instead of just "zconf.h".
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 05 Jun, 2002 16 commits
-
-
David S. Miller authored
-
David S. Miller authored
printing Sparc IRQ.
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
Generic BUS objects have to be registered before devices assosciated with them are probed. Therefore subsys_initcall is inappropriate for such setups. It does not work to use core_initcall for this because the generic device layer bits need to be setup first too. So we rename unused_initcall to postcore_initcall and use this new initcall level for generic BUS object init. This fixes bootup on Alpha, and Sparc64. X86 was working by what looks to be luck in link order.
-
David S. Miller authored
-
David S. Miller authored
HAVE_ARCH_SIGINFO_T platforms.
-
Rob Radez authored
-
Pavel Machek authored
swsusp kind-of abused include/asm-i386/suspend.h for stuff that belonged to arch/i386/kernel/suspend.c. This moves code where it belongs. Pavel
-
Linus Torvalds authored
-
Linus Torvalds authored
-