summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-25Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra
2019-07-24ktest: Fix some typos in config-bisect.plMasanari Iida
2019-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-07-23perf build: Do not use -Wshadow on gcc < 4.8Arnaldo Carvalho de Melo
2019-07-23perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo
2019-07-23perf session: Fix loading of compressed data split across adjacent recordsAlexey Budankov
2019-07-23perf stat: Always separate stalled cycles per insnCong Wang
2019-07-23perf stat: Fix segfault for event group in repeat modeJiri Olsa
2019-07-23perf tools: Fix proper buffer size for feature processingJiri Olsa
2019-07-23perf script: Fix off by one in brstackinsn IPC computationAndi Kleen
2019-07-23perf script: Improve man page description of metricsAndi Kleen
2019-07-23perf script: Fix --max-blocks man page descriptionAndi Kleen
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf
2019-07-18objtool: Change dead_end_function() to return booleanJosh Poimboeuf
2019-07-18objtool: Warn on zero-length functionsJosh Poimboeuf
2019-07-18objtool: Refactor function alias logicJosh Poimboeuf
2019-07-18objtool: Track original function across branchesJosh Poimboeuf
2019-07-18objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-18objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney
2019-07-18objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney
2019-07-18Merge tag 'perf-core-for-mingo-5.3-20190715' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-07-17selftests: add a test case for rp_filterCong Wang
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-16selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin