summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar7-156/+283
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus3-78/+82
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus1-75/+3
2014-04-22perf tools: Use cpu/possible instead of cpu/kernel_maxDon Zickus1-1/+1
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus2-0/+195
2014-04-22perf tools: Fix pmu object compilation errorJiri Olsa1-3/+3
2014-04-18perf/x86: Export perf_assign_events()Yan, Zheng1-0/+1
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng1-0/+1
2014-04-18perf: Allow building PMU drivers as modulesYan, Zheng2-0/+16
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar124-1941/+2497
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas1-3/+9
2014-04-18Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-226/+372
2014-04-17uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov1-0/+8
2014-04-17uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov1-2/+55
2014-04-17uprobes/x86: Emulate relative call'sOleg Nesterov2-10/+71
2014-04-17uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov1-19/+1
2014-04-17uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov2-1/+45
2014-04-17uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...Oleg Nesterov1-22/+15
2014-04-17uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov1-4/+16
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov2-5/+19
2014-04-17uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov1-4/+2
2014-04-17uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov2-40/+74
2014-04-17uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooksOleg Nesterov1-16/+14
2014-04-17uprobes/x86: Gather "riprel" functions togetherOleg Nesterov1-65/+53
2014-04-17uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm...Oleg Nesterov1-7/+3
2014-04-17uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()Oleg Nesterov1-63/+47
2014-04-17uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov1-21/+2
2014-04-17kprobes/x86: Fix page-fault handling logicMasami Hiramatsu1-9/+7
2014-04-17Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar18-76/+230
2014-04-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-45/+52
2014-04-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-61/+148
2014-04-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2014-04-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-21/+16
2014-04-17Merge tag 'fbdev-fixes-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-32/+87
2014-04-17Merge tag 'pinctrl-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-1471/+1514
2014-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds14-36/+223
2014-04-16Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+3
2014-04-16[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)Tony Luck3-3/+3
2014-04-16perf sched: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-8/+9
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf tools: Show absolute percentage by defaultNamhyung Kim1-1/+0
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim1-0/+4
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim4-0/+15
2014-04-16perf diff: Add --percentage optionNamhyung Kim2-11/+40
2014-04-16perf top: Add --percentage optionNamhyung Kim5-20/+37
2014-04-16perf report: Add --percentage optionNamhyung Kim9-46/+106
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim4-3/+26
2014-04-16x86: Remove the PCI reboot method from the default chainIngo Molnar2-42/+44