summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior
2012-09-15uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov
2012-09-15uprobes: uprobes_treelock should not disable irqsOleg Nesterov
2012-09-15uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa
2012-08-10perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin
2012-07-30uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov
2012-07-30uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov
2012-07-30uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov
2012-07-30uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov
2012-07-30uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov
2012-07-30uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov
2012-07-30uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov
2012-07-30uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov
2012-07-30uprobes: Clean up and document write_opcode()->lock_page(old_page)Oleg Nesterov
2012-07-30uprobes: Kill write_opcode()->lock_page(new_page)Oleg Nesterov
2012-07-30uprobes: __replace_page() should not use page_address_in_vma()Oleg Nesterov
2012-07-30uprobes: Don't recheck vma/f_mapping in write_opcode()Oleg Nesterov
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng
2012-06-18Merge branch 'perf/urgent' into perf/coreIngo Molnar