aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
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-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
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...Oleg Nesterov
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov