summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_32.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra2015-10-061-8/+0
* x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-301-28/+0
* x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
* x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bitJosh Triplett2015-06-301-3/+3
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-4/+1
|\
| * x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-081-4/+1
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Use 'struct fpu' in switch_fpu_finish()Ingo Molnar2015-05-191-4/+6
* | x86/fpu: Use 'struct fpu' in switch_fpu_prepare()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
|/
* x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-1/+1
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-5/+1
* x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-071-4/+7
* x86/asm/entry: Delay loading sp0 slightly on task switchAndy Lutomirski2015-03-071-5/+5
* x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-1/+1
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-1/+1
* x86: copy_thread: Don't nullify ->ptrace_bps twiceOleg Nesterov2014-09-021-3/+1
* x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov2014-09-021-2/+0
* x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-061-0/+4
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* x86: move fpu_counter into ARCH specific thread_structVineet Gupta2013-11-131-2/+2
* sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-0/+8
* x86, asmlinkage: Make 32bit/64bit __switch_to visibleAndi Kleen2013-08-061-1/+1
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-021-3/+8
|\
| * x86/debug: Only print out DR registers if they are not power-on defaultsDave Jones2013-06-191-3/+8
* | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-251-1/+1
|/
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-2/+0
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-281-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-7/+30
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-301-0/+1
| * x86: split ret_from_forkAl Viro2012-09-301-7/+24
| * x86: get rid of TIF_IRET hackeryAl Viro2012-09-201-0/+5
* | x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-181-4/+0
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-9/+0
|\
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-9/+0
* | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-58/+0
|\
| * x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-261-58/+0
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+1
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-0/+1
|\
| * i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
|/
* i387: support lazy restore of FPU stateLinus Torvalds2012-02-201-1/+1
* i387: fix up some fpu_counter confusionLinus Torvalds2012-02-201-0/+1
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-181-1/+4
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-161-20/+0
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4