- 08 Oct, 2002 29 commits
-
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
From John Levon. This corrects the comment to match the real quotation. Patch splitting/bombing is a very boring job, if it wasn't for light relief like this, it'd be even moreso 8-)
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
From 2.4 with some 2.5 mangling from Robert Love.
-
Dave Jones authored
From Zwane Mwaikambo, this diff makes sure we don't poke reserved bits on the P4.
-
Dave Jones authored
make mrproper misses some files..
-
Dave Jones authored
Missing kill_sb member meant that futexfs died a death when someone tried to mount it.
-
Dave Jones authored
-
Dave Jones authored
This patch from Ravikiran G Thirumalai removes cacheline bouncing of apic_timer_irqs
-
Dave Jones authored
Straightforward diff to allow longer names for PCI devices
-
Dave Jones authored
- Standardise usage on IA-32 instead of a mix of IA32 and ix86. - Add some missing options. - Fix up some options.
-
Dave Jones authored
-
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 11 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.
-