summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf2023-06-072-4/+21
* objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2023-06-072-0/+13
* x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf2023-06-071-12/+8
* Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf2023-06-073-26/+2
* lkdtm: Avoid objtool/ibt warningPeter Zijlstra2023-06-071-0/+1
* 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
* x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf2023-05-162-1/+54
* start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsndesaulniers@google.com2023-05-161-0/+6
* start_kernel: Add __no_stack_protector function attributendesaulniers@google.com2023-05-163-1/+15
* x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong2023-05-161-4/+1
* Linux 6.4-rc2v6.4-rc2Linus Torvalds2023-05-141-1/+1
* Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-142-1/+2
|\
| * cxl: Add missing return to cdat read error pathDave Jiang2023-05-131-0/+1
| * tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams2023-05-131-1/+1
* | Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-142-4/+6
|\ \
| * | parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| * | parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-05-144-6/+37
|\ \
| * | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9
| * | ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warningsRandy Dunlap2023-05-051-1/+4
| * | ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-05-051-1/+24
* | | Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-05-141-4/+4
|\ \ \
| * | | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| | |/ | |/|
* | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-144-29/+50
|\ \ \
| * | | perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-082-24/+35
| * | | perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim2023-05-081-4/+2
| * | | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
| |/ /
* | | Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-05-141-2/+2
|\ \ \