summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar3-3/+3
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar2-15/+15
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner1-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra1-16/+30
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra1-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra1-1/+5
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra2-0/+29
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra1-2/+3
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra3-26/+52
2020-04-22objtool: Implement noinstr validationPeter Zijlstra5-4/+112
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra4-140/+157
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra4-4/+4
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra5-73/+6
2020-04-22x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra1-2/+2
2020-04-22x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra1-2/+2
2020-04-22x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2-19/+25
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra5-9/+31
2020-04-22objtool: Better handle IRETPeter Zijlstra4-17/+29
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry4-31/+62
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song1-2/+2
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers1-0/+26
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry3-20/+29
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault3-8/+27
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry1-2/+2
2020-04-22objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry1-7/+6
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry1-3/+1
2020-04-22objtool: Always do header sync checkJulien Thierry1-1/+1
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry1-1/+1
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-27/+70
2020-04-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-47/+74
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds33-75/+128
2020-04-21Merge tag 'tpmdd-next-20200421' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds4-65/+82
2020-04-21Merge tag 'clang-format-for-linus-v5.7-rc3' of git://github.com/ojeda/linuxLinus Torvalds1-4/+14
2020-04-21tools/vm: fix cross-compile buildLucas Stach1-0/+2
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee1-0/+2
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi1-2/+2
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins1-2/+5
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn4-7/+18
2020-04-21mm/shmem: fix build without THPHugh Dickins1-1/+1
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song1-2/+10
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV1-1/+1
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET1-1/+1
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko1-1/+1
2020-04-21mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng1-6/+8
2020-04-21MAINTAINERS: add an entry for kfifoBartosz Golaszewski1-0/+7
2020-04-21mm/userfaultfd: disable userfaultfd-wp on x86_32Peter Xu1-1/+1
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook1-2/+10
2020-04-21sh: fix build error in mm/init.cMasahiro Yamada1-1/+1