- 04 Aug, 2003 7 commits
-
-
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.
-
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.
-
Patrick Mochel authored
Originally from Pavel Machek: schedule() added makes processes start at exactly that point, making printouts nicer.
-
Patrick Mochel authored
From Pavel Machek.
-
Patrick Mochel authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power
-
- 03 Aug, 2003 6 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia
-
Danny ter Haar authored
Trivial CREDITS update
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Benjamin Herrenschmidt authored
The mdelay() macro does the wrong thing if you try to use it with an argument expression that contains the (perfectly natural) variable name 'msec'. Fix it to use an internal variable that doesn't clash with normal naming.
-
- 02 Aug, 2003 27 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Ville Nuorvala authored
-
Daniel Ritz authored
-
Harald Welte authored
-
Harald Welte authored
-
Patrick McHardy authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
Herbert Xu authored
-
Herbert Xu authored
-
Herbert Xu authored
-
Angelo Dell\'Aera authored
-
Stephen Hemminger authored
-
Chas Williams authored
-
Randy Dunlap authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
- Add TG3_FLG2_SUN_5704, set it at probe time. - Do not try to use NVRAM on Sun 5704 chips. - Handle lack of firmware on Sun 5704 chips.
-
David S. Miller authored
- Use ino-bitmap property to figure out which PCI bus module each interrupt gets routed through. - Fix timeout setting in PCI control register - Do not enable DTO interrupts. - Use the correct IGN in INOs on Tomatillo.
-
Hirofumi Ogawa authored
This uses fat_get_short_entry() in fat_dir_empty(). Moves fat_scan() and fat_subdirs() to dir.c.
-
Hirofumi Ogawa authored
From Ren <l.s.r@web.de> the function vfat_strnicmp() has just one callsite. Inlining it actually shrinks vfat.o slightly.
-
Hirofumi Ogawa authored
From Ren <l.s.r@web.de> there are several places inside fs/vfat/namei.c where the length of a struct qstr without any trailing dots is calculated. The patch below adds a function vfat_striptail_len() which does that and makes use of it.
-
Hirofumi Ogawa authored
This uses ->i_pos instead of ->i_ino on fat_fs_panic() because ->i_ino is not useful. loff_t is _signed_ long long, so format string should use "%lld". fs/fat/cache.c | 14 +++++++------- fs/fat/inode.c | 2 +- fs/fat/misc.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-)
-
Hirofumi Ogawa authored
This adds the forgotten test whether it's negative dentry. That test should be needed only in negative dentry case. Removes unneeded dcache_lock. (NOTE: vfat still has the filename case problem on mkdir(), rename() etc.)
-
Bartlomiej Zolnierkiewicz authored
Allows all architectures to simply include the sound/Kconfig file. Now somebody can finally update the comment for CONFIG_SOUND ;-).
-
Bartlomiej Zolnierkiewicz authored
-