aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra4-4/+4
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra3-43/+5
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra3-9/+20
2020-04-22objtool: Better handle IRETPeter Zijlstra3-15/+29
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry4-31/+62
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song1-2/+2
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers1-0/+26
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry3-20/+29
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault3-8/+27
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry1-2/+2
2020-04-22objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry1-7/+6
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry1-3/+1
2020-04-22objtool: Always do header sync checkJulien Thierry1-1/+1
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry1-1/+1
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+3
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-2/+5
2020-04-21tools/vm: fix cross-compile buildLucas Stach1-0/+2
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV1-1/+1
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2-2/+2
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini1-4/+9
2020-04-21tools/kvm_stat: add sample systemd unit fileStefan Raspl1-0/+16
2020-04-21tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2-12/+67
2020-04-21tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2-8/+24
2020-04-21selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly2-0/+46
2020-04-21selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly3-1/+1030
2020-04-21selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly5-0/+803
2020-04-21selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly3-0/+801
2020-04-21selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly3-0/+194
2020-04-20bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson1-0/+40
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-0/+1
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab1-2/+2
2020-04-20selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery testsLourdes Pedrajas1-0/+122
2020-04-20pm-graph v5.6Todd Brandt5-371/+619
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-30/+69
2020-04-19Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds22-387/+646
2020-04-18perf hist: Add fast path for duplicate entries checkKan Liang3-1/+26
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf top: Add option to enable the LBR stitching approachKan Liang3-0/+21
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf report: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf callchain: Stitch LBR call stackKan Liang6-28/+188
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang3-4/+83
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang3-0/+36
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang2-0/+4
2020-04-18perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang1-70/+73
2020-04-18perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang1-22/+45
2020-04-18perf machine: Refine the function for LBR call stack reconstructionKan Liang1-33/+74
2020-04-18perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang1-59/+62