aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra
2020-04-22objtool: Implement noinstr validationPeter Zijlstra
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra
2020-04-22x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra
2020-04-22x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra
2020-04-22x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry
2020-04-22objtool: Ignore empty alternativesJulien Thierry
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry
2020-04-22objtool: Remove redundant checks on operand typeJulien Thierry
2020-04-22objtool: Always do header sync checkJulien Thierry
2020-04-22objtool: Fix off-by-one in symbol_by_offset()Julien Thierry
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra
2020-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-21Merge tag 'tpmdd-next-20200421' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2020-04-21Merge tag 'clang-format-for-linus-v5.7-rc3' of git://github.com/ojeda/linuxLinus Torvalds
2020-04-21tools/vm: fix cross-compile buildLucas Stach
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-04-21mm/shmem: fix build without THPHugh Dickins
2020-04-21mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET
2020-04-21mm, gup: return EINTR when gup is interrupted by fatal signalsMichal Hocko
2020-04-21mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng
2020-04-21MAINTAINERS: add an entry for kfifoBartosz Golaszewski
2020-04-21mm/userfaultfd: disable userfaultfd-wp on x86_32Peter Xu
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook