aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+12
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+21
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+5
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast oneshot control functionsThomas Gleixner1-2/+2
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner1-6/+3
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patchesIngo Molnar1-2/+3
2015-03-23x86/fpu: Don't abuse drop_init_fpu() in flush_thread()Oleg Nesterov1-9/+6
2015-03-23x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread execOleg Nesterov1-1/+2
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar1-2/+3
2015-03-17x86/asm/entry: Unify and fix initial thread_struct::sp0 valuesAndy Lutomirski1-1/+1
2015-03-16sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIsMike Galbraith1-4/+8
2015-03-16sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performanceLen Brown1-0/+47
2015-03-06x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss'Andy Lutomirski1-1/+19
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-3/+3
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski1-0/+1
2015-02-23x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu()Oleg Nesterov1-0/+7
2015-02-19x86/fpu: Use task_disable_lazy_fpu_restore() helperRik van Riel1-1/+1
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+3
2014-09-02x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov1-0/+1
2014-09-02x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov1-1/+3
2014-09-02x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math()Oleg Nesterov1-7/+6
2014-05-29Define kernel API to get address of each state in xsave areaFenghua Yu1-0/+1
2014-02-11sched/idle, x86: Remove redundant cpuidle_idle_call()Nicolas Pitre1-4/+1
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-3/+3
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-06-11idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner1-12/+0
2013-05-07x86: Fix idle consolidation falloutThomas Gleixner1-3/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-24/+0
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-04-08x86: Use generic idle loopThomas Gleixner1-78/+27
2013-04-02x86, cpu: Convert AMD Erratum 400Borislav Petkov1-1/+1
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxRafael J. Wysocki1-99/+17
2013-02-18Merge branch 'misc' into releaseLen Brown1-83/+6
2013-02-17x86 idle: rename global pm_idle to static x86_idleLen Brown1-16/+12
2013-02-17APM idle: register apm_cpu_idle via cpuidleLen Brown1-3/+0
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-4/+2
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-78/+1
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown1-1/+3
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-6/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-30/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-30/+0
2012-10-26x86: Remove dead hlt_use_halt codeDaniel Lezcano1-25/+14
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-65/+0
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-19/+0
2012-09-30x86: split ret_from_forkAl Viro1-38/+0
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro1-8/+0
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-1/+1
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha1-4/+8
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-10/+0