- 05 Aug, 2003 14 commits
-
-
Adam Belay authored
This patch is needed in order to avoid a potential oops. It is similiar to the changes made to pci.
-
Adam Belay authored
This patch moves the resource parsing functions from support.c to the pnpbios driver. Originally these functions were intended for other pnp protocols but in reality they are only used by the PnPBIOS driver. This patch greatly cleans up the code in both the parsing functions and their connection with the pnpbios driver. Also note that pnpbios.h has been added for local pnpbios functions.
-
Adam Belay authored
This is not needed.
-
Adam Belay authored
This patch is similar to the disabled resource patch in that it avoids direct numeric comparisons with data in unset resource structures.
-
bk://kernel.bkbits.net//home/mochel/linux-2.5-power/Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
So make sure to include it in <asm-i386/hardirq.h> when needed (ie for the CONFIG_PREEMPT case).
-
Anton Blanchard authored
Fix up a few places where we marked __initdata as being const. This causes a section conflict (init section vs .rodata)
-
http://linux-watchdog.bkbits.net/linux-2.5-watchdogLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
constant values should not end up in the BSS. We're better off having the compiler put it in the .rodata section (which it will, thanks to the initializer and the "const"), since that will result in it being nicely cacheable in shared SMP caches.
-
Linus Torvalds authored
-
Patrick Mochel authored
-
http://linux.bkbits.net/linux-2.5Wim Van Sebroeck authored
into hostme.bitkeeper.com:/repos/l/linux-watchdog/linux-2.5-watchdog
-
Wim Van Sebroeck authored
use module_param, removed __setup code, general cleanup (mostly of comments and trailing spaces, also removed include of config.h), made the watchdog's timeout a module_param.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 06 Aug, 2003 1 commit
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 05 Aug, 2003 3 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 06 Aug, 2003 1 commit
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
- 05 Aug, 2003 8 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Anton Blanchard authored
-
Paul Mackerras authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Paul Mackerras authored
-
Paul Mackerras authored
-
- 04 Aug, 2003 11 commits
-
-
bk://kernel.bkbits.net//home/mochel/linux-2.5-powerLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Chas Williams authored
1. pci_device_id structures shouldn't be __devinitdata. Greg removed all of the instances of this in the 2.6.0-test1 tree, but unforunately my recent coversion of lanai.c introduced another one. 2. The lanai PCI id constants have now been merged into the kernel headers so we don't need to define our own copies. 3. The ioctl's exported by lanai shouldn't be - they were intended for debugging only, never for release. For now they're just '#if 0'ed out. They're somewhat dangerous since they don't check any capabilities so any user could DoS the interface.
-
Patrick Mochel authored
Orginally from Pavel Machek.
-
Patrick Mochel authored
- Create kernel/power/console.c - Rename prepare_suspend_console() to pm_prepare_console() and restore_console() to pm_restore_console(). - Add prototypes to include/linux/suspend.h. - Make kernel/power/console.o dependent only on CONFIG_PM - Simplify logic for SUSPEND_CONSOLE define - Make software_resume() prepare console much earlier, so we can localize the loglevel variables in console.c. - Remove #ifdef CONFIG_VT from console.c, and just check for SUSPEND_CONSOLE. (Perhaps we should make entire file dependent on CONFIG_VT_CONSOLE?) - Add kernel/power/power.h to share things across local files.
-
Angelo Dell\'Aera authored
-
Patrick Mochel authored
- Call blk_run_queues() from do_software_suspend() directly, instead of wrapping it in helper function. - Get rid of ominous compiler warning. - Change BUG_ON(in_interrupt()) to might_sleep() in software_suspend(), so we still get back trace, but don't actually BUG(). Orginally from Pavel Machek.
-
Stephen Hemminger authored
-
Randy Dunlap authored
From: Leann Ogasawara <ogasawara@osdl.org> Acked by Neil Brown.
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 05 Aug, 2003 2 commits
-
-
Russell King authored
The ARC and A5K machine class is handled by the arm26 architecture now. This cset removes the obsolete files from the 32-bit ARM architecture.
-
Russell King authored
ARM seems to have missed an update for the time keeping code; this cset fixes a problem where the altering the system time changes the reported uptime.
-