1. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  2. 02e176a perf/hwbp: Fix cleanup in case of kzalloc failure by Daniel Baluta · 11 years ago
  3. bdf8647 uprobes: Introduce uprobe_apply() by Oleg Nesterov · 11 years ago
  4. f22c1bb perf: Introduce hw_perf_event->tp_target and ->tp_list by Oleg Nesterov · 11 years ago
  5. e8440c1 uprobes: Add exports for module use by Josh Stone · 11 years ago
  6. af4355e uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check by Oleg Nesterov · 11 years ago
  7. 608e742 uprobes: Do not allocate current->utask unnecessary by Oleg Nesterov · 11 years ago
  8. aba5102 uprobes: Fix utask->xol_vaddr leak in pre_ssout() by Oleg Nesterov · 11 years ago
  9. a6cb3f6 uprobes: Do not play with utask in xol_get_insn_slot() by Oleg Nesterov · 11 years ago
  10. 5a2df66 uprobes: Turn add_utask() into get_utask() by Oleg Nesterov · 11 years ago
  11. 9b545df uprobes: Fold xol_alloc_area() into get_xol_area() by Oleg Nesterov · 11 years ago
  12. c8a8253 uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() by Oleg Nesterov · 11 years ago
  13. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 11 years ago
  14. da1816b uprobes: Teach handler_chain() to filter out the probed task by Oleg Nesterov · 11 years ago
  15. 8a7f2fa uprobes: Reintroduce uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  16. 806a98b uprobes: Rationalize the usage of filter_chain() by Oleg Nesterov · 12 years ago
  17. 66d06df uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register() by Oleg Nesterov · 12 years ago
  18. 06b7bcd uprobes: Introduce uprobe_is_active() by Oleg Nesterov · 12 years ago
  19. 441f1eb uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead by Oleg Nesterov · 12 years ago
  20. d4d3ccc uprobes: Kill uprobe->copy_mutex by Oleg Nesterov · 12 years ago
  21. bb92928 uprobes: Kill UPROBE_RUN_HANDLER flag by Oleg Nesterov · 12 years ago
  22. 1ff6fee uprobes: Change filter_chain() to iterate ->consumers list by Oleg Nesterov · 12 years ago
  23. e591c8d uprobes: Introduce uprobe->register_rwsem by Oleg Nesterov · 12 years ago
  24. 9a98e03 uprobes: _register() should always do register_for_each_vma(true) by Oleg Nesterov · 12 years ago
  25. 04aab9b uprobes: _unregister() should always do register_for_each_vma(false) by Oleg Nesterov · 12 years ago
  26. 63633cb uprobes: Introduce filter_chain() by Oleg Nesterov · 12 years ago
  27. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  28. f0744af uprobes: Kill the pointless inode/uc checks in register/unregister by Oleg Nesterov · 12 years ago
  29. bbc33d0 uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() by Oleg Nesterov · 12 years ago
  30. 0231bb5 perf: Fix event group context move by Jiri Olsa · 11 years ago
  31. c91368c uprobes: remove redundant check by Sasha Levin · 12 years ago
  32. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  33. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  34. 7e0dd57 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core by Ingo Molnar · 12 years ago
  35. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  36. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  37. 32cdba1 uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race by Oleg Nesterov · 12 years ago
  38. 65b6ecc uprobes: Flush cache after xol write by Rabin Vincent · 12 years ago
  39. 19f5ee2 uprobes: Kill arch_uprobe_enable/disable_step() hooks by Oleg Nesterov · 12 years ago
  40. 65b2c8f uprobes/powerpc: Do not use arch_uprobe_*_step() helpers by Oleg Nesterov · 12 years ago
  41. 0d85535 perf, powerpc: Fix hw breakpoints returning -ENOSPC by Michael Neuling · 12 years ago
  42. f38787f Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent by Ingo Molnar · 12 years ago
  43. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  45. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  46. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  47. 71434f2 uprobes: Fix the racy uprobe->flags manipulation by Oleg Nesterov · 12 years ago
  48. 4710f05f uprobes: Fix prepare_uprobe() race with itself by Oleg Nesterov · 12 years ago
  49. cb9a19f uprobes: Introduce prepare_uprobe() by Oleg Nesterov · 12 years ago
  50. 142b18d uprobes: Fix handle_swbp() vs unregister() + register() race by Oleg Nesterov · 12 years ago
  51. 076a365 uprobes: Do not delete uprobe if uprobe_unregister() fails by Oleg Nesterov · 12 years ago
  52. a5f658b uprobes: Don't return success if alloc_uprobe() fails by Oleg Nesterov · 12 years ago
  53. 95cf59e perf: Fix perf_cgroup_switch for sw-events by Peter Zijlstra · 12 years ago
  54. 3f1f332 perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 12 years ago
  55. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  56. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  57. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. ec75fba uprobes: Simplify is_swbp_at_addr(), remove stale comments by Oleg Nesterov · 12 years ago
  59. ed6f6a5 uprobes: Kill set_orig_insn()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  60. cceb55a uprobes: Introduce copy_opcode(), kill read_opcode() by Oleg Nesterov · 12 years ago
  61. e97f65a uprobes: Kill set_swbp()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  62. e40cfce uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas by Oleg Nesterov · 12 years ago
  63. 78a3205 uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC by Oleg Nesterov · 12 years ago
  64. 75ed82e uprobes: Change write_opcode() to use FOLL_FORCE by Oleg Nesterov · 12 years ago
  65. db023ea uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() by Oleg Nesterov · 12 years ago
  66. 1b08e907 uprobes: Kill UTASK_BP_HIT state by Oleg Nesterov · 12 years ago
  67. 0578a97 uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp() by Oleg Nesterov · 12 years ago
  68. 746a9e6 uprobes: Do not setup ->active_uprobe/state prematurely by Oleg Nesterov · 12 years ago
  69. 79d54b2 uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails by Oleg Nesterov · 12 years ago
  70. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  71. ab72a70 events: don't use get_unused_fd_flags() when get_unused_fd() will do by Al Viro · 12 years ago
  72. 9d77878 uprobes: Introduce arch_uprobe_enable/disable_step() by Sebastian Andrzej Siewior · 12 years ago
  73. 499a4f3 uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  74. 9f68f67 uprobes: Introduce MMF_RECALC_UPROBES by Oleg Nesterov · 12 years ago
  75. 6f47caa uprobes: uprobes_treelock should not disable irqs by Oleg Nesterov · 12 years ago
  76. 6d1d8df uprobes: Don't put NULL pointer in uprobe_register() by Sebastian Andrzej Siewior · 12 years ago
  77. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  78. 500ad2d perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  79. a6fa941 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 12 years ago
  80. ded86e7 uprobes: Remove "verify" argument from set_orig_insn() by Oleg Nesterov · 12 years ago
  81. 61559a8 uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() by Oleg Nesterov · 12 years ago
  82. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  83. 78f7411 uprobes: Do not use -EEXIST in install_breakpoint() paths by Oleg Nesterov · 12 years ago
  84. 5e5be71 uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pending() by Oleg Nesterov · 12 years ago
  85. f1a45d0 uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap by Oleg Nesterov · 12 years ago
  86. 647c42d uprobes: Kill uprobes_state->count by Oleg Nesterov · 12 years ago
  87. 8bd8744 uprobes: Remove check for uprobe variable in handle_swbp() by Sebastian Andrzej Siewior · 12 years ago
  88. 61e1d39 uprobes: Remove redundant lock_page/unlock_page by Srikar Dronamraju · 12 years ago
  89. d077526 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
  90. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  91. 5685e0f perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  92. 91d7753 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  93. 4018994 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
  94. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  95. 194f8dc uprobes: __replace_page() needs munlock_vma_page() by Oleg Nesterov · 12 years ago
  96. 57683f7 uprobes: Rename vma_address() and make it return "unsigned long" by Oleg Nesterov · 12 years ago
  97. f4d6dfe uprobes: Fix register_for_each_vma()->vma_address() check by Oleg Nesterov · 12 years ago
  98. cb113b4 uprobes: Introduce vaddr_to_offset(vma, vaddr) by Oleg Nesterov · 12 years ago
  99. 891c397 uprobes: Teach build_probe_list() to consider the range by Oleg Nesterov · 12 years ago
  100. aefd893 uprobes: Fix overflow in vma_address()/find_active_uprobe() by Oleg Nesterov · 12 years ago