- 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 3959df1d Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- e43d018 x86/idle: Restore trace_cpu_idle to mwait_idle() calls by Jisheng Zhang · 9 years ago
- 8838eb6 x86/mce: Clear Local MCE opt-in before kexec by Ashok Raj · 9 years ago
- 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
- 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
- 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
- e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 0fb0328 sched/x86: Drop repeated word from mwait_idle() comment by Huang Rui · 10 years ago
- 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 10 years ago
- 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
- c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- 2e8a310 x86/fpu: Rename fpu__flush_thread() to fpu__clear() by Ingo Molnar · 10 years ago
- c69e098 x86/fpu: Use 'struct fpu' in fpu__copy() by Ingo Molnar · 10 years ago
- ca6787b x86/fpu: Remove 'struct task_struct' usage from drop_fpu() by Ingo Molnar · 10 years ago
- a752b53 x86/fpu: Factor out fpu__copy() by Ingo Molnar · 10 years ago
- 8ffb53a x86/fpu: Move task_xstate_cachep handling to core.c by Ingo Molnar · 10 years ago
- 81683cc x86/fpu: Factor out fpu__flush_thread() from flush_thread() by Ingo Molnar · 10 years ago
- 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
- a7c2a83 x86/fpu: Rename fpu_free() to fpstate_free() by Ingo Molnar · 10 years ago
- ed97b08 x86/fpu: Rename fpu_alloc() to fpstate_alloc() by Ingo Molnar · 10 years ago
- 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 10 years ago
- c88d474 x86/fpu: Always restore_xinit_state() when use_eager_cpu() by Bobby Powers · 10 years ago
- de71ad2 x86: Make cpu_tss available to external modules by Marc Dionne · 10 years ago
- 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 435c350 x86/amd/idle, clockevents: Use explicit broadcast oneshot control functions by Thomas Gleixner · 10 years ago
- 162a688 x86/amd/idle, clockevents: Use explicit broadcast control function by Thomas Gleixner · 10 years ago
- e1b63de Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patches by Ingo Molnar · 10 years ago
- f893959 x86/fpu: Don't abuse drop_init_fpu() in flush_thread() by Oleg Nesterov · 10 years ago
- 9cb6ce8 x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread exec by Oleg Nesterov · 10 years ago
- eda2360 Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts by Ingo Molnar · 10 years ago
- d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
- f8e617f sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIs by Mike Galbraith · 11 years ago
- b253149 sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance by Len Brown · 11 years ago
- d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
- 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
- 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
- 110d7f7 x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu() by Oleg Nesterov · 10 years ago
- 6a5fe89 x86/fpu: Use task_disable_lazy_fpu_restore() helper by Rik van Riel · 10 years ago
- 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
- dc56c0f x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() by Oleg Nesterov · 10 years ago
- 5e23fee x86, fpu: copy_process: Sanitize fpu->last_cpu initialization by Oleg Nesterov · 10 years ago
- f185350 x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math() by Oleg Nesterov · 10 years ago
- 7496d64 Define kernel API to get address of each state in xsave area by Fenghua Yu · 11 years ago
- 16f8b05 sched/idle, x86: Remove redundant cpuidle_idle_call() by Nicolas Pitre · 11 years ago
- ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
- 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- d788081 idle: Add the stack canary init to cpu_startup_entry() by Thomas Gleixner · 12 years ago
- 97a5b81 x86: Fix idle consolidation fallout by Thomas Gleixner · 12 years ago
- a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
- df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 12 years ago
- 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
- 10baf04 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Rafael J. Wysocki · 12 years ago
- ca62cf5 Merge branch 'misc' into release by Len Brown · 12 years ago
- a476bda x86 idle: rename global pm_idle to static x86_idle by Len Brown · 12 years ago
- dd8af07 APM idle: register apm_cpu_idle via cpuidle by Len Brown · 12 years ago
- 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 12 years ago
- 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
- 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 12 years ago
- 43720bd PM / tracing: remove deprecated power trace API by Paul Gortmaker · 12 years ago
- 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
- 4d0e42c x86: Remove dead hlt_use_halt code by Daniel Lezcano · 12 years ago
- 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
- 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
- e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
- 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
- 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
- 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
- c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
- ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 19bec32 Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- f5c1018 Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
- 1dcc8d7 x86, fpu: drop the fpu state during thread exit by Suresh Siddha · 13 years ago
- 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 13 years ago
- c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 13 years ago
- 57da8b9 x86: Avoid double stack traces with show_regs() by Jan Beulich · 13 years ago
- 38e7c57 x86: Use common threadinfo allocator by Thomas Gleixner · 13 years ago
- 85f7f65 x86: Use kick_all_cpus_sync() by Thomas Gleixner · 13 years ago
- 19209bb x86/sched: Make mwait_usable() heed to "idle=" kernel parameters properly by Srivatsa S. Bhat · 13 years ago
- 4504689 x86: Use generic init_task by Thomas Gleixner · 13 years ago
- f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 13 years ago
- 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
- 90e2401 x86: Merge the x86_32 and x86_64 cpu_idle() functions by Richard Weinberger · 13 years ago
- 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
- 4845465 x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle() by Steven Rostedt · 13 years ago
- 1cf8343 x86: Fix rflags in FAKE_STACK_FRAME by Seiichi Ikarashi · 13 years ago
- e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 13 years ago
- c812d8f x86, mm, trivial: Remove unnecessary get_order() in free_thread_info() by Zhao Jin · 13 years ago