| Commit message (Expand) | Author | Age | Files | Lines |
* | kselftests: timers: Add set-tz test case | John Stultz | 2016-06-03 | 2 | -1/+121 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-27 | 4 | -1/+1236 |
|\ |
|
| * | tools: kvm_stat: Add comments | Janosch Frank | 2016-05-25 | 1 | -2/+159 |
| * | tools: kvm_stat: Introduce pid monitoring | Janosch Frank | 2016-05-25 | 2 | -22/+167 |
| * | tools: kvm_stat: Powerpc related fixes | Hemant Kumar | 2016-05-25 | 1 | -0/+2 |
| * | tools: Add kvm_stat man page | Paolo Bonzini | 2016-05-25 | 2 | -2/+99 |
| * | tools: Add kvm_stat vm monitor script | Janosch Frank | 2016-05-25 | 3 | -1/+835 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-05-27 | 1 | -4/+4 |
|\ \ |
|
| * | | kbuild: rename cmd_cc_i_c to cmd_cpp_i_c | Masahiro Yamada | 2016-04-20 | 1 | -4/+4 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-26 | 35 | -247/+473 |
|\ \ \ |
|
| * | | | perf record: Read from backward ring buffer | Wang Nan | 2016-05-23 | 3 | -0/+54 |
| * | | | perf record: Rename variable to make code clear | Wang Nan | 2016-05-23 | 1 | -10/+11 |
| * | | | perf record: Prevent reading invalid data in record__mmap_read | Wang Nan | 2016-05-23 | 1 | -0/+8 |
| * | | | perf evlist: Add API to pause/resume | Wang Nan | 2016-05-23 | 2 | -0/+29 |
| * | | | perf trace: Use the ptr->name beautifier as default for "filename" args | Arnaldo Carvalho de Melo | 2016-05-23 | 1 | -77/+43 |
| * | | | perf trace: Use the fd->name beautifier as default for "fd" args | Arnaldo Carvalho de Melo | 2016-05-23 | 1 | -78/+54 |
| * | | | perf report: Add srcline_from/to branch sort keys | Andi Kleen | 2016-05-23 | 6 | -1/+101 |
| * | | | perf evsel: Record fd into perf_mmap | Wang Nan | 2016-05-20 | 2 | -0/+7 |
| * | | | perf evsel: Add overwrite attribute and check write_backward | Wang Nan | 2016-05-20 | 2 | -0/+14 |
| * | | | Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-05-20 | 19 | -61/+109 |
| |\ \ \ |
|
| | * | | | perf tools: Set buildid dir under symfs when --symfs is provided | He Kuang | 2016-05-20 | 8 | -13/+41 |
| | * | | | perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced | Arnaldo Carvalho de Melo | 2016-05-20 | 1 | -1/+1 |
| | * | | | perf annotate: Sort list of recognised instructions | Chris Ryder | 2016-05-20 | 1 | -5/+23 |
| | * | | | perf annotate: Fix identification of ARM blt and bls instructions | Chris Ryder | 2016-05-20 | 1 | -1/+1 |
| | * | | | perf tools: Fix usage of max_stack sysctl | Arnaldo Carvalho de Melo | 2016-05-20 | 8 | -11/+8 |
| | * | | | perf callchain: Stop validating callchains by the max_stack sysctl | Arnaldo Carvalho de Melo | 2016-05-20 | 1 | -20/+5 |
| | * | | | perf trace: Fix exit_group() formatting | Arnaldo Carvalho de Melo | 2016-05-20 | 1 | -1/+1 |
| | * | | | perf top: Use machine->kptr_restrict_warned | Arnaldo Carvalho de Melo | 2016-05-20 | 2 | -4/+3 |
| | * | | | perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 | Arnaldo Carvalho de Melo | 2016-05-20 | 3 | -1/+21 |
| | * | | | perf machine: Do not bail out if not managing to read ref reloc symbol | Arnaldo Carvalho de Melo | 2016-05-20 | 1 | -4/+5 |
| * | | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-05-20 | 12 | -36/+59 |
| |\| | | |
|
| | * | | | perf tools: Separate accounting of contexts and real addresses in a stack trace | Arnaldo Carvalho de Melo | 2016-05-17 | 4 | -11/+24 |
| | * | | | perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE | Masami Hiramatsu | 2016-05-17 | 5 | -11/+14 |
| | * | | | perf stat: Use cpu-clock event for cpu targets | Namhyung Kim | 2016-05-17 | 1 | -0/+3 |
| | * | | | perf stat: Update runtime using cpu-clock event | Namhyung Kim | 2016-05-17 | 1 | -2/+4 |
| | * | | | perf stat: Fix indentation of stalled backend cycle | Namhyung Kim | 2016-05-17 | 1 | -1/+1 |
| | * | | | perf symbols: Store vdso buildid unconditionally | He Kuang | 2016-05-17 | 2 | -2/+3 |
| | * | | | perf stat: Avoid fractional digits for integer scales | Andi Kleen | 2016-05-17 | 1 | -9/+10 |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-26 | 2 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | objtool: Allow building with older libelf | Jan Beulich | 2016-05-17 | 2 | -0/+9 |
| |/ / / / |
|
* | | | | | Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-25 | 2 | -1/+9 |
|\ \ \ \ \ |
|
| * | | | | | selftests/thuge-gen: Use platform specific MAP_HUGETLB value | Helge Deller | 2016-05-22 | 1 | -0/+2 |
| * | | | | | parisc: Add ARCH_TRACEHOOK and regset support | Helge Deller | 2016-05-22 | 1 | -1/+7 |
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-05-24 | 4 | -3/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | ringtest: pass buf != NULL | Michael S. Tsirkin | 2016-05-22 | 1 | -1/+1 |
| * | | | | | | virtio: add inorder option | Michael S. Tsirkin | 2016-05-22 | 3 | -2/+54 |
* | | | | | | | Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-24 | 3 | -3/+80 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tools: testing: define the _GNU_SOURCE macro | Muhammad Falak R Wani | 2016-05-16 | 1 | -1/+1 |
| * | | | | | | | kselftests/ftrace: Add a test case for event pid filtering | Namhyung Kim | 2016-05-16 | 1 | -0/+72 |
| * | | | | | | | kselftests/ftrace: Detect tracefs mount point | Namhyung Kim | 2016-05-16 | 1 | -2/+7 |
| | |_|_|_|/ /
| |/| | | | | |
|