aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov
2012-11-14uprobes: Flush cache after xol writeRabin Vincent
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-07uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov
2012-10-07uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov
2012-10-07uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov
2012-10-07uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov
2012-10-07uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov
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-29uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov
2012-09-29uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov
2012-09-29uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov
2012-09-29uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov
2012-09-29uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov
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