- 08 Nov, 2002 1 commit
-
-
Linus Torvalds authored
in sysfs partition code.
-
- 07 Nov, 2002 27 commits
-
-
Christoph Hellwig authored
Clean up vfs_readv/writev() interface and avoid code duplication. Make kNFSd use the cleaned-up interfaces, and disable the code that accesses the low-level readpage() function of the exported filesystem (not allowed - many filesystems need extra setup, which is why we have a separate ->sendpage() routine for that).
-
Matthew Wilcox authored
Change ARCH_STACK_GROWSUP to CONFIG_STACK_GROWSUP as requested.
-
Seth Rohit authored
The hugetlb page support in 2.5.46 is broken (Don't know if this is the first version of kernel or any prior revs also have that). Basically the free side of hugepages was really not freeing the physical resources (for the cases when the pages allocated using system call interface). Attached is the patch that should resolve it. (doesn't break the hugetlbfs support either).
-
Art Haas authored
-
Chuck Lever authored
NFSv2 doesn't pass connectathon 2002, at least on some Linux kernels. Trond deemed the following modification necessary in all kernels to address the problem.
-
Chuck Lever authored
New code in 2.5 VFS layer invokes notify_change to clear the suid and sgid bits for every write request. notify_change needs to optimize out calls to ->setattr that don't do anything, because for many network file systems, an on-the-wire SETATTR request is generated for every ->setattr call, resulting in unnecessary latency for NFS writes.
-
Chuck Lever authored
nfsroot needs to pass the network protocol (UDP/TCP) into the mount functions in order to support mounting root partitions via NFS over TCP.
-
Roman Zippel authored
This removes the old documentation, adds the new one and fixes all references to it.
-
Roman Zippel authored
Various small kconfig updates to fix all the reported little problems and the single menu mode for menuconfig by Petr Baudis <pasky@ucw.cz>.
-
Roman Zippel authored
This deletes the old config tools and moves Michael's maintainer entry for them to CREDITS and I added myself for KCONFIG instead.
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Jeff Garzik authored
(caught by Arjan @ Red Hat)
-
Jeff Garzik authored
function tg3_free_rings. Spotted by DaveM.
-
Marc Zyngier authored
-
Paulo André authored
-
Paul Mackerras authored
ethernet drivers used on powermacs. The bmac.c change is just to remove some compile warnings. The mace.c change is to move an inline function definition to before the point where it is used.
-
Jeff Garzik authored
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
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 10 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.
-