- 11 Oct, 2003 6 commits
-
-
Benjamin Herrenschmidt authored
so that the kernel boots at least on POWER4 and G5 CPUs
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
(missing from a previous cset)
-
Benjamin Herrenschmidt authored
of "standard" configs on oldworld macs
-
Benjamin Herrenschmidt authored
the coff image to randomly fail
-
Benjamin Herrenschmidt authored
into kernel.crashing.org:/home/benh/kernels/for-linus-ppc
-
- 10 Oct, 2003 5 commits
-
-
bk://ppc@ppc.bkbits.net/for-linus-ppcBenjamin Herrenschmidt authored
into kernel.crashing.org:/home/benh/kernels/for-linus-ppc
-
bk://kernel.bkbits.net/gregkh/linux/usb-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 11 Oct, 2003 1 commit
-
-
Russell King authored
This adds a couple of missing symbol exports for lm_driver_register and lm_driver_unregister.
-
- 10 Oct, 2003 11 commits
-
-
Russell King authored
no_action is implemented by generic code; no need for machine class code to implement it as well.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into wopr.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
-
Dave Jones authored
(Blah about unused variables). This code still won't be used, as its still not tested/debugged properly on a Nehemiah.
-
Dave Jones authored
We got half multipliers horribly wrong, which made us think we could clock the CPU much higher than we actually could.
-
Dave Jones authored
Now that longhaul=1 matches more than 1 CPU, this broke.
-
Dave Jones authored
These CPUs are actually only longhaul v1 compliant. This was catastrophic, as the MSRs moved between v1 and v2. There was also massive confusion in the documentation regarding Ezra. It's not another variant, so 'v2' never existed. Renamed v3 (Powersaver) to v2 as a result of this.
-
Greg Kroah-Hartman authored
There was no release function, that was the bug :) It caused bad messages to show up in the syslog whenever a i2c driver was removed, and could easily oops.
-
Alexander Malysh authored
attached you can find a patch that should fix i2c-sis630 driver for 2.6.0-X kernel. With i2c-sis630 from stock 2.6.0-X we have oops and driver was not correct registered against i2c-core. Changes: 1) fixed a oops while modprobing 2) added check for buffer overflow for i2c block data read transaction 3) added 'force' modprobe parameter. It's allow more easily testing for not yet supported SiS chips.
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 09 Oct, 2003 1 commit
-
-
Benjamin Herrenschmidt authored
into kernel.crashing.org:/home/benh/kernels/for-linus-ppc
-
- 10 Oct, 2003 1 commit
-
-
Paul Mackerras authored
-
- 09 Oct, 2003 15 commits
-
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
David S. Miller authored
-
David S. Miller authored
This code is from ancient history when TCP did not used SKB cloning.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
David Gibson authored
-
Andi Kleen authored
-
Krzysztof Halasa authored
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
cause NULL pointer references in /proc. Moreover, it's questionable whether the whole thing makes sense at all. Per-thread state is good. Cset exclude: davem@nuts.ninka.net|ChangeSet|20031005193942|01097 Cset exclude: akpm@osdl.org[torvalds]|ChangeSet|20031005180420|42200 Cset exclude: akpm@osdl.org[torvalds]|ChangeSet|20031005180411|42211
-
Jean Delvare authored
-
Jean Delvare authored
fixes all chip drivers by moving the initialization before any sysfs entry is created.
-
Noah J. Misch authored
Previously, one could configure a kernel that wouldn't link by doing a 'make allnoconfig' and then a 'make menuconfig' and enabling CONFIG_EXPERIMENTAL, CONFIG_PCI, CONFIG_USB_GADGET, and CONFIG_USB_ETH.
-
Noah J. Misch authored
This usb driver needs ide_fix_driveid from drivers/ide/ide-ops.c, which needs BLK_DEV_IDE ("Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support") to get built. Without this patch, you can configure an un-linkable kernel by doing make allnoconfig, make menuconfig, and setting CONFIG_PCI, CONFIG_USB, CONFIG_USB_STORAGE, and CONFIG_USB_STORAGE_ISD200 only.
-