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