- 15 May, 2003 4 commits
-
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
- 14 May, 2003 36 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
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Dave Jones authored
Originally from Matt Dobson. I've been running with this for a while in -dj, with no noticable side-effects. Matt: node_zonelists looks like it should really be declared of size MAX_NR_ZONES, not GFP_ZONEMASK. GFP_ZONEMASK is currently 15, making node_zonelists an array of 16 elements. The extra zonelists are all just duplicates of the *real* zonelists, namely the first 3 entries. Again, if anyone can explain to me why I'm wrong in my thinking, I'd love to know. There's certainly no way you could bitwise-and something with any combination of the GFP_DMA and GFP_HIGHMEM flags to refer to the 12th zonelist or some such! Or am I crazy?
-
Dave Jones authored
Syncs up with 2.4
-
Dave Jones authored
From 2.4 long long ago.
-
Dave Jones authored
From 2.4 from way back 13 months ago..
-
Dave Jones authored
Single spin_unlock path cuts this down a little..
-
Dave Jones authored
Patch from Steven Cole to fix up ver_linux output on a system with no module-init-tools, just modutils. As noted in bugzilla #267 and at http://marc.theaimsgroup.com/?l=linux-kernel&m=104492524815220&w=2
-
Dave Jones authored
-
Dave Jones authored
Erk, that's a really funny looking switch. Every case fell through..
-
Dave Jones authored
-
Dave Jones authored
From Dominik Brodowski, comments says it all..
-
Dave Jones authored
This went into 2.4 nearly a year back with the wonderfully descriptive "Fix from maintainer" comment.
-
Dave Jones authored
-
Dave Jones authored
This went into 2.4 back last August with the comment in $subject.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
There are still a few places where we play with the RTC directly, with no locking. This catches some of them.
-
Dave Jones authored
This went into 2.4 with the following comments.. ide-scsi driver starts DMA as soon as it writes the ATAPI PACKET command in command register and before sending the ATAPI command. This will cause problems on many drives. Right way to do it is to start DMA after sending the ATAPI command. I am attaching a patch that fixes this. This patch will allow many more CD-RW drives to work reliably in DMA mode than do today Alan's comment to this diff previously.. "Thats the least of the 2.5 ide-scsi problems, but yes its probably one to add"
-
Dave Jones authored
wrmsr is ok, but needs cleans up, second part (rdmsr) is currently broken.
-
Dave Jones authored
This patch from Alan went into 2.4 last august with the comment "get the types right on the lib/inflate.c constants"
-
Dave Jones authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
As it has to happen before pktsched_init, that is called from net_dev_init that is a subsys_initcall, making it the same init level as netlink_proto_init, that ends up being called _after_ net_dev_init, so when pktsched_init is called it finds rtnetlink_links[PF_UNSPEC] as null and therefore not sets the ->dumpit entry for RTM_GETQDISC (and the others too): b00m, rtnetlink_rcv sends a failure message to tc.
-