1. e227051 uprobes: Remove the unnecessary initialization in add_utask() by Oleg Nesterov · 13 years ago
  2. 593609a uprobes: __copy_insn() needs "loff_t offset" by Oleg Nesterov · 13 years ago
  3. 816c03f uprobes: Don't use loff_t for the valid virtual address by Oleg Nesterov · 13 years ago
  4. 449d0d7 uprobes: Simplify the usage of uprobe->pending_list by Oleg Nesterov · 13 years ago
  5. d9c4a30 uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint() by Oleg Nesterov · 13 years ago
  6. eb2bf57 uprobes: No need to re-check vma_address() in write_opcode() by Oleg Nesterov · 13 years ago
  7. fc36f59 uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails by Oleg Nesterov · 13 years ago
  8. d436615 uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr by Oleg Nesterov · 13 years ago
  9. c5784de uprobes: Document uprobe_register() vs uprobe_mmap() race by Peter Zijlstra · 13 years ago
  10. 7a5bfb6 uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first by Oleg Nesterov · 13 years ago
  11. 2687209 uprobes: Rework register_for_each_vma() to make it O(n) by Oleg Nesterov · 13 years ago
  12. c1914a0 uprobes: Install_breakpoint() should fail if is_swbp_insn() == T by Oleg Nesterov · 13 years ago
  13. 5323ce7 uprobes: Write_opcode()->__replace_page() can race with try_to_unmap() by Oleg Nesterov · 13 years ago
  14. cc359d1 uprobes: __copy_insn() should ensure a_ops->readpage != NULL by Oleg Nesterov · 13 years ago
  15. ea13137 uprobes: Valid_vma() should reject VM_HUGETLB by Oleg Nesterov · 13 years ago
  16. 7eb9ba5 uprobes: Pass probed vaddr to arch_uprobe_analyze_insn() by Ananth N Mavinakayanahalli · 13 years ago
  17. 778b032 uprobes: Kill uprobes_srcu/uprobe_srcu_id by Oleg Nesterov · 13 years ago
  18. 56bb4cf uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcu by Oleg Nesterov · 13 years ago
  19. 77fc4af uprobes: Change register_for_each_vma() to take mm->mmap_sem for writing by Oleg Nesterov · 13 years ago
  20. d790d34 uprobes: Teach find_active_uprobe() to provide the "is_swbp" info by Oleg Nesterov · 13 years ago
  21. 3a9ea05 uprobes: Introduce find_active_uprobe() helper by Oleg Nesterov · 13 years ago
  22. a3d7bb47 uprobes: Change read_opcode() to use FOLL_FORCE by Oleg Nesterov · 13 years ago
  23. c00b275 uprobes: Optimize is_swbp_at_addr() for current->mm by Oleg Nesterov · 13 years ago
  24. cb7225f perf: Remove duplicate invocation on perf_event_for_each by Namhyung Kim · 13 years ago
  25. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  26. ab0cce5 Revert "sched, perf: Use a single callback into the scheduler" by Jiri Olsa · 13 years ago
  27. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  28. 9cba26e Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes by Ingo Molnar · 13 years ago
  29. cb04ff9 sched, perf: Use a single callback into the scheduler by Peter Zijlstra · 13 years ago
  30. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 13 years ago
  31. 33b07b8 perf: Use static variant of perf_event_overflow in core.c by Robert Richter · 13 years ago
  32. 724b6da perf: Fix perf_event_for_each() to use sibling by Michael Ellerman · 13 years ago
  33. cbc91f7 uprobes/core: Decrement uprobe count before the pages are unmapped by Srikar Dronamraju · 13 years ago
  34. 7396fa8 uprobes/core: Make background page replacement logic account for rss_stat counters by Srikar Dronamraju · 13 years ago
  35. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 13 years ago
  36. 682968e uprobes/core: Optimize probe hits with the help of a counter by Srikar Dronamraju · 13 years ago
  37. d4b3b63 uprobes/core: Allocate XOL slots for uprobes use by Srikar Dronamraju · 13 years ago
  38. 7fd5239 Merge branch 'linus' into perf/urgent by Ingo Molnar · 13 years ago
  39. b01c3a0 perf: Move mmap page data_head offset assertion out of header by Jiri Olsa · 13 years ago
  40. c720620 perf: Fix mmap_page capabilities and docs by Peter Zijlstra · 13 years ago
  41. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  42. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 13 years ago
  43. ef15eda Merge branch 'x86/cleanups' into perf/uprobes by Ingo Molnar · 13 years ago
  44. 5cb4ac3 uprobes/core: Rename bkpt to swbp by Srikar Dronamraju · 13 years ago
  45. e3343e6 uprobes/core: Make order of function parameters consistent across functions by Srikar Dronamraju · 13 years ago
  46. 900771a uprobes/core: Make macro names consistent by Srikar Dronamraju · 13 years ago
  47. d010b33 perf: Add callback to flush branch_stack on context switch by Stephane Eranian · 13 years ago
  48. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 13 years ago
  49. bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 13 years ago
  50. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  51. 30ce2f7 perf/hwbp: Fix a possible memory leak by Namhyung Kim · 13 years ago
  52. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  53. 35aa621 uprobes: Update copyright notices by Ingo Molnar · 13 years ago
  54. 3ff54ef uprobes/core: Move insn to arch specific structure by Srikar Dronamraju · 13 years ago
  55. 96379f6 uprobes/core: Remove uprobe_opcode_sz by Srikar Dronamraju · 13 years ago
  56. a5f4374 uprobes: Move to kernel/events/ by Ingo Molnar · 13 years ago
  57. f39d47f perf: Fix double start/stop in x86_pmu_start() by Stephane Eranian · 13 years ago
  58. 761b3ef5 cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  59. bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  60. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 13 years ago
  61. e050e3f perf: Fix broken interrupt rate throttling by Stephane Eranian · 13 years ago
  62. 46cd6a7f perf: Call perf_cgroup_event_time() directly by Namhyung Kim · 13 years ago
  63. fd45c15 perf: Don't call release_callchain_buffers() if allocation fails by Namhyung Kim · 13 years ago
  64. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  65. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  66. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  69. e3f3541 perf: Extend the mmap control page with time (TSC) fields by Peter Zijlstra · 13 years ago
  70. 0c9d42e perf, x86: Provide means for disabling userspace RDPMC by Peter Zijlstra · 13 years ago
  71. 365a403 perf: Fix mmap_page::offset computation by Peter Zijlstra · 13 years ago
  72. 35edc2a perf, arch: Rework perf_event_index() by Peter Zijlstra · 13 years ago
  73. 9a0f05c perf: Update the mmap control page on mmap() by Peter Zijlstra · 13 years ago
  74. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  75. 44b7f4b perf events: Fix ring_buffer_wakeup() brown paperbag bug by Will Deacon · 13 years ago
  76. bb9d97b cgroup: don't use subsys->can_attach_task() or ->attach_task() by Tejun Heo · 13 years ago
  77. 77aeeeb events: Make events use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  78. 86b47c2 perf: Do no try to schedule task events if there are none by Gleb Natapov · 13 years ago
  79. b202952 perf, core: Rate limit perf_sched_events jump_label patching by Gleb Natapov · 13 years ago
  80. b79387e perf: Fix enable_on_exec for sibling events by Peter Zijlstra · 13 years ago
  81. 1d9b482 perf: Remove superfluous arguments by Peter Zijlstra · 13 years ago
  82. 0f5a260 perf: Avoid a useless pmu_disable() in the perf-tick by Peter Zijlstra · 13 years ago
  83. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  84. 10c6db1 perf: Fix loss of notification with multi-event by Peter Zijlstra · 13 years ago
  85. c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
  86. 5d81e5c events: Don't divide events if it has field period by Andrew Vagin · 13 years ago
  87. 9251f90 perf: Carve out callchain functionality by Borislav Petkov · 13 years ago
  88. 1d5f003 perf: Do not set task_ctx pointer in cpuctx if there are no events in the context by Gleb Natapov · 13 years ago
  89. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  90. dcfce4a oprofile, x86: Reimplement nmi timer mode using perf event by Robert Richter · 13 years ago
  91. 4536e4d Revert "perf: Add PM notifiers to fix CPU hotplug races" by Linus Torvalds · 13 years ago
  92. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  93. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 14 years ago
  94. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 13 years ago
  95. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 14 years ago
  96. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 13 years ago
  97. 7e5b2a0 perf: provide PMU when initing events by Mark Rutland · 13 years ago
  98. 144060f perf: Add PM notifiers to fix CPU hotplug races by Peter Zijlstra · 13 years ago
  99. 9985c20 perf: Remove perf_event_attr::type check by Lin Ming · 14 years ago
  100. 26ca5c1 perf: export perf_event_refresh() to modules by Avi Kivity · 14 years ago