1. ed872d0 hw-breakpoints: Zeroe the breakpoint attrs on initialization by Frederic Weisbecker · 16 years ago
  2. c0dfb2f perf: Remove the "event" callback from perf events by Frederic Weisbecker · 16 years ago
  3. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 16 years ago
  4. 2f0993e hw-breakpoints: Drop callback and task parameters from modify helper by Frederic Weisbecker · 16 years ago
  5. 9cef308 perf: Remove unused struct perf_event::event_callback by Frederic Weisbecker · 16 years ago
  6. 189f202 perf: Remove pointless union that wraps the hw breakpoint fields by Frederic Weisbecker · 16 years ago
  7. ed54d0f hw-breakpoints: Add two reserved fields for future extensions by Frederic Weisbecker · 16 years ago
  8. 6b62fe0 tracing/syscalls: Make syscall events print callbacks static by Frederic Weisbecker · 16 years ago
  9. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 16 years ago
  10. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 16 years ago
  11. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 16 years ago
  12. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 16 years ago
  13. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 16 years ago
  14. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 16 years ago
  15. dd1853c hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints by Frederic Weisbecker · 16 years ago
  16. 5fa10b2 hw-breakpoints: Use struct perf_event_attr to define user breakpoints by Frederic Weisbecker · 16 years ago
  17. 091ad36 events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() by Ingo Molnar · 16 years ago
  18. e5bc972 tracing: Create new DEFINE_EVENT_PRINT by Steven Rostedt · 16 years ago
  19. ff038f5 tracing: Create new TRACE_EVENT_TEMPLATE by Steven Rostedt · 16 years ago
  20. fa7c27e hw-breakpoints: Fix misordered ifdef by Frederic Weisbecker · 16 years ago
  21. e6db487 hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headers by Frederic Weisbecker · 16 years ago
  22. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 16 years ago
  23. 5093eba hw-breakpoints: Separate the kernel part from breakpoint headers by Frederic Weisbecker · 16 years ago
  24. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 16 years ago
  25. 59ed446f perf: Fix event scaling for inherited counters by Peter Zijlstra · 16 years ago
  26. 453f19e perf: Allow for custom overflow handlers by Peter Zijlstra · 16 years ago
  27. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 16 years ago
  28. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 16 years ago
  29. 559fdc3 perf_event: Optimize perf_output_lock() by Peter Zijlstra · 16 years ago
  30. 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 16 years ago
  31. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 16 years ago
  32. 4c49b12 perf_event: Fix invalid type in ioctl definition by Arjan van de Ven · 16 years ago
  33. 688bcaf hw-breakpoints: Fix build on !perf architectures by Ingo Molnar · 16 years ago
  34. 687b16f hw-breakpoints: Provide an off-case for counter_arch_bp() by Frederic Weisbecker · 16 years ago
  35. b87e5e2 serial: add support for the Lava Quattro PCI quad-port 16550A card by Lennert Buytenhek · 16 years ago
  36. f5c15d0 fb: remove fb_save_state() and fb_restore_state operations by Krzysztof Helt · 16 years ago
  37. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 16 years ago
  38. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 16 years ago
  39. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 16 years ago
  40. afa0897 i2c: Add an interface to lock/unlock an I2C bus segment by Jean Delvare · 16 years ago
  41. 3806e94b i2c-piix4: Modify code name SB900 to Hudson-2 by Crane Cai · 16 years ago
  42. 2da3e16 hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h by Frederic Weisbecker · 16 years ago
  43. a2e7127 Merge commit 'v2.6.32-rc6' into perf/core by Ingo Molnar · 16 years ago
  44. 97eaf53 perf/core: Add a callback to perf events by Frederic Weisbecker · 16 years ago
  45. fb0459d perf/core: Provide a kernel-internal interface to get to performance counters by Arjan van de Ven · 16 years ago
  46. a84216e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  47. bce8fc4 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. a5e3013 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  49. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 16 years ago
  50. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 16 years ago
  51. 14d18a8 net: fix kmemcheck annotations by Eric Dumazet · 16 years ago
  52. 9532fae Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixes by Linus Torvalds · 16 years ago
  53. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 16 years ago
  54. fefcfd4 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
  55. 6e958d7 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
  56. c68d2b1 8250_pci: add IBM Saturn serial card by Benjamin Herrenschmidt · 16 years ago
  57. 1b62cbf serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and pci_ids.h by Krauth.Julien · 16 years ago
  58. 0a1b71b strstrip(): mark as as must_check by KOSAKI Motohiro · 16 years ago
  59. 2eca40a cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=n by Randy Dunlap · 16 years ago
  60. 65afac7 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. by Rusty Russell · 16 years ago
  61. f7d7986 perf_event: Add alignment-faults and emulation-faults software events by Anton Blanchard · 16 years ago
  62. 6d3f1e1 tracing: Remove cpu arg from the rb_time_stamp() function by Jiri Olsa · 16 years ago
  63. 721a669 perf events: Fix swevent hrtimer sampling by keeping track of remaining time when enabling/disabling swevent hrtimers by Soeren Sandmann · 16 years ago
  64. 43315956 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 16 years ago
  65. 3225bea virtio_blk: Revert serial number support by Rusty Russell · 16 years ago
  66. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 16 years ago
  67. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 16 years ago
  68. 7c650a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  69. 5deab53 ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2 by Shane Huang · 16 years ago
  70. c3da314 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  71. 6fb2915 tracing/profile: Add filter support by Li Zefan · 16 years ago
  72. 713490e Merge branch 'tracing/core' into perf/core by Ingo Molnar · 16 years ago
  73. 019129d5 rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCU by Paul E. McKenney · 16 years ago
  74. 43046b6 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 16 years ago
  75. 799e220 sched: Disable SD_PREFER_LOCAL for MC/CPU domains by Peter Zijlstra · 16 years ago
  76. 80f5069 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  77. 25d5915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  78. 2c96c14 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  79. 2caa731 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  80. c01226c warn about use of uninstalled kernel headers by Arnd Bergmann · 16 years ago
  81. f144c78 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  82. c6c5992 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  83. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 16 years ago
  84. a4720c6 USB: serial: don't call release without attach by Alan Stern · 16 years ago
  85. baf4974 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  86. 36a0790 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  87. f579bbc 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
  88. 624235c 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
  89. f17f36b Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. b924f95 Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. b9d40b7 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  92. 5587481 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  93. d308e38 include/linux/netdevice.h: fix nanodoc mismatch by Wolfram Sang · 16 years ago
  94. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 16 years ago
  95. 1f56f4a PCI quirk: TI XIO200a erroneously reports support for fast b2b transfers by Gabe Black · 16 years ago
  96. f8d1e54 futex: Fix typo in FUTEX_WAIT/WAKE_BITSET_PRIVATE definitions by Anton Blanchard · 16 years ago
  97. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 16 years ago
  98. 906010b perf_event: Provide vmalloc() based mmap() backing by Peter Zijlstra · 16 years ago
  99. e13dbd7 perf_events: Make ABI definitions available to userspace by Chuck Ebbert · 16 years ago
  100. ea2a4d3 [S390] 64-bit register support for 31-bit processes by Heiko Carstens · 16 years ago