1. f73e22a perf: Fix races in computing the header sizes by Peter Zijlstra · 9 years ago
  2. a723968 perf: Fix u16 overflows by Peter Zijlstra · 9 years ago
  3. f55fc2a perf: Restructure perf syscall point of no return by Peter Zijlstra · 9 years ago
  4. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  5. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  6. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. c2ad6b5 perf/ring-buffer: Clarify the use of page::private for high-order AUX allocations by Alexander Shishkin · 9 years ago
  8. 3d325bf Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  9. c7999c6 perf: Fix PERF_EVENT_IOC_PERIOD migration race by Peter Zijlstra · 9 years ago
  10. ee9397a perf: Fix double-free of the AUX buffer by Ben Hutchings · 9 years ago
  11. ffe8690 perf: add the necessary core perf APIs when accessing events counters in eBPF programs by Kaixu Xia · 9 years ago
  12. 04a22fa tracing, perf: Implement BPF programs attached to uprobes by Wang Nan · 9 years ago
  13. 9a6694c perf/x86/intel/pt: Do not force sync packets on every schedule-in by Alexander Shishkin · 9 years ago
  14. fed66e2cd perf: Fix fasync handling on inherited events by Peter Zijlstra · 9 years ago
  15. 2a742ce uprobes: Fix the waitqueue_active() check in xol_free_insn_slot() by Oleg Nesterov · 9 years ago
  16. 704bde3 uprobes: Use vm_special_mapping to name the XOL vma by Oleg Nesterov · 9 years ago
  17. f58bea2 uprobes: Fix the usage of install_special_mapping() by Oleg Nesterov · 9 years ago
  18. db087ef uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever by Oleg Nesterov · 9 years ago
  19. 86dcb70 uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  20. a5b7e1a uprobes: Change prepare_uretprobe() to (try to) flush the dead frames by Oleg Nesterov · 9 years ago
  21. 5eeb50d uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp() by Oleg Nesterov · 9 years ago
  22. 7b868e4 uprobes/x86: Reimplement arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  23. 97da897 uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  24. a83cfeb uprobes: Change handle_trampoline() to find the next chain beforehand by Oleg Nesterov · 9 years ago
  25. 6c58d0e uprobes: Change prepare_uretprobe() to use uprobe_warn() by Oleg Nesterov · 9 years ago
  26. 0b5256c uprobes: Send SIGILL if handle_trampoline() fails by Oleg Nesterov · 9 years ago
  27. 2bb5e84 uprobes: Introduce free_ret_instance() by Oleg Nesterov · 9 years ago
  28. f231722 uprobes: Introduce get_uprobe() by Oleg Nesterov · 9 years ago
  29. acd632e Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more changes by Ingo Molnar · 9 years ago
  30. 00a2916 perf: Fix running time accounting by Peter Zijlstra · 9 years ago
  31. 45ac140 perf: Add PERF_RECORD_SWITCH to indicate context switches by Adrian Hunter · 9 years ago
  32. 57ffc5c perf: Fix AUX buffer refcounting by Peter Zijlstra · 9 years ago
  33. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  34. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  35. e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  36. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  37. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 6bc4c3a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  39. c58267e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. fc934d4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  41. 2f993cf perf: Fix ring_buffer_attach() RCU sync, again by Oleg Nesterov · 9 years ago
  42. f38b0db perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES by Kan Liang · 9 years ago
  43. 2150908 perf/x86/intel: Handle multiple records in the PEBS buffer by Yan, Zheng · 9 years ago
  44. 085c789 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  45. 5af4692 smp: Make control dependencies work on Alpha, improve documentation by Paul E. McKenney · 9 years ago
  46. 66eb579 perf: allow for PMU-specific event filtering by Mark Rutland · 9 years ago
  47. aa319bc perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite mode by Alexander Shishkin · 9 years ago
  48. dead9f2 perf: Fix race in BPF program unregister by Alexei Starovoitov · 9 years ago
  49. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 9 years ago
  50. 4cfafd3 sched,perf: Fix periodic timers by Peter Zijlstra · 9 years ago
  51. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  52. 8b10c5e perf: Annotate inherited event ctx->mutex recursion by Peter Zijlstra · 9 years ago
  53. 30fbd59 perf: Remove unused function perf_mux_hrtimer_cancel() by Thomas Gleixner · 9 years ago
  54. 9183034 perf: perf_mux_hrtimer_cancel() can be static by kbuild test robot · 9 years ago
  55. 272325c perf: Fix mux_interval hrtimer wreckage by Peter Zijlstra · 9 years ago
  56. 3497d20 perf: core: Use hrtimer_start() by Thomas Gleixner · 9 years ago
  57. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  58. ec0d772 perf: Add ITRACE_START record to indicate that tracing has started by Alexander Shishkin · 10 years ago
  59. 1a59413 perf: Add wakeup watermark control to the AUX area by Alexander Shishkin · 10 years ago
  60. 2023a0d perf: Support overwrite mode for the AUX area by Alexander Shishkin · 10 years ago
  61. fdc2670 perf: Add API for PMUs to write to the AUX area by Alexander Shishkin · 10 years ago
  62. 68db7e9 perf: Add AUX record by Alexander Shishkin · 10 years ago
  63. bed5b25 perf: Add a pmu capability for "exclusive" events by Alexander Shishkin · 10 years ago
  64. 6a27923 perf: Add a capability for AUX_NO_SG pmus to do software double buffering by Alexander Shishkin · 10 years ago
  65. 0a4e38e perf: Support high-order allocations for AUX space by Alexander Shishkin · 10 years ago
  66. 45bfb2e perf: Add AUX area to ring buffer for raw data streams by Peter Zijlstra · 10 years ago
  67. e8c6dea perf: Add data_{offset,size} to user_page by Alexander Shishkin · 10 years ago
  68. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 10 years ago
  69. 34f4392 perf: Add per event clockid support by Peter Zijlstra · 10 years ago
  70. ccd41c8 perf: Fix racy group access by Peter Zijlstra · 10 years ago
  71. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 10 years ago
  72. 072e5a1 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree by Ingo Molnar · 10 years ago
  73. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 10 years ago
  74. d525211 perf: Fix irq_work 'tail' recursion by Peter Zijlstra · 10 years ago
  75. d415a7f perf: Fix context leak in put_event() by Leon Yu · 10 years ago
  76. 2ed1131 Revert "perf: Remove the extra validity check on nr_pages" by Kan Liang · 10 years ago
  77. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 10 years ago
  78. bfe1fcd perf/x86/intel: Support task events with Intel CQM by Matt Fleming · 10 years ago
  79. 79dff51 perf: Move cgroup init before PMU ->event_init() by Matt Fleming · 10 years ago
  80. eacd3ec perf: Add ->count() function to read per-package counters by Matt Fleming · 10 years ago
  81. 39bed6c perf: Make perf_cgroup_from_task() global by Matt Fleming · 10 years ago
  82. 8a26ce4 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  83. a46a230 perf: Simplify the branch stack check by Yan, Zheng · 10 years ago
  84. 5a158c3 perf: Always switch pmu specific data during context switch by Yan, Zheng · 10 years ago
  85. 4af57ef28 perf: Add pmu specific data for perf task context by Yan, Zheng · 10 years ago
  86. 2a0ad3b perf/x86/intel: Use context switch callback to flush LBR stack by Yan, Zheng · 10 years ago
  87. ba53250 perf: Introduce pmu context switch callback by Yan, Zheng · 10 years ago
  88. 6a694a6 perf: Update userspace page info for software event by Shaohua Li · 10 years ago
  89. 72f669c perf: Update shadow timestamp before add event by Shaohua Li · 10 years ago
  90. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. 74390aa perf: Remove the extra validity check on nr_pages by Kaixu Xia · 10 years ago
  92. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  93. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  94. c1317ec perf: Pass the event to arch_perf_update_userpage() by Andy Lutomirski · 10 years ago
  95. 1e0fb9e perf: Add pmu callbacks to track event mapping and unmapping by Andy Lutomirski · 10 years ago
  96. 2fde4f9 perf: Decouple unthrottling and rotating by Mark Rutland · 10 years ago
  97. cc34b98 perf: Drop module reference on event init failure by Mark Rutland · 10 years ago
  98. 7c60fc0 perf: Use POLLIN instead of POLL_IN for perf poll data in flag by Jiri Olsa · 10 years ago
  99. a83fe28 perf: Fix put_event() ctx lock by Peter Zijlstra · 10 years ago
  100. 8f95b43 perf: Fix move_group() order by Peter Zijlstra (Intel) · 10 years ago