- 19 Jun, 2003 40 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
1) Use unsigned long for types holding jiffies. 2) Use size_t for read/write buffer lengths. 3) Use proper printf format string for size_t.
-
David S. Miller authored
1) Use proper size_t printf format specifier 2) Cast pointers properly when passing them to hashfind 3) Print pointers using proper printf format specifier instead of using ugly casts.
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
1) Do not pass NULL into cpu_to_le32(), use plain zero. 2) When storing DMA addresses to SCp.ptr, cast to ulong.
-
David S. Miller authored
1) Use proper size_t printf format specifier. 2) Eliminate non-portable struct pointer casts used to calculate DMA structure offsets.
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
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.
-