summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling-5/+7
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-183/+162
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+12
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran-0/+5
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse-2/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-10-07uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov-14/+14
2012-10-07uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov-0/+8
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov-19/+41
2012-10-07uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov-0/+9
2012-10-07uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov-6/+6
2012-10-07uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov-1/+3
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra-3/+6
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra-6/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-41/+31
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+7
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-167/+425
2012-09-29uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov-49/+24
2012-09-29uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov-9/+23
2012-09-29uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov-44/+19
2012-09-29uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov-11/+0
2012-09-29uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov-9/+4
2012-09-29uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov-2/+2
2012-09-29uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov-1/+1
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov-0/+2
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov-20/+9
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov-16/+15
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov-6/+3
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov-1/+4
2012-09-26switch simple cases of fget_light to fdgetAl Viro-40/+30
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro-1/+1
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior-2/+12
2012-09-15uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov-0/+22
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov-4/+35
2012-09-15uprobes: uprobes_treelock should not disable irqsOleg Nesterov-13/+8
2012-09-15uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior-1/+2
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo-0/+7
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad-2/+11
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro-29/+33
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov-11/+9
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov-8/+2
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov-1/+21
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov-11/+5
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov-21/+6
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov-27/+3
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov-36/+2
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior-9/+7
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju-2/+0
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker-14/+24
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa-1/+165