1. 24cd5d1 ftrace: trace curr/next tasks by Ingo Molnar · 17 years ago
  2. 4e65551 ftrace: sched tracer, trace full rbtree by Ingo Molnar · 17 years ago
  3. 4c1f4d4 ftrace: make nostacktrace the default by Ingo Molnar · 17 years ago
  4. 8ac0fca ftrace: sched tracer fix by Ingo Molnar · 17 years ago
  5. 86387f7 ftrace: add stack tracing by Ingo Molnar · 17 years ago
  6. 5742279 ftrace: add wakeup events to sched tracer by Ingo Molnar · 17 years ago
  7. e309b41 ftrace: remove notrace by Ingo Molnar · 17 years ago
  8. b53dde9 ftrace: disable -pg for the tracer itself by Ingo Molnar · 17 years ago
  9. 3594136 ftrace: do not profile lib/string.o by Steven Rostedt · 17 years ago
  10. caf8cde ftrace: remove address of function names by Steven Rostedt · 17 years ago
  11. 9ff9cdb ftrace: cleanups by Ingo Molnar · 17 years ago
  12. 6fb44b7 ftrace: add trace_function api for other tracers to use by Steven Rostedt · 17 years ago
  13. 2a2cc8f ftrace: allow the event pipe to be polled by Soeren Sandmann Pedersen · 17 years ago
  14. aeaee8a ftrace: build fix by Ingo Molnar · 17 years ago
  15. 2577046 ftrace: build fix by Ingo Molnar · 17 years ago
  16. 5e3ca0e ftrace: introduce the "hex" output method by Ingo Molnar · 17 years ago
  17. 2e0f576 ftrace: build fix by Ingo Molnar · 17 years ago
  18. 0fd9e0d ftrace: use cpu clock again by Ingo Molnar · 17 years ago
  19. 26994ea ftrace: enabled tracing by default by Steven Rostedt · 17 years ago
  20. 4eebcc8 ftrace: disable tracing on failure by Steven Rostedt · 17 years ago
  21. 37ad508 ftrace - fix dynamic ftrace memory leak by Steven Rostedt · 17 years ago
  22. 088b1e42 ftrace: pipe fixes by Steven Rostedt · 17 years ago
  23. dcb6308 ftrace, locking fix by Ingo Molnar · 17 years ago
  24. f0a920d ftrace: add trace_special() by Ingo Molnar · 17 years ago
  25. cb0f12a ftrace: bin-output by Ingo Molnar · 17 years ago
  26. f9896bf ftrace: add raw output by Ingo Molnar · 17 years ago
  27. 8c523a9 ftrace: clean-up-pipe-iteration by Ingo Molnar · 17 years ago
  28. cdd31cd ftrace: remove-idx-sync by Ingo Molnar · 17 years ago
  29. 53c37c1 ftrace: fast, scalable, synchronized timestamps by Ingo Molnar · 17 years ago
  30. 750ed1a ftrace: timestamp syncing, prepare by Ingo Molnar · 17 years ago
  31. 4bf39a9 ftrace: cleanups by Ingo Molnar · 17 years ago
  32. d4c5a2f ftrace: fix locking by Ingo Molnar · 17 years ago
  33. b3806b4 ftrace: user run time file reading by Steven Rostedt · 17 years ago
  34. 214023c ftrace: add a buffer for output by Steven Rostedt · 17 years ago
  35. 93a588f ftrace: change buffers to producer consumer by Steven Rostedt · 17 years ago
  36. 1d4db00 ftrace: reset selftests by Steven Rostedt · 17 years ago
  37. 08bafa0 ftrace: disable all tracers on corrupted buffer by Steven Rostedt · 17 years ago
  38. 4e3c333 ftrace: fix time offset by Ingo Molnar · 17 years ago
  39. 77a2b37 ftrace: startup tester on dynamic tracing. by Steven Rostedt · 17 years ago
  40. 7bd2f24 ftrace: add README by Ingo Molnar · 17 years ago
  41. c7aafc5 ftrace: cleanups by Ingo Molnar · 17 years ago
  42. 60a1177 ftrace: add self-tests by Steven Rostedt · 17 years ago
  43. e1c08bd ftrace: force recording by Steven Rostedt · 17 years ago
  44. 57f50be ftrace: fix max latency by Steven Rostedt · 17 years ago
  45. 89b2f97 ftrace: fix updates to max trace by Steven Rostedt · 17 years ago
  46. 18cef37 ftrace: don't use raw_local_irq_save/restore by Steven Rostedt · 17 years ago
  47. 0764d23 ftrace: lockdep notrace annotations by Steven Rostedt · 17 years ago
  48. 361943a ftrace: irqs off smp_processor_id() fix by Steven Rostedt · 17 years ago
  49. 5568b13 ftrace: debug smp_processor_id, use notrace preempt disable by Steven Rostedt · 17 years ago
  50. f43fdad ftrace: fix kexec by Ingo Molnar · 17 years ago
  51. 4c11d7a ftrace: convert single large buffer into single pages. by Steven Rostedt · 17 years ago
  52. 5072c59 ftrace: add filter select functions to trace by Steven Rostedt · 17 years ago
  53. d61f82d ftrace: use dynamic patching for updating mcount calls by Steven Rostedt · 17 years ago
  54. 3c1720f ftrace: move memory management out of arch code by Steven Rostedt · 17 years ago
  55. dfa60ab ftrace: use nops instead of jmp by Steven Rostedt · 17 years ago
  56. b0fc494 ftrace: add ftrace_enabled sysctl to disable mcount function by Steven Rostedt · 17 years ago
  57. 3d08339 ftrace: dynamic enabling/disabling of function calls by Steven Rostedt · 17 years ago
  58. 6cd8a4b ftrace: trace preempt off critical timings by Steven Rostedt · 17 years ago
  59. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 17 years ago
  60. 352ad25 ftrace: tracer for scheduler wakeup latency by Steven Rostedt · 17 years ago
  61. 35e8e30 ftrace: add tracing of context switches by Steven Rostedt · 17 years ago
  62. 1b29b01 ftrace: function tracer by Steven Rostedt · 17 years ago
  63. bc0c38d ftrace: latency tracer infrastructure by Steven Rostedt · 17 years ago
  64. 16444a8 ftrace: add basic support for gcc profiler instrumentation by Arnaldo Carvalho de Melo · 17 years ago
  65. 6e76641 ftrace: annotate core code that should not be traced by Arnaldo Carvalho de Melo · 17 years ago
  66. 23adec5 x86: add notrace annotations to vsyscall. by Steven Rostedt · 17 years ago
  67. ffdc1a0 tracing: add notrace to linkage.h by Ingo Molnar · 17 years ago
  68. 5028252 ftrace: add preempt_enable/disable notrace macros by Steven Rostedt · 17 years ago
  69. 7c731e0 ftrace: make the task state char-string visible to all by Steven Rostedt · 17 years ago
  70. bd3bff9 sched: add latency tracer callbacks to the scheduler by Ingo Molnar · 17 years ago
  71. 75d3bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  72. 0a891ad [CIFS] Fix reversed memset arguments by Dave Jones · 17 years ago
  73. e405824 Adds username in the upcall key for unattended mounts with keytab by Igor Mammedov · 17 years ago
  74. a0abb93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  75. 9956c11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  76. ada44a0 sparc64: Prevent stack backtrace false positives on trap frames. by David S. Miller · 17 years ago
  77. 0d817bc [CIFS] Remove redundant NULL check by Steve French · 17 years ago
  78. 14d2c68 sparc64: Fix stack tracing through trap frames. by David S. Miller · 17 years ago
  79. a051bc5 sparc64: Fix kernel thread stack termination. by David S. Miller · 17 years ago
  80. 071f92d net: The world is not perfect patch. by Rami Rosen · 17 years ago
  81. 4b74944 tcp: Make prior_ssthresh a u32 by Ilpo Järvinen · 17 years ago
  82. 88860c9 xfrm_user: Remove zero length key checks. by David S. Miller · 17 years ago
  83. 51f82a2 net/ipv4/arp.c: Use common hex_asc helpers by Denis Cheng · 17 years ago
  84. b1443e2 cassini: Only use chip checksum for ipv4 packets. by David S. Miller · 17 years ago
  85. 78b58e5 HTC_EGPIO is ARM-only by Al Viro · 17 years ago
  86. 337e3c4 provide out-of-line strcat() for m68k by Al Viro · 17 years ago
  87. 8c5330a caiaq endianness fix by Al Viro · 17 years ago
  88. 839cd31 MODULE_LICENSE expects "GPL v2", not "GPLv2" by Al Viro · 17 years ago
  89. e3428e2 msnd_* is ISA-only by Al Viro · 17 years ago
  90. 46cb69c missing dependencies on HAS_DMA by Al Viro · 17 years ago
  91. 9d8df6a ocfs2 endianness fixes by Al Viro · 17 years ago
  92. f6c2fb5 irda-usb endianness annotations and fixes by Al Viro · 17 years ago
  93. 572abae sbus bpp: instances missed in s/dev_name/bpp_dev_name/ by Al Viro · 17 years ago
  94. 79bc12a ecryptfs fixes by Al Viro · 17 years ago
  95. 4ec7ffa misc drivers/net endianness noise by Al Viro · 17 years ago
  96. 8152b4a thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml by Al Viro · 17 years ago
  97. 3e3b48e missing export of csum_partial() on uml/amd64 by Al Viro · 17 years ago
  98. d347926 uml: add missing exports for UML_RANDOM=m by Al Viro · 17 years ago
  99. 13c48c4 fix hppfs Makefile breakage by Al Viro · 17 years ago
  100. 3787fa6 fix include order in sys-i386/registers.c by Al Viro · 17 years ago