- 08 Oct, 2002 10 commits
-
-
Dave Jones authored
From 2.4
-
Dave Jones authored
From 2.4
-
Dave Jones authored
-
Dave Jones authored
Files moved, so the comments should be updated to reflect their new locations.
-
Dave Jones authored
-
bk://linux-input.bkbits.net/linux-inputLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
input_register_device() usually does that, but some drivers will call input_event() before registering to pre-load the absolute values in struct input_dev in an easy way.
-
Vojtech Pavlik authored
standard for extended keys.
-
- 07 Oct, 2002 26 commits
-
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
work.
-
Vojtech Pavlik authored
can be set for keys over 128.
-
Vojtech Pavlik authored
-
Andreas Deresch authored
-
Geert Uytterhoeven authored
- Kill unused variable and end-of-line whitespace. - s/M68K/M68k/
-
Vojtech Pavlik authored
-
Marcel Holtmann authored
..and minor() cleanups
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Linus Torvalds authored
-
David Brownell authored
That previous patch got rid of a boot time might_sleep() warning, but I noticed two later on: - kmalloc() needed SLAB_ATOMIC - destroying the 'pools' driverfs attribute could sleep too The clean/simple patch for the second one tweaked an API: - pci_pool_create() can't be called in_interrupt() any more. nobody used it there, and such support isn't needed; plus that rule matches its sibling call, pci_pool_destroy(). - that made its SLAB_* flags parameter more useless, so it's removed and the DMA-mapping.txt is updated. (this param was more trouble than it was worth -- good that it's gone.) Nobody (even DaveM) objected to those API changes, so I think this should be merged.
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Chuck Lever authored
This adds initial support for NFS direct I/O in the 2.5 kernel. many have asked for this support to be included in 2.5. this patch does not provide working NFS direct I/O, but i'm sending what i have now so that it can be included before October 20. NFS direct I/O is enabled by its very own kernel config option. when enabled, the NFS client won't build to prevent people from using this and possibly corrupting their NFS files. later i will send a patch that finishes the implementation. [ Config option currently disabled ]
-
Chuck Lever authored
This makes the NFS client copy the page->index field into its read and write request structures (struct nfs_page) when setting up I/O on a page. this makes it possible for NFS direct I/O support to reuse existing NFS client subroutines, and helps eventually allow NFS I/O to and from anonymous pages. it is a prerequisite for NFS direct I/O support.
-
Chuck Lever authored
This makes file credentials available to the ->direct_IO address space operation by replacing its struct inode* argument with a struct file* argument. this patch is a prerequisite for NFS direct I/O support. it breaks the raw device driver.
-
Martin Schwidefsky authored
Get rid of name and bdev in dasd_device_t structure.
-
Jens Axboe authored
IDE uses u32 as being an io port, which is wrong. We even have an arch type for this, ide_ioreg_t. Use that. Also fix a bad printk() in ide-disk, introduced with the swsusp stuff.
-
Steven Whitehouse authored
This is a simple fix to aio.c:__aio_get_req() where it appears that a freed aio request could be incorrectly returned in the error path,
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://jfs.bkbits.net/linux-2.5Linus 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
-
bk://linux.bkbits.net/linux-2.5Dave Kleikamp authored
into hostme.bitkeeper.com:/ua/repos/j/jfs/linux-2.5
-
David S. Miller authored
-
- 06 Oct, 2002 4 commits
-
-
David S. Miller authored
-
Kai Germaschewski authored
It does not make sense for all events (like timer expiry), but for some uses it's helpful for the called routine to return an error code.
-
Kai Germaschewski authored
Do dial-out via the state machine as well, and add a state to wait for the D-channel hangup as well before unbinding the isdn_net_dev. Plus assorted compile/warning fixes.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
-