| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/entry: Call enter_from_user_mode() with IRQs off | Andy Lutomirski | 2016-03-10 | 1 | -1/+4 |
* | x86/entry: Remove TIF_SINGLESTEP entry work | Andy Lutomirski | 2016-03-10 | 1 | -1/+1 |
* | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -1/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-04 | 1 | -1/+0 |
|\ |
|
| * | x86/asm: Remove thread_info.sysenter_return | Andy Lutomirski | 2015-10-09 | 1 | -1/+0 |
* | | sched/core, sched/x86: Kill thread_info::saved_preempt_count | Peter Zijlstra | 2015-10-06 | 1 | -2/+0 |
|/ |
|
* | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks | Andy Lutomirski | 2015-08-05 | 1 | -16/+0 |
* | x86/vm86: Use the normal pt_regs area for vm86 | Brian Gerst | 2015-07-31 | 1 | -4/+7 |
* | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 2015-05-08 | 1 | -6/+4 |
* | x86/entry: Remove unused 'kernel_stack' per-cpu variable | Denys Vlasenko | 2015-05-08 | 1 | -2/+0 |
* | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 2015-05-08 | 1 | -1/+7 |
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -3/+0 |
|\ |
|
| * | x86: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -3/+0 |
* | | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() | Ingo Molnar | 2015-03-24 | 1 | -2/+2 |
* | | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro | Ingo Molnar | 2015-03-24 | 1 | -2/+2 |
* | | x86/asm/entry/64: Improve the THREAD_INFO() macro explanation | Ingo Molnar | 2015-03-24 | 1 | -4/+23 |
* | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 2015-03-24 | 1 | -3/+2 |
* | | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL... | Denys Vlasenko | 2015-03-24 | 1 | -3/+5 |
* | | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 2015-03-23 | 1 | -0/+10 |
* | | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro | Andy Lutomirski | 2015-03-17 | 1 | -0/+27 |
* | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 2015-03-07 | 1 | -3/+1 |
* | | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() | Andy Lutomirski | 2015-03-06 | 1 | -2/+1 |
|/ |
|
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 1 | -4/+0 |
* | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony | 2015-01-07 | 1 | -3/+1 |
* | x86: Clean up current_stack_pointer | Andy Lutomirski | 2015-01-02 | 1 | -0/+11 |
* | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 2014-11-23 | 1 | -1/+1 |
* | sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG | Peter Zijlstra | 2014-05-08 | 1 | -2/+2 |
* | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 2014-03-07 | 1 | -44/+5 |
* | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 2014-03-07 | 1 | -2/+3 |
* | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386 | Steven Rostedt (Red Hat) | 2014-03-07 | 1 | -4/+0 |
* | x86: Nuke the supervisor_stack field in i386 thread_info | Steven Rostedt | 2014-03-07 | 1 | -1/+0 |
* | x86: Use inline assembler instead of global register variable to get sp | Andi Kleen | 2014-01-30 | 1 | -3/+5 |
* | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 1 | -2/+0 |
* | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 2013-09-25 | 1 | -3/+2 |
* | x86: kill TIF_DEBUG | Oleg Nesterov | 2013-07-04 | 1 | -3/+1 |
* | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 2013-04-08 | 1 | -2/+0 |
* | tracing/syscalls: Allow archs to ignore tracing compat syscalls | Steven Rostedt | 2013-02-12 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -2/+0 |
|\ |
|
| * | x86: get rid of TIF_IRET hackery | Al Viro | 2012-09-20 | 1 | -2/+0 |
* | | x86: Syscall hooks for userspace RCU extended QS | Frederic Weisbecker | 2012-09-26 | 1 | -3/+7 |
|/ |
|
* | set_restore_sigmask() is never called without SIGPENDING (and never should be) | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | new helpers: {clear,test,test_and_clear}_restore_sigmask() | Al Viro | 2012-06-01 | 1 | -0/+16 |
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 | 1 | -0/+2 |
|\ |
|
| * | uprobes/core: Handle breakpoint and singlestep exceptions | Srikar Dronamraju | 2012-03-14 | 1 | -0/+2 |
* | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 2012-05-23 | 1 | -1/+1 |
|\ \ |
|
| * | | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 2012-05-14 | 1 | -1/+1 |
| |/ |
|
* | | x86: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 1 | -19/+1 |
* | | fork: Remove the weak insanity | Thomas Gleixner | 2012-05-08 | 1 | -1/+0 |
|/ |
|
* | x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h | Srikar Dronamraju | 2012-03-13 | 1 | -0/+12 |
* | Merge branch 'x86/x32' into x86/cleanups | Ingo Molnar | 2012-03-13 | 1 | -1/+5 |
|\ |
|