- 15 May, 2003 2 commits
-
-
Dave Jones authored
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
- 14 May, 2003 12 commits
-
-
Dave Jones authored
-
Dave Jones authored
From Christoph Hellwig. This is a lot cleaner by using the proper PCI PM infrastructure and also fixes the breakage with the non-PCIish bridges on alpha and ia64
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
Dave Jones authored
By Paul Mackerras and BenH
-
Jens Axboe authored
This fixes a few problems with ide tcq, I don't know of any other known ones (and it is solid here, survives ours of beating on it). Basically: - Don't enable tcq if the drive isn't alone on the channel. This raises all sorts of fun that really requires hardware support (auto poll), or it's going to _suck_. I never wanted to do that, and no hardware I know of supports auto-poll. - Introduce a drive blacklist so we don't enable tcq on known broken drives. Or enable with restrictions on some models. - Add a check for pdc4030, apparently tcq doesn't work there (hell knows who would be crazy enough to pull such a stunt).
-
Linus Torvalds authored
into penguin.transmeta.com:/home/torvalds/v2.5/linux
-
Jens Axboe authored
With the dynamic request allocation, we get the direction bits set for us. This breaks the scsi_ioctl stuff, since we always pass in WRITE there. So actually pass in the right direction instead.
-
Jens Axboe authored
Quiet down the TEST_UNIT_READY commands, we know these may fail (that's the whole purpose of the command :-).
-
Jens Axboe authored
This is the small patch that we all agreed on. With this patch, we do nice big writes/reads on ide disks that support 48-bit lba.
-
Jens Axboe authored
Add bio traversal functionality. This is a prereq for doing ide multiwrites safely and sanely. Patch was originally done by Suparna, Bartlomiej picked it up and changed the design somewhat. From Bart: Main idea is now reversed - instead of introducing rq->hard_bio as pointer for bio to be completed and using rq->bio as pointer for bio to be submitted, rq->cbio is introduced for submissions and rq->bio is used for completions This minimizes changes to block layer and assures that all existing block users are not affected by this patch.
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into penguin.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into penguin.transmeta.com:/home/torvalds/v2.5/linux
-
- 13 May, 2003 15 commits
-
-
Russell King authored
-
Russell King authored
This avoids a problem with the original ptrace code using a system call (SWI) to implement single stepping; programs such as ltrace do not expect to receive system call trace traps when breakpoints are hit.
-
Russell King authored
Request the memory region used for the keyboard and mouse ports, and ioremap.
-
Russell King authored
-
Russell King authored
-
Russell King authored
Also remove uninitialised variable warning and update mach-types.
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Russell King authored
From: Nicolas Pitre. (manual entry since bk openlogging crapped out again)
-
Nicolas Pitre authored
Patch from Nicolas Pitre Of course, the PLD macro is always defined even if it's empty. Without this fix anything below ARMv5 is broken.
-
Russell King authored
-
James Simmons authored
This fixes a oops that happens when we map a framebuffer device to a non-existant console. set_con2fb_map wasn't testing to see the VC we where mapping to actually exist. Now it does. I also added code to fbcon_cursor to reset the hotspot if it was changed by userland.
-
James Simmons authored
This kills off warnings about unused variables.
-
James Simmons authored
This removes EDID support for VESA. The EDID code needs more developement which can be done on the side. The results where mixed. It worked for some but not for others.
-
James Simmons authored
The font size needs to be set for all terminals. This was the bug that was causing dual head (vga and mda) to lock up.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 14 May, 2003 1 commit
-
-
Dave Jones authored
-
- 13 May, 2003 4 commits
-
-
bk://kernel.bkbits.net/davem/bluetooth-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-bt.bkbits.net/bt-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 14 May, 2003 1 commit
-
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
- 13 May, 2003 5 commits
-
-
bk://linux-bt.bkbits.net/bt-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/bluetooth-2.5
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
Andrew Morton authored
-
Andrew Morton authored
-