Age | Commit message (Expand) | Author | Files | Lines |
2009-12-02 | hw-breakpoints: Keep track of user disabled breakpoints | Frederic Weisbecker | 1 | -4/+12 |
2009-11-27 | hw-breakpoints: Use struct perf_event_attr to define user breakpoints | Frederic Weisbecker | 1 | -33/+41 |
2009-11-26 | hw-breakpoints: Simplify error handling in breakpoint creation requests | Frederic Weisbecker | 1 | -7/+1 |
2009-11-21 | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 1 | -87/+206 |
2009-11-08 | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 1 | -57/+125 |
2009-10-18 | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 1 | -13/+8 |
2009-09-24 | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 1 | -13/+8 |
2009-09-23 | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0 | Roland McGrath | 1 | -1/+13 |
2009-09-23 | x86: ptrace: do not sign-extend orig_ax on write | Roland McGrath | 1 | -18/+1 |
2009-09-11 | x86/ptrace: Fix regs_get_argument_nth() to add correct offset | Masami Hiramatsu | 1 | -1/+1 |
2009-09-07 | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 1 | -6/+7 |
2009-08-27 | x86: Add pt_regs register and stack access APIs | Masami Hiramatsu | 1 | -0/+112 |
2009-08-26 | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 1 | -7/+5 |
2009-08-26 | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 1 | -2/+2 |
2009-08-26 | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 1 | -2/+2 |
2009-08-11 | tracing: Add syscall tracepoints | Jason Baron | 1 | -2/+5 |
2009-07-01 | x86: Mark ptrace_get_debugreg() as static | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-06-03 | hw-breakpoints: modify Ptrace routines to access breakpoint registers | K.Prasad | 1 | -90/+141 |
2009-06-03 | hw-breakpoints: prepare the code for Hardware Breakpoint interfaces | K.Prasad | 1 | -8/+8 |
2009-04-24 | x86, bts, mm: clean up buffer allocation | Markus Metzger | 1 | -13/+26 |
2009-04-24 | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing | Ingo Molnar | 1 | -1/+2 |
2009-04-09 | tracing/syscalls: use a dedicated file header | Frederic Weisbecker | 1 | -1/+2 |
2009-04-07 | x86, ptrace: add bts context unconditionally | Markus Metzger | 1 | -19/+1 |
2009-04-07 | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interface | Markus Metzger | 1 | -2/+3 |
2009-04-07 | mm, x86, ptrace, bts: defer branch trace stopping | Markus Metzger | 1 | -85/+169 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+7 |
2009-04-03 | signals: remove 'handler' parameter to tracehook functions | Oleg Nesterov | 1 | -1/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+7 |
2009-03-13 | x86: ptrace, bts: fix an unreachable statement | Américo Wang | 1 | -2/+1 |
2009-03-13 | tracing/x86: basic implementation of syscall tracing for x86 | Frederic Weisbecker | 1 | -0/+7 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 1 | -1/+1 |
2009-03-03 | x86-64: syscall-audit: fix 32/64 syscall hole | Roland McGrath | 1 | -1/+1 |
2009-02-21 | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX | Ingo Molnar | 1 | -1/+1 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 1 | -6/+10 |
2009-02-11 | x86, ptrace, mm: fix double-free on race | Markus Metzger | 1 | -6/+10 |
2009-02-10 | x86: make lazy %gs optional on x86_32 | Tejun Heo | 1 | -4/+1 |
2009-02-10 | x86: add %gs accessors for x86_32 | Tejun Heo | 1 | -8/+6 |
2008-12-20 | x86, bts: memory accounting | Markus Metzger | 1 | -11/+34 |
2008-12-20 | x86, bts: add fork and exit handling | Markus Metzger | 1 | -10/+40 |
2008-12-12 | x86, bts: provide in-kernel branch-trace interface | Markus Metzger | 1 | -311/+105 |
2008-12-12 | x86, bts: turn BUG_ON into WARN_ON_ONCE | Markus Metzger | 1 | -2/+3 |
2008-11-25 | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c | Markus Metzger | 1 | -2/+20 |
2008-11-25 | x86, bts: base in-kernel ds interface on handles | Markus Metzger | 1 | -33/+40 |
2008-11-10 | x86, bts: DS and BTS initialization | Markus Metzger | 1 | -5/+4 |
2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 1 | -3/+41 |
2008-10-12 | x86: ioperm user_regset | Roland McGrath | 1 | -0/+37 |
2008-10-12 | Merge branch 'x86/urgent' into core/signal | Ingo Molnar | 1 | -175/+269 |
2008-10-06 | Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1 | Ingo Molnar | 1 | -28/+6 |
2008-10-06 | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 | Ingo Molnar | 1 | -1/+1 |
2008-09-24 | x86: ds.c ptrace.c integer as NULL pointer sparse fixes | Harvey Harrison | 1 | -3/+3 |