Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -11/+26 |
2014-12-11 | Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -13/+484 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -6/+0 |
2014-12-10 | perf kvm stat live: Mark events as (x86 only) in help output | Alexander Yarygin | 1 | -1/+2 |
2014-12-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -6/+6 |
2014-12-10 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 90 | -946/+4555 |
2014-12-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 91 | -1633/+36 |
2014-12-09 | perf tests: Fix attr tests size values to cope with machine state on interrup... | Jiri Olsa | 2 | -2/+2 |
2014-12-09 | calloc/xcalloc: Fix argument order | Arjun Sreedharan | 2 | -5/+5 |
2014-12-09 | perf callchain: Move cpumode resolve code to add_callchain_ip | Kan Liang | 1 | -37/+35 |
2014-12-09 | perf callchain: Fixup parameter handling error message | Kan Liang | 1 | -1/+1 |
2014-12-09 | perf tools: Add --buildid-dir option to set cache directory | Jiri Olsa | 4 | -6/+22 |
2014-12-09 | perf buildid cache: Fix -a segfault related to kcore handling | Jiri Olsa | 1 | -1/+1 |
2014-12-09 | perf buildid-cache: Remove extra debugdir variables | Jiri Olsa | 2 | -13/+7 |
2014-12-09 | perf tools: Use single strcmp call instead of two | Jiri Olsa | 1 | -1/+1 |
2014-12-09 | perf hists browser: Change print format from %lu to %PRIu64 | Tom Huynh | 1 | -1/+1 |
2014-12-09 | perf bench: Fix memcpy/memset output | Rabin Vincent | 1 | -8/+10 |
2014-12-09 | perf bench: Merge memset into memcpy | Rabin Vincent | 3 | -305/+90 |
2014-12-09 | perf bench: Prepare memcpy for merge | Rabin Vincent | 1 | -78/+104 |
2014-12-09 | virtio: add support for 64 bit features. | Michael S. Tsirkin | 1 | -1/+1 |
2014-12-09 | virtio: use u32, not bitmap for features | Michael S. Tsirkin | 4 | -33/+12 |
2014-12-08 | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus | James Bottomley | 1 | -3/+6 |
2014-12-05 | tools: cpupower: fix return checks for sysfs_get_idlestate_count() | Prarit Bhargava | 1 | -4/+4 |
2014-12-04 | ftracetest: Add --verbose option for showing echo output | Masami Hiramatsu | 1 | -10/+23 |
2014-12-04 | ftracetest: Fix to show descriptions on dash | Masami Hiramatsu | 1 | -1/+2 |
2014-12-04 | selftest: size: Add size test for Linux kernel | Tim Bird | 4 | -0/+114 |
2014-12-03 | usbip: remove unneeded structure | Julia Lawall | 1 | -2/+0 |
2014-12-02 | selftests/kcmp: Always try to build the test | Michael Ellerman | 1 | -16/+2 |
2014-12-02 | selftests/kcmp: Don't include kernel headers | Michael Ellerman | 1 | -4/+0 |
2014-12-02 | mnt: Update unprivileged remount test | Eric W. Biederman | 1 | -30/+142 |
2014-12-02 | perf report: In branch stack mode use address history sorting | Andi Kleen | 1 | -0/+1 |
2014-12-02 | perf report: Add --branch-history option | Andi Kleen | 2 | -4/+27 |
2014-12-02 | perf callchain: Support handling complete branch stacks as histograms | Andi Kleen | 6 | -13/+132 |
2014-12-02 | perf stat: Add support for snapshot counters | Jiri Olsa | 1 | -2/+4 |
2014-12-02 | perf stat: Add support for per-pkg counters | Jiri Olsa | 2 | -0/+50 |
2014-12-02 | perf tools: Remove perf_evsel__read interface | Jiri Olsa | 2 | -63/+0 |
2014-12-02 | perf stat: Use read_counter in read_counter_aggr | Jiri Olsa | 1 | -2/+16 |
2014-12-02 | perf stat: Make read_counter work over the thread dimension | Jiri Olsa | 1 | -4/+11 |
2014-12-02 | perf stat: Use perf_evsel__read_cb in read_counter | Jiri Olsa | 1 | -6/+21 |
2014-11-29 | perf session: Do not fail on processing out of order event | Jiri Olsa | 2 | -6/+6 |
2014-11-27 | tools: hv: ignore ENOBUFS and ENOMEM in the KVP daemon | Dexuan Cui | 1 | -0/+14 |
2014-11-27 | Tools: hv: vssdaemon: skip all filesystems mounted readonly | Vitaly Kuznetsov | 1 | -1/+1 |
2014-11-27 | Tools: hv: vssdaemon: report freeze errors | Vitaly Kuznetsov | 1 | -4/+12 |
2014-11-25 | perf tools: Add snapshot format file parsing | Jiri Olsa | 4 | -11/+40 |
2014-11-25 | perf tools: Add per-pkg format file parsing | Matt Fleming | 4 | -0/+31 |
2014-11-25 | perf evsel: Introduce perf_evsel__read_cb function | Jiri Olsa | 2 | -0/+23 |
2014-11-25 | perf evsel: Introduce perf_counts_values__scale function | Jiri Olsa | 2 | -25/+25 |
2014-11-25 | perf evsel: Introduce perf_evsel__compute_deltas function | Jiri Olsa | 2 | -5/+7 |
2014-11-25 | perf tools: Allow to force redirect pr_debug to stderr. | Andi Kleen | 1 | -1/+3 |
2014-11-25 | perf tools: Fix segfault due to invalid kernel dso access | Namhyung Kim | 1 | -2/+2 |