summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-2817-704/+912
|\
| * objtool: Skip reading DWARF section dataJosh Poimboeuf2023-06-071-1/+6
| * objtool: Free insns when doneJosh Poimboeuf2023-06-071-0/+30
| * objtool: Get rid of reloc->rel[a]Josh Poimboeuf2023-06-073-78/+96
| * objtool: Shrink elf hash nodesJosh Poimboeuf2023-06-072-18/+58
| * objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf2023-06-072-6/+7
| * objtool: Get rid of reloc->jump_table_startJosh Poimboeuf2023-06-072-13/+23
| * objtool: Get rid of reloc->addendJosh Poimboeuf2023-06-076-42/+53
| * objtool: Get rid of reloc->typeJosh Poimboeuf2023-06-075-13/+21
| * objtool: Get rid of reloc->offsetJosh Poimboeuf2023-06-073-14/+18
| * objtool: Get rid of reloc->idxJosh Poimboeuf2023-06-072-7/+9
| * objtool: Get rid of reloc->listJosh Poimboeuf2023-06-072-24/+26
| * objtool: Allocate relocs in advance for new rela sectionsJosh Poimboeuf2023-06-071-5/+13
| * objtool: Add for_each_reloc()Josh Poimboeuf2023-06-072-12/+18
| * objtool: Don't free memory in elf_close()Josh Poimboeuf2023-06-071-20/+4
| * objtool: Keep GElf_Rel[a] structs syncedJosh Poimboeuf2023-06-071-41/+14
| * objtool: Add elf_create_section_pair()Josh Poimboeuf2023-06-076-157/+184
| * objtool: Add mark_sec_changed()Josh Poimboeuf2023-06-072-16/+29
| * objtool: Fix reloc_hash sizeJosh Poimboeuf2023-06-072-10/+14
| * objtool: Consolidate rel/rela handlingJosh Poimboeuf2023-06-073-159/+68
| * objtool: Improve reloc namingJosh Poimboeuf2023-06-073-149/+151
| * objtool: Remove flags argument from elf_create_section()Josh Poimboeuf2023-06-074-15/+18
| * objtool: Tidy elf.hJosh Poimboeuf2023-06-071-49/+47
| * objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2023-06-072-0/+13
| * tools: Remove unnecessary variablesLu Hongfei2023-06-071-4/+3
| * objtool: Add __kunit_abort() to noreturnsJosh Poimboeuf2023-06-021-0/+1
| * objtool: Move noreturn function list to separate fileJosh Poimboeuf2023-05-163-44/+50
| * tools/lib/subcmd: Replace NORETURN usage with __noreturnJosh Poimboeuf2023-05-162-9/+4
| * objtool: Remove superfluous global_noreturns entriesJosh Poimboeuf2023-05-161-2/+0
| * objtool: Ignore exc_double_fault() __noreturn warningsJosh Poimboeuf2023-05-161-1/+30
| * objtool: Detect missing __noreturn annotationsJosh Poimboeuf2023-05-162-1/+19
| * objtool: Include backtrace in verbose modeJosh Poimboeuf2023-05-163-24/+20
| * objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf2023-05-164-0/+88
| * objtool: Limit unreachable warnings to once per functionJosh Poimboeuf2023-05-163-3/+10
* | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-274-0/+75
|\ \
| * | perf test: Add selftest to test IBS invocation via core pmu eventsRavi Bangoria2023-05-084-0/+75
* | | Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-272-3/+5
|\ \ \
| * | | tools/x86/kcpuid: Add .gitignoreRong Tao2023-05-081-0/+1
| * | | tools/x86/kcpuid: Dump the correct CPUID function in errorBorislav Petkov (AMD)2023-05-081-3/+4
| |/ /
* | | Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-06-2712-45/+144
|\ \ \
| * | | selftests/ftace: Fix KTAP output orderingMark Brown2023-06-131-1/+1
| * | | selftests/cpufreq: Don't enable generic lock debugging optionsMark Brown2023-06-131-8/+0
| * | | kselftests: Sort the collections list to avoid duplicate testsRishabh Bhatnagar2023-06-131-1/+1
| * | | selftest: pidfd: Omit long and repeating outputsZiqi Zhao2023-06-133-2/+3
| * | | selftests: allow runners to override the timeoutLuis Chamberlain2023-06-132-1/+15
| * | | selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N2023-06-131-0/+34
| * | | selftests/clone3: test clone3 with exit signal in flagsTobias Klauser2023-06-131-1/+4
| * | | kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King2023-06-131-2/+2
| * | | selftests: prctl: Fix spelling mistake "anonynous" -> "anonymous"Colin Ian King2023-06-131-1/+1
| * | | selftests: media_tests: Add new subtest to video_device_testIvan Orlov2023-06-131-28/+83