1. 06db0b2 perf: Remove fragile swevent hlist optimization by Peter Zijlstra · 11 years ago
  2. 008208c list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 11 years ago
  3. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. 2ded098 uprobes: Fix the memory out of bound overwrite in copy_insn() by Oleg Nesterov · 11 years ago
  5. 70d7f98 uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() by Oleg Nesterov · 11 years ago
  6. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  7. f72d41f uprobes: Export write_opcode() as uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  8. 8a8de66 uprobes: Introduce arch_uprobe->ixol by Oleg Nesterov · 11 years ago
  9. 736e89d uprobes: Kill module_init() and module_exit() by Oleg Nesterov · 11 years ago
  10. c7e548b perf: Factor out strncpy() in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  11. 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  12. 394570b perf: Update a stale comment by Peter Zijlstra · 11 years ago
  13. 524feca perf: Optimize perf_output_begin() -- address calculation by Peter Zijlstra · 11 years ago
  14. d20a973 perf: Optimize perf_output_begin() -- lost_event case by Peter Zijlstra · 11 years ago
  15. 85f59ed perf: Optimize perf_output_begin() by Peter Zijlstra · 11 years ago
  16. c72b42a perf: Add unlikely() to the ring-buffer code by Peter Zijlstra · 11 years ago
  17. 26c86da perf: Simplify the ring-buffer code by Peter Zijlstra · 11 years ago
  18. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  19. 3ab6796 uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK by Oleg Nesterov · 11 years ago
  20. aa59c53 uprobes: Change uprobe_copy_process() to dup xol_area by Oleg Nesterov · 11 years ago
  21. 248d3a7 uprobes: Change uprobe_copy_process() to dup return_instances by Oleg Nesterov · 11 years ago
  22. af0d95a uprobes: Teach __create_xol_area() to accept the predefined vaddr by Oleg Nesterov · 11 years ago
  23. 6441ec8 uprobes: Introduce __create_xol_area() by Oleg Nesterov · 11 years ago
  24. b68e074 uprobes: Change the callsite of uprobe_copy_process() by Oleg Nesterov · 11 years ago
  25. 5a3126d perf: Fix the perf context switch optimization by Peter Zijlstra · 11 years ago
  26. 2c42cfbf perf: Change zero-padding of strings in perf_event_mmap_event() by Peter Zijlstra · 11 years ago
  27. 3ea2f2b perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  28. 32c5fb7 perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  29. d9494cb perf: Remove useless atomic_t by Peter Zijlstra · 11 years ago
  30. bf378d3 perf: Fix perf ring buffer memory ordering by Peter Zijlstra · 11 years ago
  31. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  32. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  33. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  34. fdfbbd0 perf: Add generic transaction flags by Andi Kleen · 11 years ago
  35. 723478c perf: Enforce 1 as lower limit for perf_event_max_sample_rate by Knut Petersen · 11 years ago
  36. 9886167 perf: Fix perf_pmu_migrate_context by Peter Zijlstra · 11 years ago
  37. 88502b9 Merge 3.12-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  38. 90826ca pmu_bus: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  39. fa731587 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  40. 878b5a6 uprobes: Fix utask->depth accounting in handle_trampoline() by Oleg Nesterov · 11 years ago
  41. d008d52 perf: Fix up MMAP2 buffer space reservation by Arnaldo Carvalho de Melo · 11 years ago
  42. 0d99b70 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  43. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  44. 13d7a24 perf: Add attr->mmap2 attribute to an event by Stephane Eranian · 11 years ago
  45. ae23bff perf: Prevent race in unthrottling code by Jiri Olsa · 11 years ago
  46. ff3d527 perf: make events stream always parsable by Adrian Hunter · 11 years ago
  47. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  48. 5ec4c59 perf: Do not compute time values unnecessarily by Peter Zijlstra · 11 years ago
  49. 948b26b perf: Account freq events globally by Frederic Weisbecker · 11 years ago
  50. fc3b86d perf: Roll back callchain buffer refcount under the callchain mutex by Frederic Weisbecker · 11 years ago
  51. b77d7b6 cgroup: cgroup_css_from_dir() now should be called with RCU read locked by Tejun Heo · 11 years ago
  52. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  53. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  54. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  55. 6f5ab00 perf: Do not get values from disabled counters in group format read by Jiri Olsa · 12 years ago
  56. cf4957f perf: Add PERF_EVENT_IOC_ID ioctl to return event ID by Jiri Olsa · 12 years ago
  57. d84153d perf: Implement finer grained full dynticks kick by Frederic Weisbecker · 12 years ago
  58. ba8a75c perf: Account freq events per cpu by Frederic Weisbecker · 12 years ago
  59. 9a545de perf: Migrate per cpu event accounting by Frederic Weisbecker · 12 years ago
  60. 4beb31f perf: Split the per-cpu accounting part of the event accounting code by Frederic Weisbecker · 12 years ago
  61. 766d6c0 perf: Factor out event accounting code to account_event()/__free_event() by Frederic Weisbecker · 12 years ago
  62. 90983b1 perf: Sanitize get_callchain_buffer() by Frederic Weisbecker · 12 years ago
  63. 6050cb0 perf: Fix branch stack refcount leak on callchain init failure by Frederic Weisbecker · 12 years ago
  64. a5cdd40 perf: Update perf_event_type documentation by Peter Zijlstra · 12 years ago
  65. e43fff2b Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  66. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  67. b9b3259 sysfs.h: add __ATTR_RW() macro by Greg Kroah-Hartman · 12 years ago
  68. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  69. 6751684 perf: Remove the 'match' callback for auxiliary events processing by Jiri Olsa · 12 years ago
  70. 058ebd0 perf: Fix perf_lock_task_context() vs RCU by Peter Zijlstra · 12 years ago
  71. 06f4179 perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario by Jiri Olsa · 12 years ago
  72. 734df5a perf: Clone child context from parent context pmu by Jiri Olsa · 12 years ago
  73. e530292 perf: Fix interrupt handler timing harness by Stephane Eranian · 12 years ago
  74. 14c63f1 perf: Drop sample rate when sampling is too slow by Dave Hansen · 12 years ago
  75. bde9603 hw_breakpoint: Introduce "struct bp_cpuinfo" by Oleg Nesterov · 12 years ago
  76. e12cbc1 hw_breakpoint: Simplify *register_wide_hw_breakpoint() by Oleg Nesterov · 12 years ago
  77. 1c10adb hw_breakpoint: Introduce cpumask_of_bp() by Oleg Nesterov · 12 years ago
  78. 7ab71f3 hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths by Oleg Nesterov · 12 years ago
  79. e1ebe86 hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths by Oleg Nesterov · 12 years ago
  80. f070a4d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  81. c790b0a hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() by Oleg Nesterov · 12 years ago
  82. 8b4d801 hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) by Oleg Nesterov · 12 years ago
  83. 03d8e80 perf: Add const qualifier to perf_pmu_register's 'name' arg by Mischa Jonker · 12 years ago
  84. e712209 perf: Fix hypervisor branch sampling permission check by Stephane Eranian · 12 years ago
  85. eff2108 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  86. 9bb5d40 perf: Fix mmap() accounting hole by Peter Zijlstra · 12 years ago
  87. 26cb63a perf: Fix perf mmap bugs by Peter Zijlstra · 12 years ago
  88. 2b923c8 perf/x86: Check branch sampling priv level in generic code by Stephane Eranian · 12 years ago
  89. 62b8563 perf: Add sysfs entry to adjust multiplexing interval per PMU by Stephane Eranian · 12 years ago
  90. 9e63020 perf: Use hrtimers for event multiplexing by Stephane Eranian · 12 years ago
  91. ab57384 perf: Fix hw breakpoints overflow period sampling by Jiri Olsa · 12 years ago
  92. 52d857a perf: Factor out auxiliary events notification by Jiri Olsa · 12 years ago
  93. 524eff1 perf: Fix EXIT event notification by Jiri Olsa · 12 years ago
  94. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 64049d1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  97. 5919b30 perf: Fix vmalloc ring buffer pages handling by Jiri Olsa · 12 years ago
  98. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  100. 026249e perf: New helper to prevent full dynticks CPUs from stopping tick by Frederic Weisbecker · 12 years ago