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