| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-06 | 1 | -44/+5 |
* | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 2014-03-06 | 1 | -2/+3 |
* | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386 | Steven Rostedt (Red Hat) | 2014-03-06 | 1 | -4/+0 |
* | x86: Nuke the supervisor_stack field in i386 thread_info | Steven Rostedt | 2014-03-06 | 1 | -1/+0 |
* | x86: Use inline assembler instead of global register variable to get sp | Andi Kleen | 2014-01-29 | 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-03 | 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-22 | 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 |
|\ |
|
| * | x32: Add a thread flag for x32 processes | H. Peter Anvin | 2012-02-20 | 1 | -0/+2 |
| * | x86: Factor out TIF_IA32 from 32-bit address space | H. Peter Anvin | 2012-02-20 | 1 | -1/+3 |
* | | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 2012-02-18 | 1 | -2/+0 |
|/ |
|
* | x86: Get rid of 'dubious one-bit signed bitfield' sprase warning | Anton Vorontsov | 2012-01-12 | 1 | -2/+2 |
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -2/+0 |
|\ |
|
| * | freezer: remove now unused TIF_FREEZE | Tejun Heo | 2011-11-21 | 1 | -2/+0 |
* | | x86-64: Slightly shorten line system call entry and exit paths | Jan Beulich | 2011-12-05 | 1 | -0/+6 |
* | | x86-64: Set siginfo and context on vsyscall emulation faults | Andy Lutomirski | 2011-12-05 | 1 | -1/+2 |
|/ |
|
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-22 | 1 | -2/+8 |
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2010-05-28 | 1 | -2/+2 |
|\ |
|
| * | sched: clarify commment for TS_POLLING | Len Brown | 2010-05-27 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ \ |
|
| * | | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 1 | -1/+0 |
|\ \ |
|
| * | | x86: Eliminate TS_XSAVE | Avi Kivity | 2010-05-10 | 1 | -1/+0 |
| |/ |
|
* | | x86, ptrace: Fix block-step | Peter Zijlstra | 2010-03-26 | 1 | -1/+3 |
* | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -5/+1 |
|/ |
|
* | x86: get rid of the insane TIF_ABI_PENDING bit | H. Peter Anvin | 2010-01-29 | 1 | -2/+0 |
* | core, x86: Add user return notifiers | Avi Kivity | 2009-10-01 | 1 | -2/+5 |
* | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-14 | 1 | -1/+1 |
|\ |
|
| * | x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses | Linus Torvalds | 2009-08-04 | 1 | -1/+1 |
* | | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 2009-08-26 | 1 | -6/+7 |
|/ |
|
* | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -1/+1 |
* | kmemcheck: add hooks for the page allocator | Vegard Nossum | 2009-06-15 | 1 | -2/+2 |