- 26 Sep, 2003 10 commits
-
-
Nick Piggin authored
Clears the next_arq cache if a request is repositioned and added as an alias behind another. Should fix the BUGs which Mary Edie Meredith has been reporting. Also, fixes a few random (but harmless) cases where last_merge was being set and causing warnings. When 2 requests are merged, and one is thrown away, move its alias list onto the merged request! This is likely to be the cause of Mary's hangs.
-
bk://kernel.bkbits.net/vojtech/inputLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Vojtech Pavlik authored
grabbing of the pads, as well as simplifies the mousedev driver.
-
Peter Osterlund authored
The infoRot180 and infoPortrait bits are for information only. The touchpad uses the same X/Y coordinate system regardless of the orientation, so the software shouldn't care about these bits.
-
Vojtech Pavlik authored
untranslating to the AT keyboard driver as well. Lower PS/2 mouse default report rate. Fix repeat rate adjustment ioctls accordingly, and update other files to reflect the changes. This should fix most known keyboard problems in 2.6.
-
Peter Osterlund authored
support to mousedev.
-
Dmitry Torokhov authored
-
Dmitry Torokhov authored
-
Vojtech Pavlik authored
uses the variable.
-
Linus Torvalds authored
-
- 25 Sep, 2003 30 commits
-
-
Andi Kleen authored
This fixes a few x86-64 issues that have crept in and broke bootup. - Disable -funit-at-a-time. It breaks symbol exports with gcc 3.3.1-hammer. - Fix sched_clock to not access HPET. The new scheduler uses it more extensively and it is not mapped early enough. I opted to just disable the HPET access, because even a slightly non monotonous TSC should be accurate enough for scheduling purposes. - Fixes for separate objdirs by Arnd Bergmann - Fix two warnings that have crept in
-
Neil Brown authored
Previously, we called blk_queue_make_request(q,mddev->pers->make_request) *before* calling mddev->pers->run(), but this left a hole in which the device could be accessed before it was initialised. So we moved blk_queue_make_request to *after* ->pers->run(), but now some of the initialisation done in ->run is over-written by blk_queue_make_request(), particularly limits like ->max_sectors. So now, we just open-code the one line of blk_queue_make_request that we need at this point. All the rest has been done by a separate called to blk_queue_make_request, either when the mddev was first allocated, or when a previous incarnation of the device was stopped. This fixes "bio too big" error that occured due to max_sectors being too large.
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Rusty Russell authored
From: Domen Puncer <root@coderock.org>
-
Angelo Dell\'Aera authored
Don't know if the patch I released few days ago was still applied. This is a minor revision of that patch which converts saa9730 to spinlocks thus removing save_and_cli() and restore_flags() calls. Regards, Angelo Dell'Aera
-
Simon Kelley authored
This does two things: 1) Fix alignment problem on PARISC64 (and maybe other 64bit archs.) 2) Add another couple of cards to the table. Cheers, Simon.
-
Paul Gortmaker authored
-
Paul Gortmaker authored
-
Paul Gortmaker authored
-
Stephen Hemminger authored
If baycom driver has never been opened, it will attempt to free an IRQ that it never registered when removed. The problem is that hdlcdrv does not keep track of open/close state.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Update baycom drivers for 2.6.0-test5 - get rid of MOD_INC/DEC (looked into hdlcdrv_ops and don't need to have owner field because baycom drivers unregister on unload). - use alloc_netdev instead of static device structures. - hdlcdrv_register returns device instead of getting passed one. - put private data in space allocated at dev->priv in alloc_netdev - shorten name of hdlcdrv_register_hdlcdrv to hdlcdrv_register I don't have actual baycom hardware, but driver builds and loads/unloads. Real hardware initialization doesn't happen until open. The first one is the important patch, the other three are just code review type cleanups.
-
Jeff Garzik authored
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net> Cheers, n.
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Mirko Lindner authored
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 3/5 (Update to version 6.17) * Add: Removed SkNumber and SkDoDiv * Add: Counter output as (unsigned long long)
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 1/5 (Update to version 6.17) * Add: Better parameter check * Add: UDP and TCP HW Csum changes * Add: Interrupt Moderation infos
-
Stephen Hemminger authored
Add proper management of jiffies and time values, rather than punting and doing long long arithmetic on usecs.
-
Stephen Hemminger authored
Still more driver data which was updated but never used.
-
Stephen Hemminger authored
Convert bogus test_and_set local wait, to a real spin_lock so it has a chance of working on an SMP. This also does the right thing and locks out interrupts while giving commands on UP; maybe the comment in Kconfig was because there was never a proper mutex... Don't have real hardware to try this, but it can't be worse than the previous code.
-
Stephen Hemminger authored
Still more places state is saved and never used.
-