summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry
2020-04-22objtool: Ignore empty alternativesJulien Thierry
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry
2020-04-22objtool: Always do header sync checkJulien Thierry
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-21tools/vm: fix cross-compile buildLucas Stach
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini
2020-04-21tools/kvm_stat: add sample systemd unit fileStefan Raspl
2020-04-21tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl
2020-04-21tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl
2020-04-21selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly
2020-04-20bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab
2020-04-20selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery testsLourdes Pedrajas
2020-04-20pm-graph v5.6Todd Brandt
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-19Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-18perf hist: Add fast path for duplicate entries checkKan Liang
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf top: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf report: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf callchain: Stitch LBR call stackKan Liang
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang
2020-04-18perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang
2020-04-18perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang
2020-04-18perf machine: Refine the function for LBR call stack reconstructionKan Liang