- 19 Jun, 2003 36 commits
-
-
Greg Kroah-Hartman authored
This makes things more consistant with the other get and put functions in the driver code.
-
Greg Kroah-Hartman authored
And Martin has said he doesn't want to do it for 2.5/2.6
-
Greg Kroah-Hartman authored
-
Matthew Wilcox authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
This also creates two new functions, pci_get_device() and pci_get_subsys() which should be used from now on instead of pci_find_device() and pci_find_subsys(). Thanks to Chris Wright and Andrew Morton for help in reviewing these changes.
-
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 4 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.
-