- 03 Jul, 2002 14 commits
-
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
http://linux.bkbits.net:8080/linux-2.5Vojtech Pavlik authored
into twilight.ucw.cz:/home/vojtech/bk/linux-input
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
Handle slowly responding keyboards.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
Add tsdev, power and evbug event handlers.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
separate directory), add twiddler and guillemot drivers.
-
Vojtech Pavlik authored
-
- 02 Jul, 2002 12 commits
-
-
Pavel Machek authored
-
Linus Torvalds authored
to user space. Convert to standard clock_t.
-
Linus Torvalds authored
Make dcache filesystems export directory entry types to readdir.
-
Matthew Wilcox authored
For PA-RISC, we need find_vma_prev to return `prev', even if vma is NULL. Our stack is at the top of memory, growing upwards, so when we page fault we need to see prev. For added bonus points, the code becomes simpler, less indented, shorter and (for me, anyway) easier to understand. The code is well-tested, even on x86. For PA and ia64 this code is called in the page fault handler path so it is exercised frequently.
-
http://linux-scsi.bkbits.net/scsi-for-linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Bottomley authored
-
James Bottomley authored
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5
-
James Bottomley authored
into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.5
-
James Bottomley authored
-
Mike Sullivan authored
-
Brad Heilbrun authored
Fix APM that got broken by getting rid of "struct tms" and clock_t.
-
- 01 Jul, 2002 3 commits
-
-
Matthew Wilcox authored
Doug Gilbert and James Bottomley hassled me all through KernelSummit & OLS to explain about softirqs, tasklets and bottom halves. In the end, it was easier to write the code myself. Thanks to James for pointing out that the pointer handling in my original code was completely broken and helping me debug. I've booted this patch on a 4-way system at OSDL with two Adaptec SCSI cards. I haven't tried stressing it (not quite sure which discs I can use ;-), and I don't understand the locking in the scsi subsystem at all. The main effect of applying this patch is that scsi_softirq() [was scsi_tasklet_func, and before that scsi_bottom_half_handler()] can now be run on multiple CPUs at the same time. We _seem_ to do enough locking elsewhere in the SCSI stack that this is safe. But someone who really understands the SCSI stack should audit this. This work shows up a hole in the current softirq API -- there's no support for unregistering a softirq (close_softirq or similar). We should do this in scsi_exit -- make sure no softirqs are running while we unload. This probably isn't a problem in practice, but it'd be nice to fix it.
-
Linus Torvalds authored
Stop using "struct tms" internally - always use timer ticks (or one of the sane timeval/timespec types) instead. Explicitly convert to clock_t when copying to user space for the old broken interfaces that still use "clock_t". Clean up and unify jiffies<->timeval conversion.
-
Linus Torvalds authored
-
- 30 Jun, 2002 10 commits
-
-
http://linux-ntfs.bkbits.net/ntfs-tng-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Anton Altaparmakov authored
-
Anton Altaparmakov authored
-
Anton Altaparmakov authored
into cantab.net:/usr/src/tng-2.0.13
-
Anton Altaparmakov authored
-
Anton Altaparmakov authored
into cantab.net:/usr/src/tng-2.0.12
-
Anton Altaparmakov authored
into cantab.net:/usr/src/tng-2.0.11
-
Petr Vandrovec authored
This fixes an off by one error in getcolreg/setcolreg in matroxfb's secondary head driver.
-
Petr Vandrovec authored
When James converted all drivers to unified do_install_cmap(), he blindly changed also matroxfb, which happily uses fbcon.currcon == -1. This caused memory corruption because of memory before fb_display[] array was overwritten. Default do_install_cmap() also installed invalid default color map in some matroxfb resolutions. Not all world have >= 4bpp.
-
Samuel Thibault authored
Disable volume control irq on maestro module unload.
-
- 29 Jun, 2002 1 commit
-
-
Linus Torvalds authored
-