- 16 Aug, 2003 7 commits
-
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/trees/cpufreq
-
Dave Jones authored
From John Clemens
-
Benjamin Herrenschmidt authored
A recent patch from James had incorrect PCI IDs for a few Radeon chips (the Radeon M9 chips Ld,Le,Lf and Lg, he used the IDs of the Id,Ie,If and Ig instead). This fixes that and group the properly by family (those got a bit shuffled around lately).
-
Benjamin Herrenschmidt authored
This fixes the build of PowerMac driver core with the removal of struct device "name" field.
-
Benjamin Herrenschmidt authored
This fixes build of ide-scsi after removal of struct device.name
-
Greg Kroah-Hartman authored
Damm, I keep forgetting about firewire, sorry. This should fix the ieee1394 code for the device.name removal, and for the i2c structure changes that happened in 2.6.0-test3.
-
- 15 Aug, 2003 28 commits
-
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
ia64: Fix prologue directives for sys_clone() and sys_clone2()
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
Greg Kroah-Hartman authored
This has been in the -mm tree for a while and has helped a lot in finding lots of improper users of the driver core. It also moves the driver core code up quite a few levels on the "Rusty's guide to kernel APIs".
-
Greg Kroah-Hartman authored
-
David T. Hollis authored
A trailing else in the #ifdef CONFIG_USB_NET1080 block that would prevent it from properly filling the bulk URB.
-
David Brownell authored
The code that manges the synchronous control/bulk calls has been a mess for ages. This patch rewrites it using: - "struct completion" instead of a usb-internal clone therof, - prepare_to_wait()/finish_wait() instead of the tangled mess it now uses (or a new wait_event_timeout call, as in previous versions of this patch). It's a net code shrink and simplification.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
Again, from Randy Dunlap
-
Dave Jones authored
-
Dave Jones authored
Based on patch from Randy Dunlap.
-
Dave Jones authored
Need cacheflush.h for change_page_attr()
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
- sort some of the ATI entries. (note, there are dupes in there that could be fixed up at some point). - Rename PCI_DEVICE_ID_RADEON_IGP to ATI_RS100. RadeonIGP is the family, not the specific chip.
-
Dave Jones authored
-
Hirofumi Ogawa authored
If ->group_leader of current thread already was exiting, group_leader's ->mm is NULL in fill_psinfo(). Then I got Oops. This uses current->mm instead of ->group_leader->mm to dump args.
-
- 14 Aug, 2003 5 commits
-
-
Andrew Morton authored
- Ensure that arq->state is always set (ie. even if io context allocation failed). - Call as_antic_stop() unconditionally - which checks for the same condition. There are other callers which make the same check and should be changed too...
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org>
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it> On failure register_blkdev doesn't necessarly return -ENODEV .. it can return -ENOMEM too. This patch add a little better audit of register_blkdev.
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it>
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it> Audit create_proc_read_entry in rtc_init and fix coding style too.
-