- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- f7dd3b17 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 6a36958 x86/tsc: Validate TSC_ADJUST after resume by Thomas Gleixner · 8 years ago
- 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
- 07c94a3 x86/amd: Simplify AMD E400 aware idle routine by Borislav Petkov · 8 years ago
- e7ff3a4 x86/amd: Check for the C1E bug post ACPI subsystem init by Thomas Gleixner · 8 years ago
- 3344ed3 x86/bugs: Separate AMD E400 erratum and C1E bug by Thomas Gleixner · 8 years ago
- 1d0095f x86/tsc: Verify TSC_ADJUST from idle by Thomas Gleixner · 8 years ago
- 7a3e686 x86/idle: Remove enter_idle(), exit_idle() by Len Brown · 8 years ago
- f08b5fe x86/idle: Remove is_idle flag by Len Brown · 8 years ago
- 8e7a7ee x86/idle: Remove idle_notifier by Len Brown · 8 years ago
- 9c6f090 x86: use simpler API for random address requests by Jason Cooper · 8 years ago
- 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
- 74327a3 x86/process: Pin the target stack in get_wchan() by Andy Lutomirski · 8 years ago
- 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
- ffcb043 sched/x86: Fix thread_saved_pc() by Brian Gerst · 9 years ago
- 7b32aea sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frame by Brian Gerst · 9 years ago
- aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 08e237f x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs by Peter Zijlstra · 9 years ago
- 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
- e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
- ca59809 locking/x86: Use mb() around clflush() by Michael S. Tsirkin · 9 years ago
- 2459ee8 x86/vm86: Set thread.vm86 to NULL on fork/clone by Andy Lutomirski · 9 years ago
- f7d27c3 x86/mm, kasan: Silence KASAN warnings in get_wchan() by Andrey Ryabinin · 9 years ago
- 7ba7805 x86/process: Unify 32bit and 64bit implementations of get_wchan() by Thomas Gleixner · 9 years ago
- 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3959df1d Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e43d018 x86/idle: Restore trace_cpu_idle to mwait_idle() calls by Jisheng Zhang · 10 years ago
- 8838eb6 x86/mce: Clear Local MCE opt-in before kexec by Ashok Raj · 10 years ago
- 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 10 years ago
- 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 10 years ago
- 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 10 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
- dc56c0f9 x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() by Oleg Nesterov · 11 years ago
- 5e23fee x86, fpu: copy_process: Sanitize fpu->last_cpu initialization by Oleg Nesterov · 11 years ago
- f185350 x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math() by Oleg Nesterov · 11 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 · 12 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
- 6783eaa2 x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 13 years ago
- 7076aad x86: split ret_from_fork by Al Viro · 12 years ago