| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/ldt: Make modify_ldt synchronous | Andy Lutomirski | 2015-10-13 | 1 | -1/+2 |
* | perf,x86: fix kernel crash with PEBS/BTS after suspend/resume | Stephane Eranian | 2013-03-27 | 1 | -0/+2 |
* | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states | Suresh Siddha | 2010-08-20 | 1 | -0/+2 |
* | update email address | Pavel Machek | 2010-07-19 | 2 | -2/+2 |
* | PM / x86: Save/restore MISC_ENABLE register | Ondrej Zary | 2010-06-08 | 1 | -0/+4 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-07 | 1 | -8/+7 |
|\ |
|
| * | x86-32, resume: do a global tlb flush in S4 resume | Shaohua Li | 2010-03-30 | 1 | -8/+7 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
|/ |
|
* | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 | 1 | -6/+0 |
* | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-18 | 1 | -5/+1 |
|\ |
|
| * | x86: Remove final bits of CONFIG_X86_OLD_MCE | Andi Kleen | 2009-09-18 | 1 | -4/+0 |
| * | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-26 | 1 | -1/+1 |
| |\ |
|
| * | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init | Suresh Siddha | 2009-08-21 | 1 | -1/+1 |
* | | | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-07 | 2 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTOR | Peter Chubb | 2009-07-08 | 1 | -1/+1 |
| |/ |
|
| * | x86, mce: Fix mce resume on 32bit | Hidetoshi Seto | 2009-06-23 | 1 | -1/+1 |
* | | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-06-17 | 3 | -174/+106 |
|\| |
|
| * | x86: unify power/cpu_(32|64).c | Sergio Luis | 2009-06-12 | 3 | -260/+1 |
| * | x86: unify power/cpu_(32|64) copyright notes | Sergio Luis | 2009-06-12 | 2 | -2/+3 |
| * | x86: unify power/cpu_(32|64) regarding restoring processor state | Sergio Luis | 2009-06-12 | 2 | -38/+135 |
| * | x86: unify power/cpu_(32|64) regarding saving processor state | Sergio Luis | 2009-06-12 | 2 | -1/+76 |
| * | x86: unify power/cpu_(32|64) global variables | Sergio Luis | 2009-06-12 | 2 | -0/+17 |
| * | x86: unify power/cpu_(32|64) headers | Sergio Luis | 2009-06-12 | 2 | -4/+10 |
* | | hw-breakpoints: use wrapper routines around debug registers in processor rela... | K.Prasad | 2009-06-02 | 2 | -19/+6 |
* | | hw-breakpoints: prepare the code for Hardware Breakpoint interfaces | K.Prasad | 2009-06-02 | 2 | -8/+8 |
|/ |
|
* | x86: disable stack-protector for __restore_processor_state() | Joseph Cihula | 2009-04-03 | 1 | -0/+5 |
* | pm: rework includes, remove arch ifdefs | Magnus Damm | 2009-04-01 | 3 | -0/+3 |
* | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 2009-02-13 | 2 | -2/+2 |
* | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set | Rafael J. Wysocki | 2008-11-12 | 1 | -0/+4 |
* | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D | Ingo Molnar | 2008-10-11 | 2 | -0/+14 |
|\ |
|
| * | Merge branch 'x86/cpu' into x86/xsave | H. Peter Anvin | 2008-09-04 | 2 | -13/+19 |
| |\ |
|
| * | | x86: xsave: restore xcr0 during resume | Suresh Siddha | 2008-08-27 | 2 | -0/+14 |
* | | | x86, cleanup: use X86_CR4_PGE in x86/power/hibernate_asm_32.S | Uros Bizjak | 2008-08-20 | 1 | -7/+7 |
| |/
|/| |
|
* | | x86: fix i486 suspend to disk CR4 oops | David Fries | 2008-08-18 | 2 | -13/+19 |
|/ |
|
* | x86: remove end_pfn in 64bit | Yinghai Lu | 2008-07-08 | 1 | -1/+1 |
* | x86: coding style fixes to arch/x86/power/cpu_32.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -18/+23 |
* | x86 cleanup: suspend_asm_64.S - use X86_CR4_PGE instead of numeric value | Cyrill Gorcunov | 2008-02-19 | 1 | -2/+3 |
* | x86 PM: update stale comments | Rafael J. Wysocki | 2008-02-09 | 2 | -3/+3 |
* | x86 PM: consolidate suspend and hibernation code | Rafael J. Wysocki | 2008-02-09 | 3 | -162/+171 |
* | x86 PM: rename 32-bit files in arch/x86/power | Rafael J. Wysocki | 2008-02-09 | 4 | -6/+5 |
* | x86 PM: move 64-bit hibernation files to arch/x86/power | Rafael J. Wysocki | 2008-02-09 | 3 | -2/+474 |
* | x86: make __{save,restore}_processor_state static | Jan Beulich | 2008-01-30 | 1 | -2/+2 |
* | x86: x86-32 thread_struct.debugreg | Roland McGrath | 2008-01-30 | 1 | -7/+7 |
* | i386: move power | Thomas Gleixner | 2007-10-11 | 4 | -0/+385 |