| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, ptrace, mm: fix double-free on race | Markus Metzger | 2009-02-11 | 1 | -6/+10 |
* | x86, bts: memory accounting | Markus Metzger | 2008-12-20 | 1 | -11/+34 |
* | x86, bts: add fork and exit handling | Markus Metzger | 2008-12-20 | 1 | -10/+40 |
* | x86, bts: provide in-kernel branch-trace interface | Markus Metzger | 2008-12-12 | 1 | -311/+105 |
* | x86, bts: turn BUG_ON into WARN_ON_ONCE | Markus Metzger | 2008-12-12 | 1 | -2/+3 |
* | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c | Markus Metzger | 2008-11-25 | 1 | -2/+20 |
* | x86, bts: base in-kernel ds interface on handles | Markus Metzger | 2008-11-25 | 1 | -33/+40 |
* | x86, bts: DS and BTS initialization | Markus Metzger | 2008-11-10 | 1 | -5/+4 |
*-----. | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 2008-10-12 | 1 | -3/+41 |
|\ \ \ \ |
|
| | | | * | x86: ioperm user_regset | Roland McGrath | 2008-10-12 | 1 | -0/+37 |
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'x86/urgent' into core/signal | Ingo Molnar | 2008-10-12 | 1 | -175/+269 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | signals: demultiplexing SIGTRAP signal | Srinivasa Ds | 2008-09-23 | 1 | -3/+4 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal | Ingo Molnar | 2008-09-06 | 1 | -29/+7 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1 | Ingo Molnar | 2008-10-06 | 1 | -28/+6 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | x86: tracehook syscall | Roland McGrath | 2008-07-26 | 1 | -28/+6 |
| |/ / / |
|
* | | | | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 | Ingo Molnar | 2008-10-06 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | X86_32: declare pt_regs_access as unsigned long | Jaswinder Singh | 2008-07-25 | 1 | -1/+1 |
| |/ / |
|
* | | | x86: ds.c ptrace.c integer as NULL pointer sparse fixes | Harvey Harrison | 2008-09-24 | 1 | -3/+3 |
* | | | Merge branch 'linus' into x86/pebs | Ingo Molnar | 2008-07-25 | 1 | -97/+58 |
|\ \ \
| |/ / |
|
| * | | x86 ptrace: user-sets-TF nits | Roland McGrath | 2008-07-16 | 1 | -0/+10 |
| * | | x86 ptrace: unify syscall tracing | Roland McGrath | 2008-07-16 | 1 | -95/+46 |
| * | | x86 ptrace: fix PTRACE_GETFPXREGS error | Roland McGrath | 2008-07-01 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'linus' into x86/pebs | Thomas Gleixner | 2008-05-17 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | x86: user_regset_view table fix for ia32 on 64-bit | Roland McGrath | 2008-05-13 | 1 | -2/+5 |
* | | x86, ptrace: PEBS support | Markus Metzger | 2008-05-12 | 1 | -175/+269 |
|/ |
|
* | x86_64 ia32 ptrace: convert to compat_arch_ptrace | Roland McGrath | 2008-04-26 | 1 | -59/+8 |
* | x86_64 ia32 ptrace: use compat_ptrace_request for siginfo | Roland McGrath | 2008-04-26 | 1 | -29/+1 |
* | x86: regparm(3) is mandatory, no need to annotate | Harvey Harrison | 2008-04-17 | 1 | -1/+0 |
* | x86: ptrace.c: fix defined-but-unused warnings | Andrew Morton | 2008-03-27 | 1 | -84/+85 |
* | x86: ia32 syscall restart fix | Roland McGrath | 2008-03-11 | 1 | -1/+8 |
* | x86_64: make ptrace always sign-extend orig_ax to 64 bits | Roland McGrath | 2008-03-07 | 1 | -0/+10 |
* | x86: disable BTS ptrace extensions for now | Ingo Molnar | 2008-02-29 | 1 | -0/+12 |
* | x86 ptrace: fix compat PTRACE_SETREGS | Roland McGrath | 2008-02-22 | 1 | -2/+2 |
* | x86 ptrace: disallow null cs/ss | Roland McGrath | 2008-02-06 | 1 | -2/+23 |
* | x86, ptrace: add bts_struct size to status command | Markus Metzger | 2008-01-30 | 1 | -0/+2 |
* | x86, ptrace: add buffer size checks | Markus Metzger | 2008-01-30 | 1 | -4/+21 |
* | x86, ptrace: support 32bit-cross-64bit BTS recording | Markus Metzger | 2008-01-30 | 1 | -1/+1 |
* | x86, ptrace: rlimit BTS buffer allocation | Markus Metzger | 2008-01-30 | 1 | -46/+103 |
* | x86: x86 ptrace generic requests | Roland McGrath | 2008-01-30 | 1 | -36/+1 |
* | x86: x86 core dump TLS | Roland McGrath | 2008-01-30 | 1 | -0/+1 |
* | x86: x86 ptrace user_regset | Roland McGrath | 2008-01-30 | 1 | -159/+77 |
* | x86: x86 user_regset_view | Roland McGrath | 2008-01-30 | 1 | -0/+87 |
* | x86: x86 user_regset general regs | Roland McGrath | 2008-01-30 | 1 | -0/+109 |
* | x86: x86 i387 user_regset | Roland McGrath | 2008-01-30 | 1 | -1/+0 |
* | x86, ptrace: new ptrace BTS API | Markus Metzger | 2008-01-30 | 1 | -91/+130 |
* | x86, ptrace: change BTS GET ptrace interface | Markus Metzger | 2008-01-30 | 1 | -14/+16 |
* | x86, ptrace: use jiffies for BTS timestamps | Markus Metzger | 2008-01-30 | 1 | -1/+1 |
* | x86, ptrace: support for branch trace store(BTS) | Markus Metzger | 2008-01-30 | 1 | -0/+212 |
* | x86: x86 ia32 ptrace arch merge | Roland McGrath | 2008-01-30 | 1 | -0/+214 |
* | x86: x86 ia32 ptrace getreg/putreg merge | Roland McGrath | 2008-01-30 | 1 | -2/+128 |