summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2015-01-16perf: Fix events installation during moving groupJiri Olsa
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-21perf: Handle compat ioctlPawel Moll
2014-10-09perf: fix perf bug in fork()Peter Zijlstra
2014-10-05perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-06-11perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen
2014-06-11perf: Fix interrupt handler timing harnessStephane Eranian
2014-06-11perf: Drop sample rate when sampling is too slowDave Hansen
2014-06-11perf: Fix race in removing an eventPeter Zijlstra
2014-06-11perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-06-11perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-05-30list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov
2014-03-06perf: Fix hotplug splatPeter Zijlstra
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-07-25perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-25perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-25perf: Clone child context from parent context pmuJiri Olsa
2013-06-20hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-20hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa
2013-05-07perf: Fix EXIT event notificationJiri Olsa
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-05-01perf: Fix vmalloc ring buffer pages handlingJiri Olsa
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli