1. 7614f7d perf/hwbp: Simplify the perf-hwbp code, fix documentation by Linus Torvalds · 6 years ago
  2. fae3fde perf: Collapse and fix event_function_call() users by Peter Zijlstra · 8 years ago
  3. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 9 years ago
  4. c719f56 perf: Fix and clean up initialization of pmu::event_idx by Peter Zijlstra · 10 years ago
  5. bde9603 hw_breakpoint: Introduce "struct bp_cpuinfo" by Oleg Nesterov · 11 years ago
  6. e12cbc1 hw_breakpoint: Simplify *register_wide_hw_breakpoint() by Oleg Nesterov · 11 years ago
  7. 1c10adb hw_breakpoint: Introduce cpumask_of_bp() by Oleg Nesterov · 11 years ago
  8. 7ab71f3 hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths by Oleg Nesterov · 11 years ago
  9. e1ebe86 hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths by Oleg Nesterov · 11 years ago
  10. f070a4d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  11. c790b0a hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() by Oleg Nesterov · 11 years ago
  12. 8b4d801 hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) by Oleg Nesterov · 11 years ago
  13. ab57384 perf: Fix hw breakpoints overflow period sampling by Jiri Olsa · 11 years ago
  14. 02e176a perf/hwbp: Fix cleanup in case of kzalloc failure by Daniel Baluta · 11 years ago
  15. 0d85535 perf, powerpc: Fix hw breakpoints returning -ENOSPC by Michael Neuling · 12 years ago
  16. 500ad2d perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  17. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 12 years ago
  18. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  19. 30ce2f7 perf/hwbp: Fix a possible memory leak by Namhyung Kim · 12 years ago
  20. 35edc2a perf, arch: Rework perf_event_index() by Peter Zijlstra · 13 years ago
  21. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 13 years ago
  22. 48dbb6d hw breakpoints: Move to kernel/events/ by Borislav Petkov · 13 years ago[Renamed from kernel/hw_breakpoint.c]
  23. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  24. 3c502e7 perf,hw_breakpoint: Initialize hardware api earlier by Jason Wessel · 14 years ago
  25. d580ff8 perf, hw_breakpoint: Fix crash in hw_breakpoint creation by Peter Zijlstra · 14 years ago
  26. 38a81da perf events: Clean up pid passing by Matt Helsley · 14 years ago
  27. d958077 hw breakpoints: Fix pid namespace bug by Matt Helsley · 14 years ago
  28. 89a1e18 perf: Provide a separate task context for swevents by Peter Zijlstra · 14 years ago
  29. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 14 years ago
  30. b0a873e perf: Register PMU implementations by Peter Zijlstra · 14 years ago
  31. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  32. 45a7337 hw_breakpoints: Fix per task breakpoint tracking by Frederic Weisbecker · 14 years ago
  33. f7136c5 hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistration by K.Prasad · 14 years ago
  34. 777d041 hw_breakpoints: Fix percpu build failure by Frederic Weisbecker · 14 years ago
  35. feef47d hw-breakpoints: Get the number of available registers on boot dynamically by Frederic Weisbecker · 14 years ago
  36. f93a205 hw-breakpoints: Handle breakpoint weight in allocation constraints by Frederic Weisbecker · 14 years ago
  37. 0102752 hw-breakpoints: Separate constraint space for data and instruction breakpoints by Frederic Weisbecker · 14 years ago
  38. b2812d0 hw-breakpoints: Change/Enforce some breakpoints policies by Frederic Weisbecker · 14 years ago
  39. 87e9b20 hw-breakpoints: Check disabled breakpoints again by Frederic Weisbecker · 14 years ago
  40. 4f16d4e Merge branch 'perf/core' into perf/urgent by Ingo Molnar · 14 years ago
  41. 1e259e0 hw-breakpoints: Remove stub unthrottle callback by Frederic Weisbecker · 14 years ago
  42. 44ee635 percpu: Add __percpu sparse annotations to hw_breakpoint by Tejun Heo · 14 years ago
  43. cd75764 perf: Make bp_len type to u64 generic across the arch by Mahesh Salgaonkar · 14 years ago
  44. 5352ae6 perf, hw_breakpoint, kgdb: Do not take mutex for kernel debugger by Jason Wessel · 14 years ago
  45. b23ff0e hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. by Mahesh Salgaonkar · 14 years ago
  46. b21c070 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 88f7a89 ksym_tracer: Fix to make the tracer work by Li Zefan · 14 years ago
  48. e625cce1 perf_event: Convert to raw_spinlock by Thomas Gleixner · 15 years ago
  49. 44234ad hw-breakpoints: Modify breakpoints without unregistering them by Frederic Weisbecker · 15 years ago
  50. 6ab8886 perf: hw_breakpoints: Fix percpu namespace clash by Stephen Rothwell · 15 years ago
  51. 5605317 hw-breakpoints: Fix task-bound breakpoint slot allocation by Frederic Weisbecker · 15 years ago
  52. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 15 years ago
  53. 2f0993e hw-breakpoints: Drop callback and task parameters from modify helper by Frederic Weisbecker · 15 years ago
  54. dd1853c hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints by Frederic Weisbecker · 15 years ago
  55. 5fa10b2 hw-breakpoints: Use struct perf_event_attr to define user breakpoints by Frederic Weisbecker · 15 years ago
  56. 11e6635 kernel/hw_breakpoint.c: Fix local/global shadowing by Andrew Morton · 15 years ago
  57. 605bfae hw-breakpoints: Simplify error handling in breakpoint creation requests by Frederic Weisbecker · 15 years ago
  58. fdf6bc9 hw-breakpoints: Check the breakpoint params from perf tools by Frederic Weisbecker · 15 years ago
  59. ba6909b hw-breakpoint: Attribute authorship of hw-breakpoint related files by K.Prasad · 15 years ago
  60. b3a7554 hw-breakpoints: Remove x86 specific headers from core file by Frederic Weisbecker · 15 years ago
  61. f60d24d hw-breakpoints: Fix broken hw-breakpoint sample module by Frederic Weisbecker · 15 years ago
  62. ba1c813 hw-breakpoints: Arbitrate access to pmu following registers constraints by Frederic Weisbecker · 15 years ago
  63. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  64. 62a038d hw-breakpoints: introducing generic hardware breakpoint handler interfaces by K.Prasad · 15 years ago