| Commit message (Expand) | Author | Age | Files | Lines |
* | i8253: Convert i8253_lock to raw_spinlock | Thomas Gleixner | 2010-03-02 | 1 | -2/+2 |
* | x86: Remove trailing spaces in messages | Frans Pop | 2010-02-07 | 1 | -2/+2 |
* | x86: Remove BKL from apm_32 | Thomas Gleixner | 2009-10-14 | 1 | -8/+6 |
* | Merge commit 'origin/x86/urgent' into x86/asm | H. Peter Anvin | 2009-08-26 | 1 | -1/+1 |
|\ |
|
| * | x86: Work around compilation warning in arch/x86/kernel/apm_32.c | Subrata Modak | 2009-08-04 | 1 | -1/+1 |
* | | x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc statically | Akinobu Mita | 2009-08-10 | 1 | -10/+9 |
* | | x86: Introduce GDT_ENTRY_INIT() | Akinobu Mita | 2009-08-08 | 1 | -1/+1 |
* | | x86: Introduce set_desc_base() and set_desc_limit() | Akinobu Mita | 2009-07-19 | 1 | -9/+9 |
|/ |
|
* | PM core: rename suspend and resume functions | Alan Stern | 2009-06-12 | 1 | -7/+7 |
* | PM: Rename device_power_down/up() | Magnus Damm | 2009-06-12 | 1 | -4/+4 |
* | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 2009-03-31 | 1 | -103/+145 |
|\ |
|
| * | x86: cpumask: update 32-bit APM not to mug current->cpus_allowed | Rusty Russell | 2009-03-18 | 1 | -103/+145 |
* | | PM: Rework handling of interrupts during suspend-resume | Rafael J. Wysocki | 2009-03-30 | 1 | -4/+11 |
|/ |
|
* | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -0/+4 |
|\ |
|
| * | PM: Split up sysdev_[suspend|resume] from device_power_[down|up] | Rafael J. Wysocki | 2009-02-22 | 1 | -0/+4 |
* | | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
|/ |
|
* | x86: update Alan Cox's email addresses | Alan Cox | 2009-01-05 | 1 | -2/+2 |
* | x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter | Niels de Vos | 2008-12-02 | 1 | -4/+0 |
*-. | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 2008-10-06 | 1 | -1/+0 |
|\ \ |
|
| | * | arch/x86/kernel/apm_32.c: remove duplicated #include | Huang Weiyi | 2008-08-21 | 1 | -1/+0 |
| |/ |
|
* / | x86: disable apm on the olpc | Jeremy Katz | 2008-09-24 | 1 | -1/+2 |
|/ |
|
* | remove include/linux/pm_legacy.h | Adrian Bunk | 2008-07-24 | 1 | -1/+0 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-17 | 1 | -4/+4 |
|\ |
|
| * | Introduce new top level suspend and hibernation callbacks | Rafael J. Wysocki | 2008-06-10 | 1 | -4/+4 |
* | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 1 | -0/+4 |
|\ \ |
|
| * | | apm_32: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
| |/ |
|
* / | x86: Switch apm to unlocked_kernel | Alan Cox | 2008-05-25 | 1 | -10/+15 |
|/ |
|
*---. | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 1 | -20/+4 |
|\ \ \ |
|
| | | * | PM: arch/x86/kernel/apm_32.c: fix build warning | Andrew Morton | 2008-04-15 | 1 | -1/+0 |
| | | * | PM: Remove legacy PM | Pavel Machek | 2008-04-15 | 1 | -15/+0 |
| |_|/
|/| | |
|
| * | | fix idle (arch, acpi and apm) and lockdep | Peter Zijlstra | 2008-04-27 | 1 | -0/+3 |
| |/ |
|
| * | x86: switch to proc_create() | Alexey Dobriyan | 2008-04-17 | 1 | -4/+1 |
|/ |
|
* | x86: isolate PIC/PIT in/out calls | Alan Cox | 2008-01-30 | 1 | -3/+3 |
* | x86: get rid of checkpatch.pl complains on apm_32.c | Cyrill Gorcunov | 2008-01-30 | 1 | -170/+196 |
* | arch/x86/kernel/apm_32.c: use time_before, time_before_eq, | Julia Lawall | 2008-01-30 | 1 | -1/+2 |
* | x86: unify desc_struct | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
* | x86: move 8259 defines to i8259.h | Thomas Gleixner | 2008-01-30 | 1 | -2/+0 |
* | PM: ACPI and APM must not be enabled at the same time | Len Brown | 2008-01-11 | 1 | -7/+3 |
* | spelling fixes: arch/i386/ | Simon Arlott | 2007-10-20 | 1 | -1/+1 |
* | Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jga... | Linus Torvalds | 2007-10-12 | 1 | -9/+9 |
* | i386: move kernel | Thomas Gleixner | 2007-10-11 | 1 | -0/+2403 |