summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook3-0/+38
2021-04-08selftests/resctrl: Change a few printed messagesFenghua Yu4-7/+7
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2021-04-07perf report: Fix wrong LBR block sortingJin Yao1-3/+3
2021-04-07tools/power/x86/intel-speed-select: v1.9 releaseSrinivas Pandruvada1-1/+1
2021-04-07tools/power/x86/intel-speed-select: Drop __DATE__ and __TIME__ macrosAntonio Terceiro1-1/+0
2021-04-07tools/power/x86/intel-speed-select: Add options to force onlineSrinivas Pandruvada1-2/+21
2021-04-07tools/power/x86/intel-speed-select: Process mailbox read error for core-powerSrinivas Pandruvada1-0/+4
2021-04-07tools/power/x86/intel-speed-select: Increase string sizeSrinivas Pandruvada1-2/+10
2021-04-07ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King1-1/+1
2021-04-06doc: update rcu_dereference.rst referenceMauro Carvalho Chehab1-1/+1
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson1-1/+1
2021-04-05perf inject: Fix repipe usageAdrian Hunter1-1/+1
2021-04-05Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman39-108/+486
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman39-108/+486
2021-04-05Merge 5.12-rc6 into driver-core-nextGreg Kroah-Hartman39-108/+486
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov3-1/+11
2021-04-02selftests/resctrl: Create .gitignore to include resctrl_testsFenghua Yu1-0/+2
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu1-18/+23
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu1-2/+20
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu2-0/+5
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu4-9/+23
2021-04-02selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu1-31/+57
2021-04-02selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu2-3/+10
2021-04-02selftests/resctrl: Fix MBA/MBM results reporting formatFenghua Yu2-16/+21
2021-04-02selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu2-12/+46
2021-04-02selftests/resctrl: Check for resctrl mount point only if resctrl FS is supportedFenghua Yu1-0/+3
2021-04-02selftests/resctrl: Add config dependenciesFenghua Yu1-0/+2
2021-04-02selftests/resctrl: Fix a printed messageReinette Chatre1-2/+2
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu4-55/+52
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu8-117/+105
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu7-41/+41
2021-04-02selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu1-1/+1
2021-04-02selftests/resctrl: Ensure sibling CPU is not same as original CPUReinette Chatre1-1/+1
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu10-35/+41
2021-04-02selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu1-4/+4
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu4-16/+16
2021-04-02selftests/resctrl: Enable gcc checks to detect buffer overflowsFenghua Yu2-2/+2
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-21/+101
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
2021-04-02objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra1-1/+11
2021-04-02objtool: Cache instruction relocsPeter Zijlstra2-6/+23
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra5-6/+34
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra2-0/+61
2021-04-02objtool: Extract elf_symbol_add()Peter Zijlstra1-25/+31
2021-04-02objtool: Extract elf_strtab_concat()Peter Zijlstra1-22/+38
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra4-10/+8
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra4-119/+85
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra4-16/+14
2021-04-02objtool: Fix static_call list generationPeter Zijlstra1-5/+12