- 21 Jun, 2003 3 commits
-
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
- 19 Jun, 2003 30 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
-
David Mosberger authored
init_thread_union doesn't need to be exported to modules. We haven't exported the symbol on ia64 for ages, and we should be able to make the init_thread_union local to arch/ARCH/kernel/init_task.c and that in turn would let us remove its declaration from include/linux/sched.h altogether (i.e., no more ugly #ifdefs).
-
David Mosberger authored
Trivial addition needed for the hp Itanium machines.
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://are.twiddle.net/axp-2.5/Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Bart De Schuymer authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Martin Devera authored
-
Herbert Xu authored
-
David S. Miller authored
-
Herbert Xu authored
-
bk://kernel.bkbits.net/gregkh/linux/firmware-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Greg Kroah-Hartman authored
-
Richard Henderson authored
the top of the kernel stack space before entering userland.
-
Richard Henderson authored
-
Greg Kroah-Hartman authored
-
Manuel Estrada Sainz authored
Kay Sievers tried with his ~500kB firmware image and kmalloc was not capable of getting that much memory. He suggested using vmalloc which sound reasonable.
-
Manuel Estrada Sainz authored
-
Greg Kroah-Hartman authored
Made variables static that were global, and cleaned up some sparse warnings.
-
Manuel Estrada Sainz authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Jay Estabrook authored
-
Art Haas authored
This patch converts the file to C99 initializers. The patch is against the current BK. The patch is untested as I don't have access to an Alpha machine. Art Haas
-
Ivan Kokshaysky authored
The oprofile_arch_exit() in discarded .exit.text section is being called from oprofile_init() in retained .init.text section. This causes final link failure with oprofile compiled in. Ivan.
-
Ivan Kokshaysky authored
Add missing tty_set_operations(). Ivan.
-
bk://linux-pnp.bkbits.net/pnp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 18 Jun, 2003 7 commits
-
-
Adam Belay authored
In some cases, we're reading the wrong bits for large tags. This patch corrects the issue by setting the affected bits forward by an offset of 2 (skipping over the size portion of the tag).
-
Adam Belay authored
Must have missed it earlier, but the pci module parameter is not needed.
-
Adam Belay authored
The irq index is used instead of the dma index when parsing dmas.
-
Adam Belay authored
This patch adds the "get" command because at this point it is needed for debugging.
-
Adam Belay authored
If a device is disabled when initially read, its blank resource data will not be cleared and the pnp layer will assume incorrectly that the device has already been configured. This patch resolves the issue by initializing the resource table if the device is found to be disabled.
-
Adam Belay authored
Fixes a trivial typo in an export symbol macro.
-
Adam Belay authored
This patch resolves the compiler warning caused by the depreciated check_region function. It may not be the best solution but check_region really is what is needed here because we never actually have to call "request_region". If prefered, I could alternatively request and release but doing so would be less efficient.
-