1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  3. 6f5621c Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  5. 326264a hw-breakpoint: Keep track of dr7 local enable bits by Frederic Weisbecker · 14 years ago
  6. 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 14 years ago
  7. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 14 years ago
  8. aa5add9 x86/ptrace: Remove unused regs_get_argument_nth API by Masami Hiramatsu · 14 years ago
  9. 04a1e62 x86/ptrace: make genregs[32]_get/set more robust by Linus Torvalds · 14 years ago
  10. d519650 ptrace: x86: change syscall_trace_leave() to rely on tracehook when stepping by Oleg Nesterov · 14 years ago
  11. 7f38551 ptrace: x86: implement user_single_step_siginfo() by Oleg Nesterov · 14 years ago
  12. 44234ad hw-breakpoints: Modify breakpoints without unregistering them by Frederic Weisbecker · 14 years ago
  13. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 15 years ago
  14. 2f0993e hw-breakpoints: Drop callback and task parameters from modify helper by Frederic Weisbecker · 15 years ago
  15. 1cedae7 hw-breakpoints: Keep track of user disabled breakpoints by Frederic Weisbecker · 15 years ago
  16. 5fa10b2 hw-breakpoints: Use struct perf_event_attr to define user breakpoints by Frederic Weisbecker · 15 years ago
  17. 605bfae hw-breakpoints: Simplify error handling in breakpoint creation requests by Frederic Weisbecker · 15 years ago
  18. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  19. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  20. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  21. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  22. 8cb3ed13 x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0 by Roland McGrath · 15 years ago
  23. 08ff18e x86: ptrace: do not sign-extend orig_ax on write by Roland McGrath · 15 years ago
  24. ad5cafc x86/ptrace: Fix regs_get_argument_nth() to add correct offset by Masami Hiramatsu · 15 years ago
  25. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  26. b1cf540 x86: Add pt_regs register and stack access APIs by Masami Hiramatsu · 15 years ago
  27. 1c569f0 tracing: Create generic syscall TRACE_EVENTs by Josh Stone · 15 years ago
  28. 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
  29. 6670000 tracing: Rename FTRACE_SYSCALLS for tracepoints by Josh Stone · 15 years ago
  30. a871bd3 tracing: Add syscall tracepoints by Jason Baron · 15 years ago
  31. 9d22b53 x86: Mark ptrace_get_debugreg() as static by Jaswinder Singh Rajput · 15 years ago
  32. 72f674d hw-breakpoints: modify Ptrace routines to access breakpoint registers by K.Prasad · 15 years ago
  33. b332828c hw-breakpoints: prepare the code for Hardware Breakpoint interfaces by K.Prasad · 15 years ago
  34. 1cb81b1 x86, bts, mm: clean up buffer allocation by Markus Metzger · 15 years ago
  35. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  36. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  37. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  38. de79f54 x86, bts, hw-branch-tracer: add _noirq variants to the debug store interface by Markus Metzger · 15 years ago
  39. e2b371f0 mm, x86, ptrace, bts: defer branch trace stopping by Markus Metzger · 15 years ago
  40. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 15 years ago
  42. 8302294f Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  43. 5a8ac9d x86: ptrace, bts: fix an unreachable statement by Américo Wang · 15 years ago
  44. 1b3fa2ce tracing/x86: basic implementation of syscall tracing for x86 by Frederic Weisbecker · 15 years ago
  45. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  46. ccbe495 x86-64: syscall-audit: fix 32/64 syscall hole by Roland McGrath · 15 years ago
  47. d951734 x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX by Ingo Molnar · 15 years ago
  48. 7032e86 Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  49. 9f339e7 x86, ptrace, mm: fix double-free on race by Markus Metzger · 15 years ago
  50. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 15 years ago
  51. d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 15 years ago
  52. c5dee61 x86, bts: memory accounting by Markus Metzger · 15 years ago
  53. bf53de9 x86, bts: add fork and exit handling by Markus Metzger · 15 years ago
  54. c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 15 years ago
  55. b0884e2 x86, bts: turn BUG_ON into WARN_ON_ONCE by Markus Metzger · 15 years ago
  56. 6abb11a x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c by Markus Metzger · 16 years ago
  57. ca0002a x86, bts: base in-kernel ds interface on handles by Markus Metzger · 16 years ago
  58. f4166c5 x86, bts: DS and BTS initialization by Markus Metzger · 16 years ago
  59. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  60. 325af5f x86: ioperm user_regset by Roland McGrath · 16 years ago
  61. 206855c Merge branch 'x86/urgent' into core/signal by Ingo Molnar · 16 years ago
  62. b159d7a Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  63. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  64. 493cd91 x86: ds.c ptrace.c integer as NULL pointer sparse fixes by Harvey Harrison · 16 years ago
  65. da654b7 signals: demultiplexing SIGTRAP signal by Srinivasa Ds · 16 years ago
  66. 046fd53 Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal by Ingo Molnar · 16 years ago
  67. eeea3c3 x86: tracehook syscall by Roland McGrath · 16 years ago
  68. 0e2f65e Merge branch 'linus' into x86/pebs by Ingo Molnar · 16 years ago
  69. 4fe702c X86_32: declare pt_regs_access as unsigned long by Jaswinder Singh · 16 years ago
  70. 380fdd7 x86 ptrace: user-sets-TF nits by Roland McGrath · 16 years ago
  71. d4d6715 x86 ptrace: unify syscall tracing by Roland McGrath · 16 years ago
  72. 45fdc3a x86 ptrace: fix PTRACE_GETFPXREGS error by Roland McGrath · 16 years ago
  73. 0e50a4c Merge branch 'linus' into x86/pebs by Thomas Gleixner · 16 years ago
  74. 1f465f4 x86: user_regset_view table fix for ia32 on 64-bit by Roland McGrath · 16 years ago
  75. 93fa763 x86, ptrace: PEBS support by Markus Metzger · 16 years ago
  76. 562b80b x86_64 ia32 ptrace: convert to compat_arch_ptrace by Roland McGrath · 16 years ago
  77. cdb6990 x86_64 ia32 ptrace: use compat_ptrace_request for siginfo by Roland McGrath · 16 years ago
  78. c3e6ff8 x86: regparm(3) is mandatory, no need to annotate by Harvey Harrison · 16 years ago
  79. d8d4f15 x86: ptrace.c: fix defined-but-unused warnings by Andrew Morton · 16 years ago
  80. 40f0933 x86: ia32 syscall restart fix by Roland McGrath · 16 years ago
  81. 84c6f60 x86_64: make ptrace always sign-extend orig_ax to 64 bits by Roland McGrath · 16 years ago
  82. b4ef95d x86: disable BTS ptrace extensions for now by Ingo Molnar · 16 years ago
  83. f9cb02b x86 ptrace: fix compat PTRACE_SETREGS by Roland McGrath · 16 years ago
  84. c63855d x86 ptrace: disallow null cs/ss by Roland McGrath · 16 years ago
  85. 87e8407 x86, ptrace: add bts_struct size to status command by Markus Metzger · 16 years ago
  86. cba4b65 x86, ptrace: add buffer size checks by Markus Metzger · 16 years ago
  87. e6ae5d9 x86, ptrace: support 32bit-cross-64bit BTS recording by Markus Metzger · 16 years ago
  88. da35c37 x86, ptrace: rlimit BTS buffer allocation by Markus Metzger · 16 years ago
  89. fdadd54 x86: x86 ptrace generic requests by Roland McGrath · 16 years ago
  90. bb61682 x86: x86 core dump TLS by Roland McGrath · 16 years ago
  91. 5a4646a x86: x86 ptrace user_regset by Roland McGrath · 16 years ago
  92. 070459d x86: x86 user_regset_view by Roland McGrath · 16 years ago
  93. 91e7b70 x86: x86 user_regset general regs by Roland McGrath · 16 years ago
  94. 4421011 x86: x86 i387 user_regset by Roland McGrath · 16 years ago
  95. a95d67f x86, ptrace: new ptrace BTS API by Markus Metzger · 16 years ago
  96. e4811f2 x86, ptrace: change BTS GET ptrace interface by Markus Metzger · 16 years ago
  97. 3c68904 x86, ptrace: use jiffies for BTS timestamps by Markus Metzger · 16 years ago
  98. eee3af4 x86, ptrace: support for branch trace store(BTS) by Markus Metzger · 16 years ago
  99. 099cd6e x86: x86 ia32 ptrace arch merge by Roland McGrath · 16 years ago
  100. cb757c4 x86: x86 ia32 ptrace getreg/putreg merge by Roland McGrath · 16 years ago