1. d6e2ca4 tracing: convert irq trace points to new macros by Steven Rostedt · 16 years ago
  2. 12b5fdb tracing: convert the sched trace points to the TRACE_EVENT macros by Steven Rostedt · 16 years ago
  3. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 16 years ago
  4. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 16 years ago
  5. 7bffc23 tracing: optimize trace_printk() by Ingo Molnar · 16 years ago
  6. 8a20d84 tracing: trace_printk() fix, move format array to data section by Ingo Molnar · 16 years ago
  7. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  8. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 16 years ago
  9. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 16 years ago
  10. 546e535 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 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. 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
  14. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  15. 2002c25 tracing: add tracing_on/tracing_off to kernel.h by Steven Rostedt · 16 years ago
  16. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 16 years ago
  17. 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 16 years ago
  18. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 16 years ago
  19. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 16 years ago
  20. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
  21. 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
  22. a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
  23. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 16 years ago
  29. 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
  30. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  31. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 16 years ago
  32. 5ce04e3 fix warning in io_mapping_map_wc() by Pallipadi, Venkatesh · 16 years ago
  33. 709ab32 net headers: export dcbnl.h by Chris Leech · 16 years ago
  34. 5c25222 net headers: cleanup dcbnl.h by Chris Leech · 16 years ago
  35. 18963ca Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  36. acdb2c2 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
  37. f2034f1 tracing: create the C style tracing for the irq subsystem by Steven Rostedt · 16 years ago
  38. 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 16 years ago
  39. 3d7ba93 tracing: add subsystem sched for sched events by Steven Rostedt · 16 years ago
  40. 0ec2ef1 tracing: add subsystem irq for irq events by Steven Rostedt · 16 years ago
  41. eb594e4 tracing: move trace point formats to files in include/trace directory by Steven Rostedt · 16 years ago
  42. 535d8e8 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
  43. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 16 years ago
  44. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 16 years ago
  45. f701d35 Merge branches 'tracing/ftrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  46. 1b49061 Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 16 years ago
  47. 5d0859c Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 16 years ago
  48. b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 16 years ago
  49. 14131f2 tracing: implement trace_clock_*() APIs by Ingo Molnar · 16 years ago
  50. af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 16 years ago
  51. 1e42807 block: reduce stack footprint of blk_recount_segments() by Jens Axboe · 16 years ago
  52. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 16 years ago
  53. f4abfb8 Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  54. e36b1e1 Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  55. 3cdfdf9 tracing: wrap arguments with PARAMS by Steven Rostedt · 16 years ago
  56. eef62a6 tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT by Steven Rostedt · 16 years ago
  57. 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  58. c15d8a6 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  59. 6004260 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  60. 4ab0d47 gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t by Venkatesh Pallipadi · 16 years ago
  61. 7bec756 drm: disable encoders before re-routing them by Jesse Barnes · 16 years ago
  62. fe56cf4 drm: Fix ordering of bit fields in EDID structure leading huge vsync values. by Jesse Barnes · 16 years ago
  63. f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 16 years ago
  64. b77e38a tracing: add event trace infrastructure by Steven Rostedt · 16 years ago
  65. 7c37730 tracing: add DEFINE_TRACE_FMT to tracepoint.h by Steven Rostedt · 16 years ago
  66. 8b6f92b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  67. cd97f39 i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT by Jean Delvare · 16 years ago
  68. a7f4463 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core by Ingo Molnar · 16 years ago
  69. d38e84e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  70. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  71. c478f87 Merge branch 'tip/x86/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
  72. adfafef Merge branch 'hibernate' by Linus Torvalds · 16 years ago
  73. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 16 years ago
  74. 2ec77fc Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  75. b6adea3 8250: fix boot hang with serial console when using with Serial Over Lan port by Mauro Carvalho Chehab · 16 years ago
  76. 01b24fe spi_bitbang: add more lowlevel function documentation by Michael Buesch · 16 years ago
  77. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 16 years ago
  78. 000ab69 ftrace: allow archs to preform pre and post process for code modification by Steven Rostedt · 16 years ago
  79. 057685c Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace by Ingo Molnar · 16 years ago
  80. fe1200b SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants by Christoph Lameter · 16 years ago
  81. ab00b3e drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap. by Jesse Barnes · 16 years ago
  82. 5c3b82e drm: Propagate failure from setting crtc base. by Chris Wilson · 16 years ago
  83. ea39f83 drm: Release user fbs in drm_release by Kristian Høgsberg · 16 years ago
  84. 4cd0332 Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracer by Ingo Molnar · 16 years ago
  85. 4099909 Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  86. 72c26c9 Merge branch 'linus' into tracing/blktrace by Ingo Molnar · 16 years ago
  87. e4dd618 vlan: Update skb->mac_header in __vlan_put_tag(). by Jarek Poplawski · 16 years ago
  88. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  89. 97bef7d Bernhard has moved by Bernhard Walle · 16 years ago
  90. ffa7525 jsm: additional device support by Adam Lackorzynski · 16 years ago
  91. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 16 years ago
  92. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 16 years ago
  93. 287d859 atmel-mci: fix initialization of dma slave data by Dan Williams · 16 years ago
  94. 1cf6e7d mm: task dirty accounting fix by Nick Piggin · 16 years ago
  95. 610d18f timerfd: add flags check by Davide Libenzi · 16 years ago
  96. 8f19d47 seq_file: properly cope with pread by Eric Biederman · 16 years ago
  97. 55ec821 vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flags by Paul Turner · 16 years ago
  98. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 16 years ago
  99. 712406a tracing/function-graph-tracer: make arch generic push pop functions by Steven Rostedt · 16 years ago
  100. 5962fc6 netfilter: nf_conntrack: don't try to deliver events for untracked connections by Patrick McHardy · 16 years ago