1. bc5c6c0 ftrace/documentation: fix typo in function grapher name by Mike Frysinger · 15 years ago
  2. f1db457 tracing/events: convert block trace points to TRACE_EVENT(), fix !CONFIG_BLOCK by Li Zefan · 15 years ago
  3. 110bf2b tracing: add protection around module events unload by Steven Rostedt · 15 years ago
  4. 725c624 tracing: add trace_seq_vprint interface by Steven Rostedt · 15 years ago
  5. 6556d1d tracing: fix the block trace points print size by Steven Rostedt · 15 years ago
  6. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  7. f57a8a1 ring-buffer: fix ret in rb_add_time_stamp by Steven Rostedt · 15 years ago
  8. 1f8a6a1 ring-buffer: pass in lockdep class key for reader_lock by Peter Zijlstra · 15 years ago
  9. 918143e Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 15 years ago
  10. 64edbc5 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 15 years ago
  11. 563af16 tracing: add annotation to what type of stack trace is recorded by Steven Rostedt · 15 years ago
  12. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 15 years ago
  13. 048dc50 tracing/events: fix output format of user stack by walimis · 15 years ago
  14. f11b3f4 tracing/events: fix output format of kernel stack by walimis · 15 years ago
  15. 083a63b tracing/trace_stack: fix the number of entries in the header by walimis · 15 years ago
  16. ea05b57 ring-buffer: discard timestamps that are at the start of the buffer by Steven Rostedt · 15 years ago
  17. edd813b ring-buffer: try to discard unneeded timestamps by Steven Rostedt · 15 years ago
  18. a202355 ring-buffer: fix bug in ring_buffer_discard_commit by Tim Bird · 15 years ago
  19. 0f6ce3d ftrace: do not profile functions when disabled by Steven Rostedt · 15 years ago
  20. 112f38a7 tracing: make trace pipe recognize latency format flag by Steven Rostedt · 15 years ago
  21. 1d080d6 tracing: remove redundant SOFTIRQ from softirq event traces by Steven Rostedt · 15 years ago
  22. ec081dd tracing: add exports to use __print_symbolic and __print_flags from a module by Steven Whitehouse · 15 years ago
  23. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 15 years ago
  24. a9c1c3a tracing/events: put TP_fast_assign into braces by Li Zefan · 15 years ago
  25. 6e25db4 tracing/events: fix a typo in __string() format output by Li Zefan · 15 years ago
  26. 897f17a tracing: combine the default tracers into one config by Steven Rostedt · 15 years ago
  27. 5e0a093 tracing: fix config options to not show when automatically selected by Steven Rostedt · 15 years ago
  28. 2af15d6 ftrace: add kernel command line function filtering by Steven Rostedt · 15 years ago
  29. 43bd123 tracing/stat: remove unappropriate safe walk on list by Frederic Weisbecker · 15 years ago
  30. dbd3fbd tracing/stat: do some cleanups by Li Zefan · 15 years ago
  31. e162280 tracing/stat: remember to free root node by Li Zefan · 15 years ago
  32. b3dd7ba tracing/stat: change dummpy_cmp() to return -1 by Li Zefan · 15 years ago
  33. 8f184f2 tracing/stat: replace linked list by an rbtree for sorting by Frederic Weisbecker · 15 years ago
  34. 0d64f83 tracing/stat: replace trace_stat_session by stat_session by Frederic Weisbecker · 15 years ago
  35. f3c4ae2 trace_workqueue: remove blank line between each cpu by Zhaolei · 15 years ago
  36. b886716 trace_workqueue: remove cpu_workqueue_stats->first_entry by Zhaolei · 15 years ago
  37. 1fdfca9 trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe() by Zhaolei · 15 years ago
  38. fb39125 ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro by Zhaolei · 15 years ago
  39. f2aebae ftrace: don't convert function's local variable name in macro by Zhaolei · 15 years ago
  40. 5b6045a trace: disable preemption before taking raw spinlocks by Heiko Carstens · 15 years ago
  41. c2adae0 tracing: convert irq events to use __print_symbolic by Steven Rostedt · 15 years ago
  42. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 15 years ago
  43. 62ba180 tracing: add flag output for kmem events by Steven Rostedt · 15 years ago
  44. 937cdb9 tracing: add previous task state info to sched switch event by Steven Rostedt · 15 years ago
  45. be74b73 tracing: add __print_flags for events by Steven Rostedt · 15 years ago
  46. 0e907c9 ftrace: clean up of using ftrace_event_enable_disable() by Zhaolei · 15 years ago
  47. b11c53e ftrace: Add task_comm support for trace_event by Zhaolei · 15 years ago
  48. 29fcefb kmemtrace: fix kernel parameter documentation by Pekka Enberg · 15 years ago
  49. b0aae68 tracing/events: change the type of __str_loc_item to unsigned short by Li Zefan · 15 years ago
  50. 4f53596 tracing: add trace_event_read_lock() by Lai Jiangshan · 15 years ago
  51. 5537937 ftrace: fix check for return value of register_module_notifier in event_trace_init by Ming Lei · 15 years ago
  52. fd51d25 blktrace: remove debugfs entries on bad path by Stefan Raspl · 15 years ago
  53. 143c145 tracing/events: Documentation updates by Li Zefan · 15 years ago
  54. 24ed0c4 tracing: fix check for return value of register_module_notifier by Ming Lei · 15 years ago
  55. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  56. 1406de8 Linux 2.6.30-rc6 by Linus Torvalds · 15 years ago
  57. 72357d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  58. 7c7327d Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by Linus Torvalds · 15 years ago
  59. 40f293f Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  60. 8c21f34 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  61. 3346857 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Linus Torvalds · 15 years ago
  62. 4bca328 libata: Media rotation rate and form factor heuristics by Martin K. Petersen · 15 years ago
  63. 61d79a8 libata: Report disk alignment and physical block size by Martin K. Petersen · 15 years ago
  64. d358724 sata_fsl: Fix the command description of FSL SATA controller by Dave Liu · 15 years ago
  65. f48c019 sata_fsl: Fix compile warnings by Kumar Gala · 15 years ago
  66. 19799bf [libata] sata_sx4: fixup interrupt handling by David Milburn · 15 years ago
  67. 67651ee [libata] sata_sx4: convert to new exception handling methods by Jeff Garzik · 15 years ago
  68. 5d41343 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  69. c244450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  70. ade385e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
  71. c653849 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  72. 662f11c Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  73. 1f71ebe devpts: correctly set default options by Sukadev Bhattiprolu · 15 years ago
  74. 60befb9 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  75. a3d2b75 Merge branch 'fix/misc' into for-linus by Takashi Iwai · 15 years ago
  76. 2ec0ae3 ext4: Fix race in ext4_inode_info.i_cached_extent by Theodore Ts'o · 15 years ago
  77. d34a792 kgdb: gdb documentation fix by Frank Rowand · 15 years ago
  78. 33ab197 kgdb,i386: use address that SP register points to in the exception frame by Jason Wessel · 16 years ago
  79. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 15 years ago
  80. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 15 years ago
  81. f492ec9 ASoC: DaVinci EVM board support buildfixes by David Brownell · 15 years ago
  82. a62114c ASoC: DaVinci I2S updates by David Brownell · 15 years ago
  83. 82075af ASoC: davinci-pcm buildfixes by David Brownell · 15 years ago
  84. ad892a6 powerpc: Fix PCI ROM access by Benjamin Herrenschmidt · 15 years ago
  85. b173f03 powerpc/pseries: Really fix the oprofile CPU type on pseries by Benjamin Herrenschmidt · 15 years ago
  86. 951c4df serial/nwpserial: Fix wrong register read address and add interrupt acknowledge. by Benjamin Krill · 15 years ago
  87. 37cd8ed powerpc/cell: Make ptcal more reliable by Gerhard Stenzel · 15 years ago
  88. 49a8496 powerpc: Allow mem=x cmdline to work with 4G+ by Becky Bruce · 15 years ago
  89. 31207da powerpc/mpic: Fix incorrect allocation of interrupt rev-map by Kumar Gala · 15 years ago
  90. e5fc948 powerpc: Fix oprofile sampling of marked events on POWER7 by Maynard Johnson · 15 years ago
  91. 397717c powerpc/iseries: Fix pci breakage due to bad dma_data initialization by Stephen Rothwell x · 15 years ago
  92. 93f1cc60 powerpc: Fix mktree build error on Mac OS X host by Timur Tabi · 15 years ago
  93. 5872144 tracing/filters: fix off-by-one bug by Li Zefan · 15 years ago
  94. 8cd995b tracing/filters: add missing unlock in a failure path by Li Zefan · 15 years ago
  95. 1ec7c48 tracing: stop stack trace on first empty entry by Steven Rostedt · 15 years ago
  96. 29a6797 x86/stacktrace: return 0 instead of -1 for stack ops by Steven Rostedt · 15 years ago
  97. bd67ce0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  98. c48f229 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  99. 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  100. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 15 years ago