aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng1-0/+36
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng1-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng1-0/+5
2012-06-18Merge branch 'perf/urgent' into perf/coreIngo Molnar3-5/+26
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2012-06-18Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar2-7/+3
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov1-1/+0
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov1-6/+6
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov1-17/+9
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov1-8/+4
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint()Oleg Nesterov1-6/+5
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov1-5/+0
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov1-4/+4
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov1-9/+6
2012-06-16uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra1-3/+28
2012-06-16uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov1-0/+10
2012-06-16uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov1-113/+86
2012-06-16uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov1-1/+1
2012-06-16uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov1-28/+13
2012-06-16uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov1-0/+3
2012-06-16uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov1-1/+2
2012-06-14tracing: Register the ftrace internal events during early bootSteven Rostedt1-1/+1
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov1-6/+2
2012-06-14watchdog: Quiet down the boot messagesDon Zickus1-1/+18
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar7-85/+214
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-39/+159
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-06-08Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar1-1/+1
2012-06-08uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli1-1/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds2-16/+5
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2-5/+16
2012-06-07c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentCyrill Gorcunov1-14/+0
2012-06-07c/r: prctl: add ability to get clear_tid_addressCyrill Gorcunov1-0/+13
2012-06-07c/r: prctl: add minimal address test to PR_SET_MMCyrill Gorcunov1-1/+1
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov1-12/+19
2012-06-06tracing: Have tracing_off() actually turn tracing offSteven Rostedt1-1/+1
2012-06-06uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov1-19/+3
2012-06-06uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcuOleg Nesterov1-3/+15
2012-06-06uprobes: Change register_for_each_vma() to take mm->mmap_sem for writingOleg Nesterov1-4/+4
2012-06-06uprobes: Teach find_active_uprobe() to provide the "is_swbp" infoOleg Nesterov1-3/+8
2012-06-06uprobes: Introduce find_active_uprobe() helperOleg Nesterov1-19/+28
2012-06-06uprobes: Change read_opcode() to use FOLL_FORCEOleg Nesterov1-1/+1
2012-06-06uprobes: Optimize is_swbp_at_addr() for current->mmOleg Nesterov1-1/+11
2012-06-06sched: Fix the relax_domain_level boot parameterDimitri Sivanich1-6/+3
2012-06-06sched: Validate assumptions in sched_init_numa()Peter Zijlstra1-19/+80
2012-06-06sched: Always initialize cpu-powerPeter Zijlstra2-2/+13
2012-06-06sched: Fix domain iterationPeter Zijlstra3-10/+61
2012-06-06sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra1-1/+1