1. aeaeae1 tracing: Restore the const qualifier for field names and types definition by Frederic Weisbecker · 15 years ago
  2. 24851d2 tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion by Frederic Weisbecker · 15 years ago
  3. 30a7e07 tracing/kprobes: Change trace_arg to probe_arg by Masami Hiramatsu · 15 years ago
  4. 38a4749 tracing/kprobes: Fix format typo in trace_kprobes by Masami Hiramatsu · 15 years ago
  5. 69d991f x86: Check awk features before generating inat-tables.c by Masami Hiramatsu · 15 years ago
  6. 8d7d14f x86: Fix x86 instruction decoder selftest to check only .text by Masami Hiramatsu · 15 years ago
  7. cd7e7bd tracing: Add kprobes event profiling interface by Masami Hiramatsu · 15 years ago
  8. ff50d99 tracing: Kprobe tracer assigns new event ids for each event by Masami Hiramatsu · 15 years ago
  9. 4263565 tracing: Generate names for each kprobe event automatically by Masami Hiramatsu · 15 years ago
  10. a82378d tracing: Kprobe-tracer supports more than 6 arguments by Masami Hiramatsu · 15 years ago
  11. d8ec918 tracing: Add kprobe-based event tracer documentation by Masami Hiramatsu · 15 years ago
  12. 413d37d tracing: Add kprobe-based event tracer by Masami Hiramatsu · 15 years ago
  13. d93f12f tracing: Introduce TRACE_FIELD_ZERO() macro by Masami Hiramatsu · 15 years ago
  14. bd1a5c8 tracing: Ftrace dynamic ftrace_event_call support by Masami Hiramatsu · 15 years ago
  15. b1cf540 x86: Add pt_regs register and stack access APIs by Masami Hiramatsu · 15 years ago
  16. 89ae465 kprobes: Cleanup fix_riprel() using insn decoder on x86 by Masami Hiramatsu · 15 years ago
  17. b46b3d7 kprobes: Checks probe address is instruction boudary on x86 by Masami Hiramatsu · 15 years ago
  18. ca0e9ba x86: X86 instruction decoder build-time selftest by Masami Hiramatsu · 15 years ago
  19. eb13296 x86: Instruction decoder API by Masami Hiramatsu · 15 years ago
  20. 35dce1a Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  21. 7cb2e3e tracing: add comments to explain TRACE_EVENT out of protection by Steven Rostedt · 15 years ago
  22. 5ac35da tracing/events: fix the include file dependencies by Xiao Guangrong · 15 years ago
  23. 5079f32 ftrace: Move setting of clock-source out of options by Zhaolei · 15 years ago
  24. 87a342f tracing/filters: Support filtering for char * strings by Li Zefan · 15 years ago
  25. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 15 years ago
  26. aa38e9f tracing/filters: Add filter_type to struct ftrace_event_field by Li Zefan · 15 years ago
  27. 6591b49 tracing: Add vim script to enable folding for function_graph traces by Josh Triplett · 15 years ago
  28. f0693c8 tracing/sched: show CPU task wakes up on in trace event by Steven Rostedt · 15 years ago
  29. 1c569f0 tracing: Create generic syscall TRACE_EVENTs by Josh Stone · 15 years ago
  30. 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
  31. 3d27d8c tracing: Make syscall tracepoints conditional by Josh Stone · 15 years ago
  32. 6670000 tracing: Rename FTRACE_SYSCALLS for tracepoints by Josh Stone · 15 years ago
  33. d88cb58 tracing: Eliminate code duplication in kernel/tracepoint.c by Anirban Sinha · 15 years ago
  34. 4539f07 tracing/syscalls: Fix the output of syscalls with no arguments by Li Zefan · 15 years ago
  35. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 15 years ago
  36. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 15 years ago
  37. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 15 years ago
  38. 10a5b66 tracing/syscalls: Add fields format for exit events by Li Zefan · 15 years ago
  39. e697196 tracing/syscalls: Fix fields format for enter events by Li Zefan · 15 years ago
  40. 5e9ad7d [S390] ftrace: update system call tracer support by Ingo Molnar · 15 years ago
  41. 3be04b4 ftrace: Simplify seqfile code by Li Zefan · 15 years ago
  42. 2fc5f0c trace_stack: Simplify seqfile code by Li Zefan · 15 years ago
  43. 97d5320 trace_stat: Fix missing entry in stat file by Li Zefan · 15 years ago
  44. ba8b3a4 tracing/syscalls: Fix to print parameter types by Li Zefan · 15 years ago
  45. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  46. 60d970c tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures by Ingo Molnar · 15 years ago
  47. 19007a6 tracing: Support for syscall events raw records in perfcounters by Frederic Weisbecker · 15 years ago
  48. dc4ddb4 tracing: Add fields format definition for syscall events by Frederic Weisbecker · 15 years ago
  49. e8f9f4d tracing: Add ftrace event call parameter to its field descriptor handler by Frederic Weisbecker · 15 years ago
  50. 0ac676f tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL by Jason Baron · 15 years ago
  51. 48c2e17 tracing: Add more namespace area to 'perf list' output by Jason Baron · 15 years ago
  52. f4b5ffc tracing: Add perf counter support for syscalls tracing by Jason Baron · 15 years ago
  53. 64c12e0 tracing: Add individual syscalls tracepoint id support by Jason Baron · 15 years ago
  54. fb34a08 tracing: Add trace events for each syscall entry/exit by Jason Baron · 15 years ago
  55. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 15 years ago
  56. f744bd5 tracing: Raw_init() bailout in trace event register fail case by Jason Baron · 15 years ago
  57. 9daa77e tracing: Update FTRACE_SYSCALL_MAX by Jason Baron · 15 years ago
  58. a871bd3 tracing: Add syscall tracepoints by Jason Baron · 15 years ago
  59. 63fbdab tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro by Jason Baron · 15 years ago
  60. 066e037 tracing: Call arch_init_ftrace_syscalls at boot by Jason Baron · 15 years ago
  61. eeac19a tracing: Map syscall name to number by Jason Baron · 15 years ago
  62. 7770841 tracing: Rename set_tracer_flags()'s local variable trace_flags by Zhaolei · 15 years ago
  63. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  64. 85dfd81 pty: fix data loss when stopped (^S/^Q) by Linus Torvalds · 15 years ago
  65. d00aa66 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. cec3691 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. a326396 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. 9b8f013 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  69. b6e61ee x86: Fix serialization in pit_expect_msb() by Linus Torvalds · 15 years ago
  70. 9bcf73f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  71. 2c661a6 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  72. 04e3535 MN10300: includecheck fix: mn10300, pci.h by Jaswinder Singh Rajput · 15 years ago
  73. 5e2f89b mempool.c: clean up type-casting by Figo.zhang · 15 years ago
  74. 1392e3b documentation: register ioctl entry of nilfs2 by Ryusuke Konishi · 15 years ago
  75. 1853db0 perf_counter: Zero dead bytes from ftrace raw samples size alignment by Frederic Weisbecker · 15 years ago
  76. 304703a perf_counter: Subtract the buffer size field from the event record size by Frederic Weisbecker · 15 years ago
  77. 704b836 mm_for_maps: take ->cred_guard_mutex to fix the race with exec by Oleg Nesterov · 15 years ago
  78. 00f89d2 mm_for_maps: shift down_read(mmap_sem) to the caller by Oleg Nesterov · 15 years ago
  79. 13f0fea mm_for_maps: simplify, use ptrace_may_access() by Oleg Nesterov · 15 years ago
  80. a4e95fc perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data by Peter Zijlstra · 15 years ago
  81. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  82. b2f2e8f powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAM by Benjamin Herrenschmidt · 15 years ago
  83. f4b9a98 Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 15 years ago
  84. 17d11ba Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  85. fb1ee45 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  86. 2e9b11a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 95d0ad0 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 413dd87 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 713e3e1 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. c0a8865 perf tools: callchain: Fix bad rounding of minimum rate by Frederic Weisbecker · 15 years ago
  91. 183f3b0 perf_counter tools: Fix libbfd detection for systems with libz dependency by Mike Galbraith · 15 years ago
  92. c24b513 perf: "Longum est iter per praecepta, breve et efficax per exempla" by Carlos R. Mafra · 15 years ago
  93. 3a80b4a perf_counter: Fix a race on perf_counter_ctx by Peter Zijlstra · 15 years ago
  94. 3a43ce6 perf_counter: Fix tracepoint sampling to be part of generic sampling by Frederic Weisbecker · 15 years ago
  95. 10b8e30 perf_counter: Work around gcc warning by initializing tracepoint record unconditionally by Frederic Weisbecker · 15 years ago
  96. 2544603 perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal mode by Frederic Weisbecker · 15 years ago
  97. b1a8834 perf tools: callchain: Fix 'perf report' display to be callchain by default by Frederic Weisbecker · 15 years ago
  98. b0efe21 perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchains by Frederic Weisbecker · 15 years ago
  99. 266e0e2 perf record: Fix the -A UI for empty or non-existent perf.data by Pierre Habouzit · 15 years ago
  100. 7eac7e9 perf util: Fix do_read() to fail on EOF instead of busy-looping by Pierre Habouzit · 15 years ago