Age | Commit message (Expand) | Author | Files | Lines |
2014-11-20 | x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1 |  Andy Lutomirski | 1 | -1/+1 |
2014-10-19 | Merge git://git.infradead.org/users/eparis/audit |  Linus Torvalds | 1 | -2/+2 |
2014-09-23 | ARCH: AUDIT: audit_syscall_entry() should not require the arch |  Eric Paris | 1 | -6/+2 |
2014-09-08 | x86: Split syscall_trace_enter into two phases |  Andy Lutomirski | 1 | -24/+133 |
2014-09-08 | x86, entry: Only call user_exit if TIF_NOHZ |  Andy Lutomirski | 1 | -1/+6 |
2014-09-08 | x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit |  Andy Lutomirski | 1 | -10/+1 |
2014-09-03 | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing |  Andy Lutomirski | 1 | -1/+1 |
2014-03-06 | x86: Keep thread_info on thread stack in x86_32 |  Steven Rostedt | 1 | -1/+1 |
2014-03-06 | x86: Prepare removal of previous_esp from i386 thread_info structure |  Steven Rostedt | 1 | -4/+4 |
2013-07-09 | ptrace/x86: cleanup ptrace_set_debugreg() |  Oleg Nesterov | 1 | -18/+8 |
2013-07-09 | ptrace/x86: ptrace_write_dr7() should create bp if !disabled |  Oleg Nesterov | 1 | -7/+10 |
2013-07-09 | ptrace/x86: introduce ptrace_register_breakpoint() |  Oleg Nesterov | 1 | -36/+50 |
2013-07-09 | ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7() |  Oleg Nesterov | 1 | -33/+20 |
2013-07-09 | ptrace/x86: simplify the "disable" logic in ptrace_write_dr7() |  Oleg Nesterov | 1 | -25/+15 |
2013-07-09 | ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints" |  Oleg Nesterov | 1 | -23/+5 |
2013-02-14 | x86: ptrace.c only needs export.h and not the full module.h |  Paul Gortmaker | 1 | -1/+1 |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 1 | -3/+4 |
2012-12-01 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+7 |
2012-11-30 | context_tracking: New context tracking susbsystem |  Frederic Weisbecker | 1 | -4/+4 |
2012-11-20 | x86-32: Export kernel_stack_pointer() for modules |  H. Peter Anvin | 1 | -0/+2 |
2012-11-20 | x86-32: Fix invalid stack address while in softirq |  Robert Richter | 1 | -0/+28 |
2012-10-27 | rcu: Fix unrecovered RCU user mode in syscall_trace_leave() |  Frederic Weisbecker | 1 | -0/+7 |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+0 |
2012-09-26 | x86: Syscall hooks for userspace RCU extended QS |  Frederic Weisbecker | 1 | -0/+5 |
2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels |  Suresh Siddha | 1 | -3/+0 |
2012-06-01 | x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32 |  H.J. Lu | 1 | -6/+0 |
2012-04-14 | x86: Enable HAVE_ARCH_SECCOMP_FILTER |  Will Drewry | 1 | -1/+6 |
2012-03-29 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+2 |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+99 |
2012-03-28 | Disintegrate asm/system.h for X86 |  David Howells | 1 | -1/+0 |
2012-03-13 | x86: Rename trap_no to trap_nr in thread_struct |  Srikar Dronamraju | 1 | -1/+2 |
2012-03-05 | x32: Add ptrace for x32 |  H.J. Lu | 1 | -0/+99 |
2012-02-21 | i387: Split up <asm/i387.h> into exported and internal interfaces |  Linus Torvalds | 1 | -0/+1 |
2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs |  Eric Paris | 1 | -12/+10 |
2012-01-17 | Audit: push audit success and retcode into arch ptrace.h |  Eric Paris | 1 | -2/+1 |
2011-12-05 | arch/x86/kernel/ptrace.c: Quiet sparse noise |  H Hartley Sweeten | 1 | -1/+2 |
2011-07-01 | perf: Add context field to perf_event |  Avi Kivity | 1 | -1/+2 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface |  Peter Zijlstra | 1 | -1/+1 |
2011-05-24 | x86: Get rid of asmregparm |  Richard Weinberger | 1 | -2/+2 |
2011-04-25 | x86, hw_breakpoints: Fix racy access to ptrace breakpoints |  Frederic Weisbecker | 1 | -10/+26 |
2010-10-27 | ptrace: cleanup arch_ptrace() on x86 |  Namhyung Kim | 1 | -6/+4 |
2010-10-27 | ptrace: change signature of arch_ptrace() |  Namhyung Kim | 1 | -3/+4 |
2010-05-01 | hw-breakpoints: Tag ptrace breakpoint as exclude_kernel |  Frederic Weisbecker | 1 | -1/+1 |
2010-04-08 | Merge branch 'linus' into perf/core |  Ingo Molnar | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
2010-03-26 | x86, perf, bts, mm: Delete the never used BTS-ptrace code |  Peter Zijlstra | 1 | -382/+0 |
2010-03-08 | Merge branch 'for-next' into for-linus |  Jiri Kosina | 1 | -1/+1 |
2010-02-28 | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -2/+32 |
2010-02-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -24/+0 |
2010-02-19 | hw-breakpoint: Keep track of dr7 local enable bits |  Frederic Weisbecker | 1 | -2/+5 |