1. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 16 years ago
  2. 156b5f1 tracing: typecast sizeof and offsetof to unsigned int by Steven Rostedt · 16 years ago
  3. 7bffc23 tracing: optimize trace_printk() by Ingo Molnar · 16 years ago
  4. 8a20d84 tracing: trace_printk() fix, move format array to data section by Ingo Molnar · 16 years ago
  5. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 16 years ago
  6. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  7. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 16 years ago
  8. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 16 years ago
  9. 546e535 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 16 years ago
  10. fef20d9 vsprintf: unify the format decoding layer for its 3 users by Frederic Weisbecker · 16 years ago
  11. 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 16 years ago
  12. af438c0 tracing, power-trace: make it build even if the power-tracer is turned off by Ingo Molnar · 16 years ago
  13. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 16 years ago
  14. 422d3c7 tracing: current tip/master can't enable ftrace by KOSAKI Motohiro · 16 years ago
  15. bc722f5 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  16. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  17. 770cb24 tracing: add format files for ftrace default entries by Steven Rostedt · 16 years ago
  18. 33b0c22 tracing: move print of event format to separate file by Steven Rostedt · 16 years ago
  19. 5e2336a0 tracing: make all file_operations const by Steven Rostedt · 16 years ago
  20. 40ada30 tracing: clean up menu by Ingo Molnar · 16 years ago
  21. 2002c25 tracing: add tracing_on/tracing_off to kernel.h by Steven Rostedt · 16 years ago
  22. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 16 years ago
  23. 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 16 years ago
  24. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 16 years ago
  25. 5366473 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  26. c4ef144 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 16 years ago
  27. e9d25fe tracing: have latency tracers set the latency format by Steven Rostedt · 16 years ago
  28. 27d48be tracing: consolidate print_lat_fmt and print_trace_fmt by Steven Rostedt · 16 years ago
  29. 5fd73f8 tracing: remove extra latency_trace method from trace structure by Steven Rostedt · 16 years ago
  30. c032ef64 tracing: add latency output format option by Steven Rostedt · 16 years ago
  31. e74da52 tracing: fix seq read from trace files by Steven Rostedt · 16 years ago
  32. 2dc5d12 tracing: do not return EFAULT if read copied anything by Steven Rostedt · 16 years ago
  33. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 16 years ago
  34. e543ad7 tracing: add cpu_file intialization for ftrace_dump by Steven Rostedt · 16 years ago
  35. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 16 years ago
  36. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
  37. 1075414 lockdep: require framepointers for x86 by Peter Zijlstra · 16 years ago
  38. 26575e2 lockdep: remove extra "irq" string by Peter Zijlstra · 16 years ago
  39. 1c21f14 lockdep: fix incorrect state name by Peter Zijlstra · 16 years ago
  40. 2602c3b Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  41. a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
  42. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 16 years ago
  43. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 16 years ago
  44. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 16 years ago
  45. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
  46. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 16 years ago
  47. fec6c6f Linux 2.6.29-rc7 by Linus Torvalds · 16 years ago
  48. 9c1a774 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  49. 1777f1a crypto: ixp4xx - Fix qmgr_request_queue build failure by Krzysztof Hałasa · 16 years ago
  50. 219f170 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. 3024e4a Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  52. f2a4165 Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  53. b24746c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  54. f41bf2a Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  55. bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 16 years ago
  56. 3612fdf Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  57. 633ddaa tracing: fix return value to registering events by Steven Rostedt · 16 years ago
  58. b57ee99 [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMU by Catalin Marinas · 16 years ago
  59. 25ef4a6 [ARM] 5416/1: Use unused address in v6_early_abort by Seth Forshee · 16 years ago
  60. 780eef9 x86: oprofile: don't set counter width from cpuid on Core2 by Tim Blechmann · 16 years ago
  61. 0fc59d3 x86: fix init_memory_mapping() to handle small ranges by Yinghai Lu · 16 years ago
  62. 2450cf5 Revert "menu: fix embedded menu snafu" by Linus Torvalds · 16 years ago
  63. 43e4070 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  64. 299eb93 drm/i915: Fix use-before-null-check in i915_irq_emit(). by Eric Anholt · 16 years ago
  65. fda714c drm: Avoid client deadlocks when the master disappears. by Thomas Hellstrom · 16 years ago
  66. 171901d drm: Wake up all lock waiters when the master disappears. by Thomas Hellstrom · 16 years ago
  67. 4d77c88 drm: Don't return ERESTARTSYS to user-space. by Thomas Hellstrom · 16 years ago
  68. 155b25b menu: fix embedded menu snafu by Randy Dunlap · 16 years ago
  69. d86a1c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  70. bd5e89c Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  71. 2d44947 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 359aa09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  73. c742b4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  74. fbfd8b5 Change email address by Karsten Keil · 16 years ago
  75. 6b3bf20 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  76. 36b3110 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  77. 7b88ed6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  78. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  79. ccbe495 x86-64: syscall-audit: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  80. 654952b Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  81. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 16 years ago
  82. ed662d9 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  83. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  84. a087489 sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chip by Andres Salomon · 16 years ago
  85. f945405 sdhci: Add quirk for controllers with no end-of-busy IRQ by Ben Dooks · 16 years ago
  86. 96ccd21 tracing: add print format to event trace format files by Steven Rostedt · 16 years ago
  87. c5e4e19 tracing: add trace name and id to event formats by Steven Rostedt · 16 years ago
  88. 91729ef tracing: add ftrace headers to event format files by Steven Rostedt · 16 years ago
  89. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 16 years ago
  90. f952075 tracing: make trace_seq_reset global and rename to trace_seq_init by Steven Rostedt · 16 years ago
  91. 11a241a tracing: add protection around modify trace event fields by Steven Rostedt · 16 years ago
  92. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 16 years ago
  93. 340430c x86 mmiotrace: fix race with release_kmmio_fault_page() by Pekka Paalanen · 16 years ago
  94. 3e39aa1 x86 mmiotrace: improve handling of secondary faults by Stuart Bennett · 16 years ago
  95. 0b700a6 x86 mmiotrace: split set_page_presence() by Pekka Paalanen · 16 years ago
  96. 5359b58 x86 mmiotrace: fix save/restore page table state by Pekka Paalanen · 16 years ago
  97. e9d54ca x86 mmiotrace: WARN_ONCE if dis/arming a page fails by Stuart Bennett · 16 years ago
  98. 5ff9369 x86: add far read test to testmmiotrace by Pekka Paalanen · 16 years ago
  99. fab852a x86: count errors in testmmiotrace.ko by Pekka Paalanen · 16 years ago
  100. 5ce04e3 fix warning in io_mapping_map_wc() by Pallipadi, Venkatesh · 16 years ago