summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-11-04x86/vmlinux: Use INT3 instead of NOP for linker fill bytesKees Cook
2019-11-04x86/mm: Report actual image regions in /proc/iomemKees Cook
2019-11-04x86/mm: Report which part of kernel image is freedKees Cook
2019-11-04x86/mm: Remove redundant address-of operators on addressesKees Cook
2019-11-04xtensa: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04microblaze: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04ia64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04h8300: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04c6x: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04arm64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook
2019-11-04x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook
2019-11-04s390: Move RO_DATA into "text" PT_LOAD Program HeaderKees Cook
2019-11-04ia64: Rename PT_LOAD identifier "code" to "text"Kees Cook
2019-11-04alpha: Rename PT_LOAD identifier "kernel" to "text"Kees Cook
2019-11-04powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook
2019-11-04powerpc: Remove PT_NOTE workaroundKees Cook
2019-11-04powerpc: Rename "notes" PT_NOTE to "note"Kees Cook
2019-10-01arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport
2019-09-29Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-28Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-27Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-27powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-26arch/sparc/include/asm/pgtable_64.h: fix buildAndrew Morton
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-25hexagon: drop empty and unused free_initrd_memMike Rapoport