- 07 Nov, 2002 8 commits
-
-
Jean Tourrilhes authored
<Thanks to Martin Diehl> o [CORRECT] Handle non-linear and shared skbs o [CORRECT] Tell kernel we can handle multithreaded receive <Of course, this has been tested extensively on SMP>
-
Jeff Garzik authored
(Adrian Bunk) * C99 initializers * fix public symbol name conflict (me) * further clean up namespace on donauboe driver in module_init/exit area
-
Jean Tourrilhes authored
<Following patch from Martin Diehl> o [CRITICA] Do all serial driver config change in process context o [CORRECT] Safe registration of dongle drivers o [FEATURE] Rework infrastructure of SIR drivers o [CORRECT] Port irtty driver to new SIR infrastructure o [CORRECT] Port esi/actisys/tekram driver to new SIR infrastructure <Note : there is still some more work to do around SIR drivers, such as porting other drivers to the new infrastructure, but this is functional and tested, and old irtty is broken>
-
Matthew Wilcox authored
On PA-RISC, SIGRTMIN is 36, so a 32-bit data type is not enough. We conditionalise it so other arches don't pay the cost.
-
Matthew Wilcox authored
Add prefetching support to asm-generic/xor.h. This gives a healthy speedup on both PA-RISC & IA64.
-
Matthew Wilcox authored
- CREDITS & MAINTAINERS updates - changes for the new kstat/dkstat struct - Kconfig updates - L_TARGET isn't obsolete yet - fix the sys_truncate/truncate64 issue properly this time - add MAP_POPULATE & MAP_NONBLOCK definitions
-
Matthew Wilcox authored
Support initramfs on parisc
-
Matthew Wilcox authored
C99 initialiser conversion; some from Rusty, some from me.
-
- 06 Nov, 2002 2 commits
-
-
David Howells authored
This adds some missing __exit specifications which lead to a failure to link the AFS code directly into the kernel.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 08 Nov, 2002 15 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
With these changes the boot wrapper successfully builds, although this may not be the absolute best way to do things.
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
This didn't compile since sd_find_target is gone, and is to move into userspace anyway.
-
Paul Mackerras authored
-
Paul Mackerras authored
This moves the sections which are read-only (e.g. exception table, kallsyms data) to go before the read/write data section, and the feature fixup section into the init data area. It also adds the initramfs section.
-
Tom Rini authored
defaults for the advanced kernel config options.
-
Paul Mackerras authored
We need __div64_32 exported, and flush_icache_page is now a noop so it shouldn't be exported.
-
Tom Rini authored
This simplifies the C code by removing some #ifdefs.
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
- 07 Nov, 2002 1 commit
-
-
bk://source.mvista.com/linux-2.5-for-paulusPaul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 06 Nov, 2002 14 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Bart De Schuymer authored
-
James Morris authored
- Fixed min keysize bug for Blowfish (it is 32, not 64). - Documentation updates.
-
David S. Miller authored
-
Neil Brown authored
Just a new PCI ID (and get twice the MegaHz :-).
-
Rob Weryk authored
This makes VT8653 (VIA Apollo Pro266T) work with AGP. I had someone test it and verify it works.
-
Paul Mackerras authored
This fixes a minor typo in sl82c105.c which stops it from compiling.
-
Paul Mackerras authored
This updates the powermac IDE driver in 2.5 so it uses the 2.5 kernel interfaces and types rather than the 2.4 ones. It also makes it use blk_rq_map_sg rather than its own code to set up scatter/gather lists in pmac_ide_build_sglist, and makes it use ide_lock instead of io_request_lock.
-
Paul Mackerras authored
This updates the macserial driver in 2.5 so it compiles and works. The main changes are to use schedule_work instead of task queues and BHs. The patch also removes the wait_key method. I know we need to change macserial to use the new serial infrastructure. I'm posting this patch in case it is useful to anyone trying to compile up a kernel for a powermac at the moment.
-
Davide Libenzi authored
- Some constant adjusted - Comments added - Better hash initialization - Correct timeout setup - Added __KERNEL__ bypass to avoid userspace inclusion problems - Cleaned up locking - Function poll_init_wait() now calls poll_init_wait_ex() - Event return fix ( Jay Vosburgh ) - Use <linux/hash.h> for the hash
-
Neil Brown authored
If a rpc operation indicates that response should be dropped (e.g. kmalloc failure) we must still call pc_release to release anything it may have allocated.
-
Neil Brown authored
This allows NFSv3 to manage 4096byte symlinks. Also remove now-unused svcbuf_reserver function. This was used to reserve space in output buffer for 'data', but now this is stored in separate page.
-