aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf9-6/+23
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf8-12/+44
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf5-5/+14
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf5-10/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf17-57/+73
2022-04-22objtool: Extricate sls from stack validationJosh Poimboeuf1-13/+43
2022-04-22objtool: Rework ibt and extricate from stack validationJosh Poimboeuf1-133/+147
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf5-13/+23
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf3-14/+19
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf1-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf10-211/+72
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf9-78/+108
2022-04-22libsubcmd: Fix OPTION_GROUP sortingJosh Poimboeuf1-3/+14
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf3-3/+2
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf1-19/+17
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf1-13/+22
2022-04-19x86/uaccess: Don't jump between functionsJosh Poimboeuf1-35/+52
2022-04-19x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT configNur Hussein1-1/+1
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf1-3/+2
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf1-5/+2
2022-04-19x86/xen: Add ANNOTATE_NOENDBR to startup_xen()Josh Poimboeuf1-0/+1
2022-04-19x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf1-0/+4
2022-04-19x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf1-1/+1
2022-04-19x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf1-0/+1
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2-2/+2
2022-04-19x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra1-0/+3
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2-1/+2
2022-04-19x86,xen,objtool: Add UNWIND hintPeter Zijlstra1-0/+1
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra2-2/+2
2022-04-19MAINTAINERS: Add x86 unwinding entryJosh Poimboeuf1-0/+9
2022-04-19x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov1-4/+4
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov3-4/+14
2022-04-19x86/cpu: Add new Alderlake and Raptorlake CPU model numbersTony Luck1-0/+3
2022-04-17Linux 5.18-rc3Linus Torvalds1-1/+1
2022-04-16random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld1-1/+1
2022-04-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval3-14/+0
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton1-2/+2
2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton1-1/+1
2022-04-15hugetlb: do not demote poisoned hugetlb pagesMike Kravetz1-7/+10
2022-04-15mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla1-5/+5
2022-04-15mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-04-15mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver9-25/+105
2022-04-15kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2-6/+9
2022-04-15irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang1-1/+1
2022-04-15mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen1-0/+17
2022-04-15tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2-17/+20