summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-05-04objtool/klp: Rewrite symbol correlation algorithmJosh Poimboeuf
2026-05-04objtool/klp: Calculate object checksumsJosh Poimboeuf
2026-05-04objtool/klp: Remove "objtool --checksum"Josh Poimboeuf
2026-05-04objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf
2026-05-04objtool: Consolidate file decoding into decode_file()Josh Poimboeuf
2026-05-04objtool/klp: Extricate checksum calculation from validate_branch()Josh Poimboeuf
2026-05-04objtool: Add is_cold_func() helperJosh Poimboeuf
2026-05-04objtool: Add is_alias_sym() helperJosh Poimboeuf
2026-05-04objtool/klp: Handle Clang .data..Lanon anonymous data sectionsJosh Poimboeuf
2026-05-04objtool/klp: Create empty checksum sections for function-less object filesJosh Poimboeuf
2026-05-04objtool: Include libsubcmd headers directly from source treeJosh Poimboeuf
2026-05-04objtool/klp: Don't set sym->file for section symbolsJosh Poimboeuf
2026-05-04objtool: Fix reloc hash collision in find_reloc_by_dest_range()Josh Poimboeuf
2026-05-04objtool/klp: Fix reloc corruption in convert_reloc_sym_to_secsym()Josh Poimboeuf
2026-05-04objtool/klp: Don't correlate .rodata.cst* constant pool objectsJosh Poimboeuf
2026-05-04objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf
2026-05-04objtool/klp: Simplify reloc symbol conversionJosh Poimboeuf
2026-05-04objtool: Move mark_rodata() to elf.cJosh Poimboeuf
2026-05-04objtool/klp: Fix relocation conversion failures for R_X86_64_NONEJosh Poimboeuf
2026-05-04objtool/klp: Fix kCFI trap handlingJosh Poimboeuf
2026-05-04objtool/klp: Fix extraction of text annotations for alternativesJosh Poimboeuf
2026-05-04objtool/klp: Fix XXH3 state memory leakJosh Poimboeuf
2026-05-04objtool/klp: Fix cloning of zero-length section symbolsJosh Poimboeuf
2026-05-04objtool/klp: Fix handling of zero-length .altinstr_replacement sectionsJosh Poimboeuf
2026-05-04objtool/klp: Fix --debug-checksum for duplicate symbol namesJosh Poimboeuf
2026-05-04objtool: Replace iterator callback with for_each_sym_by_mangled_name()Josh Poimboeuf
2026-05-04objtool/klp: Fix create_fake_symbols() skipping entsize-based sectionsJoe Lawrence
2026-05-04objtool/klp: Improve local label checkJosh Poimboeuf
2026-05-04objtool/klp: Don't report uncorrelated functions as newJosh Poimboeuf
2026-05-04objtool/klp: Don't correlate __initstub__ symbolsJosh Poimboeuf
2026-05-04objtool/klp: Don't correlate absolute symbolsJosh Poimboeuf
2026-05-04objtool/klp: Don't correlate __ADDRESSABLE() symbolsJosh Poimboeuf
2026-05-04objtool/klp: Fix .data..once static local non-correlationJosh Poimboeuf
2026-05-04objtool/klp: Fix is_uncorrelated_static_local() for ClangJoe Lawrence
2026-05-04selftests: net: bridge: add MRC and QQIC field encoding testsUjjal Roy
2026-05-04net: selftests: add getsockopt_iter regression testsBreno Leitao
2026-05-04selftests/resctrl: Reduce L2 impact on CAT testReinette Chatre
2026-05-04selftests/resctrl: Simplify perf usage in CAT testReinette Chatre
2026-05-04selftests/resctrl: Remove requirement on cache miss rateReinette Chatre
2026-05-04selftests/resctrl: Raise threshold at which MBM and PMU values are comparedReinette Chatre
2026-05-04selftests/resctrl: Increase size of buffer used in MBM and MBA testsReinette Chatre
2026-05-04selftests/resctrl: Support multiple events associated with iMCReinette Chatre
2026-05-04selftests/resctrl: Prepare for parsing multiple events per iMCReinette Chatre
2026-05-04selftests/resctrl: Do not store iMC counter value in counter config structureReinette Chatre
2026-05-04selftests/resctrl: Reduce interference from L2 occupancy during cache occupan...Reinette Chatre
2026-05-04selftests/resctrl: Improve accuracy of cache occupancy testReinette Chatre
2026-05-04Merge tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-05-05selftests: ovpn: reduce ping count in test.shRalf Lici
2026-05-04kunit: Fix spelling mistakes in comments and messagesJinseok Kim
2026-05-04kunit: qemu_configs: Add or1k / openrisc configurationThomas Weißschuh