1. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  2. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  3. 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
  4. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  5. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  6. 32cdba1 uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race by Oleg Nesterov · 12 years ago
  7. 65b6ecc uprobes: Flush cache after xol write by Rabin Vincent · 12 years ago
  8. 19f5ee2 uprobes: Kill arch_uprobe_enable/disable_step() hooks by Oleg Nesterov · 12 years ago
  9. 65b2c8f uprobes/powerpc: Do not use arch_uprobe_*_step() helpers by Oleg Nesterov · 12 years ago
  10. 0d85535 perf, powerpc: Fix hw breakpoints returning -ENOSPC by Michael Neuling · 12 years ago
  11. 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
  12. 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
  13. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  14. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  15. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  16. 71434f2 uprobes: Fix the racy uprobe->flags manipulation by Oleg Nesterov · 12 years ago
  17. 4710f05f uprobes: Fix prepare_uprobe() race with itself by Oleg Nesterov · 12 years ago
  18. cb9a19f uprobes: Introduce prepare_uprobe() by Oleg Nesterov · 12 years ago
  19. 142b18d uprobes: Fix handle_swbp() vs unregister() + register() race by Oleg Nesterov · 12 years ago
  20. 076a365 uprobes: Do not delete uprobe if uprobe_unregister() fails by Oleg Nesterov · 12 years ago
  21. a5f658b uprobes: Don't return success if alloc_uprobe() fails by Oleg Nesterov · 12 years ago
  22. 95cf59e perf: Fix perf_cgroup_switch for sw-events by Peter Zijlstra · 12 years ago
  23. 3f1f332 perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 12 years ago
  24. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  25. 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
  26. 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
  27. ec75fba uprobes: Simplify is_swbp_at_addr(), remove stale comments by Oleg Nesterov · 12 years ago
  28. ed6f6a5 uprobes: Kill set_orig_insn()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  29. cceb55a uprobes: Introduce copy_opcode(), kill read_opcode() by Oleg Nesterov · 12 years ago
  30. e97f65a uprobes: Kill set_swbp()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  31. e40cfce uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas by Oleg Nesterov · 12 years ago
  32. 78a3205 uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC by Oleg Nesterov · 12 years ago
  33. 75ed82e uprobes: Change write_opcode() to use FOLL_FORCE by Oleg Nesterov · 12 years ago
  34. db023ea uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() by Oleg Nesterov · 12 years ago
  35. 1b08e907 uprobes: Kill UTASK_BP_HIT state by Oleg Nesterov · 12 years ago
  36. 0578a97 uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp() by Oleg Nesterov · 12 years ago
  37. 746a9e6 uprobes: Do not setup ->active_uprobe/state prematurely by Oleg Nesterov · 12 years ago
  38. 79d54b2 uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails by Oleg Nesterov · 12 years ago
  39. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  40. ab72a70 events: don't use get_unused_fd_flags() when get_unused_fd() will do by Al Viro · 12 years ago
  41. 9d77878 uprobes: Introduce arch_uprobe_enable/disable_step() by Sebastian Andrzej Siewior · 12 years ago
  42. 499a4f3 uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  43. 9f68f67 uprobes: Introduce MMF_RECALC_UPROBES by Oleg Nesterov · 12 years ago
  44. 6f47caa uprobes: uprobes_treelock should not disable irqs by Oleg Nesterov · 12 years ago
  45. 6d1d8df uprobes: Don't put NULL pointer in uprobe_register() by Sebastian Andrzej Siewior · 12 years ago
  46. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  47. 500ad2d perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  48. a6fa941 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 12 years ago
  49. ded86e7 uprobes: Remove "verify" argument from set_orig_insn() by Oleg Nesterov · 12 years ago
  50. 61559a8 uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() by Oleg Nesterov · 12 years ago
  51. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  52. 78f7411 uprobes: Do not use -EEXIST in install_breakpoint() paths by Oleg Nesterov · 12 years ago
  53. 5e5be71 uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pending() by Oleg Nesterov · 12 years ago
  54. f1a45d0 uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap by Oleg Nesterov · 12 years ago
  55. 647c42d uprobes: Kill uprobes_state->count by Oleg Nesterov · 12 years ago
  56. 8bd8744 uprobes: Remove check for uprobe variable in handle_swbp() by Sebastian Andrzej Siewior · 12 years ago
  57. 61e1d39 uprobes: Remove redundant lock_page/unlock_page by Srikar Dronamraju · 12 years ago
  58. d077526 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
  59. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  60. 5685e0f perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  61. 91d7753 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  62. 4018994 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
  63. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  64. 194f8dc uprobes: __replace_page() needs munlock_vma_page() by Oleg Nesterov · 12 years ago
  65. 57683f7 uprobes: Rename vma_address() and make it return "unsigned long" by Oleg Nesterov · 12 years ago
  66. f4d6dfe uprobes: Fix register_for_each_vma()->vma_address() check by Oleg Nesterov · 12 years ago
  67. cb113b4 uprobes: Introduce vaddr_to_offset(vma, vaddr) by Oleg Nesterov · 12 years ago
  68. 891c397 uprobes: Teach build_probe_list() to consider the range by Oleg Nesterov · 12 years ago
  69. aefd893 uprobes: Fix overflow in vma_address()/find_active_uprobe() by Oleg Nesterov · 12 years ago
  70. 2fd611a uprobes: Suppress uprobe_munmap() from mmput() by Oleg Nesterov · 12 years ago
  71. 665605a uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe() by Oleg Nesterov · 12 years ago
  72. 9f92448 uprobes: Clean up and document write_opcode()->lock_page(old_page) by Oleg Nesterov · 12 years ago
  73. 089ba99 uprobes: Kill write_opcode()->lock_page(new_page) by Oleg Nesterov · 12 years ago
  74. c517ee7 uprobes: __replace_page() should not use page_address_in_vma() by Oleg Nesterov · 12 years ago
  75. f403072 uprobes: Don't recheck vma/f_mapping in write_opcode() by Oleg Nesterov · 12 years ago
  76. 0cda4c0 perf: Introduce perf_pmu_migrate_context() by Yan, Zheng · 12 years ago
  77. e2d37cd perf: Allow the PMU driver to choose the CPU on which to install events by Yan, Zheng · 12 years ago
  78. fbfc623 perf: Avoid race between cpu hotplug and installing event by Yan, Zheng · 12 years ago
  79. d1ece09 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  80. 9c5da09 perf: Use css_tryget() to avoid propping up css refcount by Salman Qazi · 12 years ago
  81. e227051 uprobes: Remove the unnecessary initialization in add_utask() by Oleg Nesterov · 12 years ago
  82. 593609a uprobes: __copy_insn() needs "loff_t offset" by Oleg Nesterov · 12 years ago
  83. 816c03f uprobes: Don't use loff_t for the valid virtual address by Oleg Nesterov · 12 years ago
  84. 449d0d7 uprobes: Simplify the usage of uprobe->pending_list by Oleg Nesterov · 12 years ago
  85. d9c4a30 uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint() by Oleg Nesterov · 12 years ago
  86. eb2bf57 uprobes: No need to re-check vma_address() in write_opcode() by Oleg Nesterov · 12 years ago
  87. fc36f59 uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails by Oleg Nesterov · 12 years ago
  88. d436615 uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr by Oleg Nesterov · 12 years ago
  89. c5784de uprobes: Document uprobe_register() vs uprobe_mmap() race by Peter Zijlstra · 12 years ago
  90. 7a5bfb6 uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first by Oleg Nesterov · 12 years ago
  91. 2687209 uprobes: Rework register_for_each_vma() to make it O(n) by Oleg Nesterov · 12 years ago
  92. c1914a0 uprobes: Install_breakpoint() should fail if is_swbp_insn() == T by Oleg Nesterov · 12 years ago
  93. 5323ce7 uprobes: Write_opcode()->__replace_page() can race with try_to_unmap() by Oleg Nesterov · 12 years ago
  94. cc359d1 uprobes: __copy_insn() should ensure a_ops->readpage != NULL by Oleg Nesterov · 12 years ago
  95. ea13137 uprobes: Valid_vma() should reject VM_HUGETLB by Oleg Nesterov · 12 years ago
  96. 7eb9ba5 uprobes: Pass probed vaddr to arch_uprobe_analyze_insn() by Ananth N Mavinakayanahalli · 12 years ago
  97. 778b032 uprobes: Kill uprobes_srcu/uprobe_srcu_id by Oleg Nesterov · 12 years ago
  98. 56bb4cf uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcu by Oleg Nesterov · 12 years ago
  99. 77fc4af uprobes: Change register_for_each_vma() to take mm->mmap_sem for writing by Oleg Nesterov · 12 years ago
  100. d790d34 uprobes: Teach find_active_uprobe() to provide the "is_swbp" info by Oleg Nesterov · 12 years ago