- 03 Sep, 2003 8 commits
-
-
Andrew Morton authored
The new HPET RTC emulation code uses a function in rtc.c, get_rtc_time(). So that function was made non-static. Problem is, the same function name is used elsewhere by some architectures, so there will be linkage problems. And rtc_get_time() is used too, so I renamed it to rtc_get_rtc_time(). Also, the HPET code was setting CONFIG_HPET_EMULATE_RTC by hand in a header file. Fix it to use the Kconfig system properly.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> Anton needs this for ppc64. Things overflow with a huge number of CPUs.
-
Andrew Morton authored
From: Neil Brown <neilb@cse.unsw.edu.au> With the current code in bio_add_page, if fail_segments is ever set, it stays set, so bio_add_page will eventually fail having recounted the segmentation once. I don't think this is intended. This patch changes the code to allow success if the recounting the segments helps. (Jens has acked this)
-
Andrew Morton authored
- non_fatal.c comment fix (Zwane Mwaikambo <zwane@linuxpower.ca>) - s/elevator/io scheduler/ in ll_rw_blk.c (Jens) - update KJ mailing list address ("Randy.Dunlap" <rddunlap@osdl.org>) - unused var in riscom8.c (Adrian Bunk <bunk@fs.tum.de>) - add help texts to two OSS drivers (Adrian Bunk <bunk@fs.tum.de>) - "PCMCIA SCSI adapter support" requires CONFIG_MODULES (Adrian Bunk <bunk@fs.tum.de>)
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
This removes include/asm-arm/proc-armv entirely, merging the contents into the relevant include files in include/asm-arm. We also update various files in arch/arm which reference definitions in the now non-existent directory.
-
Russell King authored
Remove more of the redundant 26-bit ARM CPU support from the 32-bit ARM tree.
-
Karsten Keil authored
Here is the first part of ISDN bugfixes for 2.6. It should make ISDN work again with most controllers. More fixes follow after more testing.
-
- 04 Sep, 2003 2 commits
-
-
http://linux-watchdog.bkbits.net/linux-2.5-watchdogWim Van Sebroeck authored
into iguana.be:/home/wim/BitKeeper/projects/linux-2.5-watchdog
-
http://linux-watchdog.bkbits.net/linux-2.5-watchdogWim Van Sebroeck authored
into iguana.be:/home/wim/BitKeeper/projects/linux-2.5-watchdog
-
- 03 Sep, 2003 13 commits
-
-
Wim Van Sebroeck authored
remove module_param's for wdt_start and wdt_stop fix timeout check in init procedure
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Javier Achirica authored
-
Ernst Persson authored
as it uses the crc32 library.
-
Marc Zyngier authored
The enclosed patch tries to clean the tulip de4x5 driver, and update it to some of the 2.6 APIs : - Use PCI and EISA probing APIs - Use generic DMA API - Fix DE425 init on the Jensen - Remove de4x5 from Space.c It's been tested on x86 and Alpha, with a DE425 (21040, EISA), a DE435 (21040, PCI) and a quad DLink (4*21143, PCI). The major problem with this patch is that, because of the Space.c removal, interfaces get potentially renumbered. This has been discussed to death on lkml, without any obvious solution. IMHO, we'd better remove as many drivers as we can from Space.c before 2.6.0-final ships...
-
Adrian Bunk authored
-
Linus Torvalds authored
forced into double negatives.
-
Adrian Bunk authored
the compilation of cosa.c was already fixed in your BK tree, so we can now remove the dependency on BROKEN.
-
Benjamin Herrenschmidt authored
This fixes the build of the via-pmu.c driver when CONFIG_PMAC_PBOOK is not set.
-
Bartlomiej Zolnierkiewicz authored
From Benjamin Herrenschmidt <benh@kernel.crashing.org>: This adds the Kconfig option for the PowerMac IDE driver "LED" feature (using the laptop's front LED as a disk activity indicator). It also adds a small bit to ide-probe.c that was missing from Jens patch when he added the activity function infrastructure. He did add the hwif field, but not the code to actually enable it.
-
Bartlomiej Zolnierkiewicz authored
From Daniela Engert <dani@ngrt.de>.
-
Bartlomiej Zolnierkiewicz authored
It was disabled to workaround a bug in a driver. The orginal bug was fixed but the workaround was not removed.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 04 Sep, 2003 2 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
This has three main parts: (1) support for the 440GP and 440GX processors, (2) support for the "Ebony" and "Ocotea" reference boards for those processors, and (3) support for 64-bit physical addresses. The 440GP and 440GX are "Book E" processors, and this introduces a CONFIG_BOOKE and some definitions that apply to all Book E processors. Having 64-bit physical addresses means that PTEs are now 64 bits. The PTE pages stay at 4kB, and the pgdir expands to 8kB.
-
- 02 Sep, 2003 15 commits
-
-
Jens Axboe authored
amiflop didn't init the queue before assigning it to disk->queue. the error handling was also immensely screwed, I've cleaned that up too.
-
bk://linux.bkbits.net/linux-2.5Steve French authored
into hostme.bitkeeper.com:/repos/c/cifs/linux-2.5cifs
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Steve French authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
François Romieu authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
Stephen Hemminger authored
includes these changes from viro * switched ethertap to dynamic allocation * ethertap: embedded ->priv * ethertap: fixed resource leaks on failure exits and from me * get it out of the static device list completely. * add dependency on NETLINK_DEV * not really obsolete yet * configurable number of interfaces
-
Stephen Hemminger authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
Linus Torvalds authored
This makes "allyesconfig" do a better job.
-
Linus Torvalds authored
broken on SMP (due to expecting global irq locking).
-
Bart De Schuymer authored
-
Jeff Garzik authored
-