Age | Commit message (Expand) | Author | Files | Lines |
2018-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+4 |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 5 | -190/+58 |
2018-08-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 89 | -1612/+3171 |
2018-08-25 | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern... | Linus Torvalds | 2 | -51/+87 |
2018-08-23 | treewide: convert ISO_8859-1 text comments to utf-8 | Arnd Bergmann | 2 | -82/+82 |
2018-08-23 | tools: bpftool: return from do_event_pipe() on bad arguments | Quentin Monnet | 1 | -1/+4 |
2018-08-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -106/+477 |
2018-08-22 | proc: test /proc/thread-self symlink | Alexey Dobriyan | 4 | -0/+71 |
2018-08-22 | proc: test /proc/self symlink | Alexey Dobriyan | 4 | -0/+49 |
2018-08-22 | tools/testing/selftests/vm/: add MAP_POPULATE test | Dmitry Safonov | 4 | -0/+126 |
2018-08-22 | kvm: selftest: add dirty logging test | Peter Xu | 4 | -0/+356 |
2018-08-22 | kvm: selftest: pass in extra memory when create vm | Peter Xu | 7 | -8/+23 |
2018-08-22 | kvm: selftest: include the tools headers | Peter Xu | 3 | -3/+3 |
2018-08-22 | kvm: selftest: unify the guest port macros | Peter Xu | 6 | -95/+78 |
2018-08-22 | tools: introduce test_and_clear_bit | Peter Xu | 1 | -0/+17 |
2018-08-21 | test_ida: check_ida_destroy and check_ida_alloc | Matthew Wilcox | 1 | -66/+4 |
2018-08-21 | test_ida: Convert check_ida_conv to new API | Matthew Wilcox | 1 | -46/+10 |
2018-08-21 | test_ida: Move ida_check_max | Matthew Wilcox | 1 | -28/+0 |
2018-08-21 | test_ida: Move ida_check_leaf | Matthew Wilcox | 1 | -27/+0 |
2018-08-21 | idr-test: Convert ida_check_nomem to new API | Matthew Wilcox | 1 | -6/+7 |
2018-08-21 | ida: Start new test_ida module | Matthew Wilcox | 4 | -7/+22 |
2018-08-21 | radix tree test suite: Enable ubsan | Matthew Wilcox | 2 | -11/+14 |
2018-08-21 | radix tree test suite: Fix compilation | Matthew Wilcox | 1 | -0/+2 |
2018-08-20 | Merge tag 'linux-kselftest-4.19-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -7/+422 |
2018-08-20 | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 4 | -19/+89 |
2018-08-20 | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2018-08-20 | tools arch x86: Update tools's copy of cpufeatures.h | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2018-08-20 | perf python: Fix pyrf_evlist__read_on_cpu() interface | Jiri Olsa | 1 | -1/+19 |
2018-08-20 | perf mmap: Store real cpu number in 'struct perf_mmap' | Jiri Olsa | 3 | -3/+5 |
2018-08-20 | perf tools: Remove ext from struct kmod_path | Jiri Olsa | 3 | -85/+69 |
2018-08-20 | perf tools: Add gzip_is_compressed function | Jiri Olsa | 1 | -2/+14 |
2018-08-20 | perf tools: Add lzma_is_compressed function | Jiri Olsa | 1 | -2/+17 |
2018-08-20 | perf tools: Add is_compressed callback to compressions array | Jiri Olsa | 4 | -3/+33 |
2018-08-20 | perf tools: Move the temp file processing into decompress_kmodule | Jiri Olsa | 1 | -17/+12 |
2018-08-20 | perf tools: Use compression id in decompress_kmodule() | Jiri Olsa | 1 | -21/+3 |
2018-08-20 | perf tools: Store compression id into struct dso | Jiri Olsa | 3 | -2/+8 |
2018-08-20 | perf tools: Add compression id into 'struct kmod_path' | Jiri Olsa | 3 | -29/+33 |
2018-08-20 | perf tools: Make is_supported_compression() static | Jiri Olsa | 2 | -2/+1 |
2018-08-20 | perf tools: Make decompress_to_file() function static | Jiri Olsa | 2 | -2/+1 |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in __open_dso() | Jiri Olsa | 1 | -1/+3 |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() | Jiri Olsa | 1 | -1/+3 |
2018-08-20 | perf tools: Get rid of dso__needs_decompress() call in read_object_code() | Jiri Olsa | 1 | -1/+3 |
2018-08-20 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) | 7 | -106/+7 |
2018-08-20 | perf llvm: Allow passing options to llc in addition to clang | Arnaldo Carvalho de Melo | 2 | -2/+38 |
2018-08-20 | perf parser: Improve error message for PMU address filters | Jack Henschel | 1 | -10/+10 |
2018-08-20 | perf tools: Disable parallelism for 'make clean' | Rasmus Villemoes | 1 | -2/+2 |
2018-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
2018-08-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -158/+801 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+67 |
2018-08-18 | Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+6 |