- 13 Feb, 2003 40 commits
-
-
Trond Myklebust authored
This problem was identified by Olaf Kirch: In xprt_request_init(), the XID allocation needs to be protected by a global spinlock.
-
Trond Myklebust authored
- Only set up pipefs entries for those RPC services that actually need them (for the moment NFS only). Portmap, lockd,... shouldn't need to make upcalls. - Add in missing semaphore in rpc_populate(). - Make inode/dentry variable names in rpc_depopulate/rpc_populate more consistent w.r.t other functions in rpc_pipe.c - Call shrink_dcache_parent() in order to clean up child entries before we rmdir().
-
Roland McGrath authored
This patch fix es the signals vs strace problem. The signal code assumes that anybody who is TAK_STOPPED will check signals before resuming, and the ptrace paths didn't do that.
-
Ion Badulescu authored
This is a rather large update for the starfire network driver, implementing VLAN support, 64-bit dma_addr_t support, and NAPI support. It also fixes a couple of show-stopper bugs in the old driver which were biting real people out there. I've had a few positive test results with this version, including one from Martin Bligh who tested it on his monster SMP boxes. So I'm pretty confident that it's mostly all right, and certainly better than what's currently in the tree.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Dave Jones authored
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
bk://ldm.bkbits.net/linux-2.5-powerLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Patrick Mochel authored
- It depends on the rest of the subsys_initcalls in acpi to be done to get the sleep info from the firmware. - It doesn't need to be available any earlier...
-
Patrick Mochel authored
- Make acpi_sleep_proc_init() a late_initcall(), and not called from acpi_sleep_init(). This guarantees that the acpi proc hierarchy is at least there when we create the dang file.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power
-
Patrick Mochel authored
-
Patrick Mochel authored
- Created arch/i386/kernel/acpi/ - Split file into boot.c and sleep.c. - Moved acpi_wakeup.S into there.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power
-
David Jeffery authored
This converts the driver to use the new scsi_add_host() interface to add scsi controllers.
-
David Jeffery authored
This removes the old LinuxVersionCode() and replaces it with KERNEL_VERSION(). Thanks go to Adrian Bunk for sending the initial version.
-
David Jeffery authored
This adds a few bits of code and couple #ifdefs that are needed to enable this driver to work for 2.4 as well as 2.5.
-
David Jeffery authored
This adds back the reboot_notifier hook that was accidentally removed in the last set of patches. It also adds support handle a Mode Page 8 command so the scsi layer won't complain anymore. And the movement to using ->device to get scsi numbers resulted in 2 typos in debug code. These are also fixed.
-
Dave Jones authored
Lingering around for a while. 2.4 forward port.
-
Dave Jones authored
The new C3s won't boot a C3 kernel as they dropped 3dnow support in favour of SSE. It now also has cmov though and can be scheduled as a 686 CPU. I've a patch for gcc pending inclusion that adds the -march=c3-2 option.
-
Dave Jones authored
Forgot to bring this bit forward when I updated the watchdog drivers.
-
Dave Jones authored
Fixes from 2.4 + compile fixes from me.
-
Dave Jones authored
This one has been around for ages, has Rusty's name all over it, but wasn't from him. 48 lines of comments, and no swearing? 8-) Mostly documentation, but also has some buffer overflow detection in there.
-
Dave Jones authored
from 2.4
-
Dave Jones authored
adap_lock is a little generic for a global..
-
Dave Jones authored
-
Dave Jones authored
This went into 2.4.18
-
Dave Jones authored
Whoops, VIA goofed, and it reports L2 size as 65KB.
-
Dave Jones authored
If we have a non-SMP approved CPU, but its in a UP system, we should allow SMP kernels.
-
Dave Jones authored
from 2.4 only register gameport if the port is active
-
Dave Jones authored
from 2.4 only register gameport if the port is active
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
-
bk://linux-dj.bkbits.net/watchdogLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
By Heiko Ronsdorf, has been around linux-kernel a few days, and has been through some rounds of cleanup.
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/watchdog
-
Dave Jones authored
-
Dave Jones authored
-