Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | perf top/tui: Update nr_entries properly after a filter is applied | Namhyung Kim | 2014-04-24 | 2 | -4/+22 | |
| | * | | | | | | | | perf ui/tui: Rename hist_browser__update_nr_entries() | Namhyung Kim | 2014-04-24 | 1 | -9/+8 | |
| | * | | | | | | | | perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries() | Namhyung Kim | 2014-04-24 | 1 | -3/+3 | |
| | * | | | | | | | | perf hists: Add missing update on filtered stats in hists__decay_entries() | Namhyung Kim | 2014-04-24 | 1 | -2/+9 | |
| | * | | | | | | | | perf tools: Account entry stats when it's added to the output tree | Namhyung Kim | 2014-04-24 | 4 | -21/+20 | |
| | * | | | | | | | | perf hists: Collapse expanded callchains after filter is applied | Namhyung Kim | 2014-04-24 | 1 | -2/+2 | |
| | * | | | | | | | | perf hists: Add a couple of hists stat helper functions | Namhyung Kim | 2014-04-24 | 3 | -25/+40 | |
| | * | | | | | | | | perf hists: Move column length calculation out of hists__inc_stats() | Namhyung Kim | 2014-04-24 | 2 | -1/+6 | |
| | * | | | | | | | | perf hists: Rename hists__inc_stats() | Namhyung Kim | 2014-04-24 | 3 | -5/+5 | |
| | * | | | | | | | | perf report: Count number of entries separately | Namhyung Kim | 2014-04-24 | 1 | -20/+22 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2014-04-25 | 9 | -5/+27 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | perf callchain: Add generic report parse callchain callback function | Don Zickus | 2014-04-22 | 3 | -78/+82 | |
| * | | | | | | | | | perf kmem: Utilize the new generic cpunode_map | Don Zickus | 2014-04-22 | 1 | -75/+3 | |
| * | | | | | | | | | perf tools: Use cpu/possible instead of cpu/kernel_max | Don Zickus | 2014-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | perf tools: Allow ability to map cpus to nodes easily | Don Zickus | 2014-04-22 | 2 | -0/+195 | |
| * | | | | | | | | | perf tools: Fix pmu object compilation error | Jiri Olsa | 2014-04-22 | 1 | -3/+3 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. | Ingo Molnar | 2014-04-18 | 4 | -13/+10 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perf sched: Introduce --list-cmds for use by scripts | Ramkumar Ramachandra | 2014-04-16 | 2 | -5/+7 | |
| * | | | | | | | | | | perf lock: Introduce --list-cmds for use by scripts | Ramkumar Ramachandra | 2014-04-16 | 2 | -5/+7 | |
| * | | | | | | | | | | perf mem: Introduce --list-cmds for use by scripts | Ramkumar Ramachandra | 2014-04-16 | 2 | -8/+9 | |
| * | | | | | | | | | | perf kmem: Introduce --list-cmds for use by scripts | Ramkumar Ramachandra | 2014-04-16 | 2 | -5/+7 | |
| * | | | | | | | | | | perf tools: Show absolute percentage by default | Namhyung Kim | 2014-04-16 | 1 | -1/+0 | |
| * | | | | | | | | | | perf ui/tui: Add 'F' hotkey to toggle percentage output | Namhyung Kim | 2014-04-16 | 1 | -0/+4 | |
| * | | | | | | | | | | perf tools: Add hist.percentage config option | Namhyung Kim | 2014-04-16 | 4 | -0/+15 | |
| * | | | | | | | | | | perf diff: Add --percentage option | Namhyung Kim | 2014-04-16 | 2 | -11/+40 | |
| * | | | | | | | | | | perf top: Add --percentage option | Namhyung Kim | 2014-04-16 | 5 | -20/+37 | |
| * | | | | | | | | | | perf report: Add --percentage option | Namhyung Kim | 2014-04-16 | 9 | -46/+106 | |
| * | | | | | | | | | | perf hists: Add support for showing relative percentage | Namhyung Kim | 2014-04-16 | 4 | -3/+26 | |
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-03 | 11 | -121/+200 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-05-22 | 11 | -121/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | rcutorture: Note diffs from git commits | Paul E. McKenney | 2014-05-14 | 1 | -0/+4 | |
| | * | | | | | | | | | | rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernels | Paul E. McKenney | 2014-05-14 | 1 | -0/+1 | |
| | * | | | | | | | | | | torture: Use elapsed time to detect hangs | Paul E. McKenney | 2014-05-14 | 1 | -6/+12 | |
| | * | | | | | | | | | | torture: Better summary diagnostics for build failures | Paul E. McKenney | 2014-05-14 | 4 | -8/+21 | |
| | * | | | | | | | | | | torture: Add tracing-enabled variant of TREE02 | Paul E. McKenney | 2014-05-14 | 1 | -0/+25 | |
| | * | | | | | | | | | | torture: Choose bzImage location based on architecture | Paul E. McKenney | 2014-05-14 | 3 | -6/+43 | |
| | * | | | | | | | | | | torture: Permit multi-word qemu and boot arguments | Paul E. McKenney | 2014-05-14 | 1 | -2/+2 | |
| | * | | | | | | | | | | torture: Report diagnostics from qemu | Paul E. McKenney | 2014-05-14 | 1 | -1/+8 | |
| | * | | | | | | | | | | torture: Make "--dryrun script" use same environment as normal run | Paul E. McKenney | 2014-05-14 | 1 | -15/+11 | |
| | * | | | | | | | | | | torture: Make "--dryrun script" output self-sufficient | Paul E. McKenney | 2014-05-14 | 1 | -33/+27 | |
| | * | | | | | | | | | | torture: Make config-fragment filtering RCU-independent | Paul E. McKenney | 2014-05-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMD | Paul E. McKenney | 2014-05-14 | 2 | -6/+6 | |
| | * | | | | | | | | | | torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARG | Paul E. McKenney | 2014-05-14 | 1 | -3/+3 | |
| | * | | | | | | | | | | torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MAC | Paul E. McKenney | 2014-05-14 | 2 | -5/+5 | |
| | * | | | | | | | | | | torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVE | Paul E. McKenney | 2014-05-14 | 2 | -8/+8 | |
| | * | | | | | | | | | | torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLY | Paul E. McKenney | 2014-05-14 | 2 | -4/+7 | |
| | * | | | | | | | | | | torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGS | Paul E. McKenney | 2014-05-14 | 1 | -3/+3 | |
| | * | | | | | | | | | | torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARG | Paul E. McKenney | 2014-05-14 | 2 | -4/+4 | |
| | * | | | | | | | | | | torture: Allow variations of "defconfig" to be specified | Paul E. McKenney | 2014-05-14 | 2 | -1/+9 | |
| | * | | | | | | | | | | torture: Rename RCU_INITRD to TORTURE_INITRD | Paul E. McKenney | 2014-05-13 | 2 | -4/+4 |