summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook2-2/+13
2020-09-01x86/boot/compressed: Reorganize zero-size section assertsKees Cook1-18/+26
2020-09-01x86/build: Add asserts for unwanted sectionsKees Cook1-0/+24
2020-09-01x86/build: Enforce an empty .got.plt sectionKees Cook1-1/+13
2020-09-01x86/asm: Avoid generating unused kprobe sectionsKees Cook1-1/+5
2020-09-01arm/boot: Handle all sections explicitlyKees Cook1-10/+10
2020-09-01arm/build: Assert for unwanted sectionsKees Cook3-0/+15
2020-09-01arm/build: Add missing sectionsKees Cook3-1/+5
2020-09-01arm/build: Explicitly keep .ARM.attributes sectionsKees Cook3-2/+6
2020-09-01arm/build: Refactor linker script headersKees Cook3-11/+10
2020-09-01arm64/build: Assert for unwanted sectionsKees Cook1-0/+20
2020-09-01arm64/build: Add missing DWARF sectionsKees Cook1-0/+1
2020-09-01arm64/build: Use common DISCARDS in linker scriptKees Cook1-3/+2
2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook2-2/+4
2020-09-01arm64/kernel: Remove needless Call Frame Information annotationsKees Cook1-2/+0
2020-09-01arm64/mm: Remove needless section quotesKees Cook1-1/+1
2020-09-01efi/libstub: Disable -mbranch-protectionKees Cook1-1/+8
2020-09-01vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers1-1/+4
2020-09-01vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook1-1/+4
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook24-5/+30
2020-09-01vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook1-0/+20
2020-09-01vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook1-1/+3
2020-09-01vmlinux.lds.h: Create COMMON_DISCARDSKees Cook1-3/+6
2020-08-14x86/boot: Check that there are no run-time relocationsArvind Sankar2-25/+11
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar4-21/+18
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar2-78/+90
2020-08-14x86/boot: Add .text.* to setup.ldArvind Sankar1-1/+1
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel3-80/+5
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel5-7/+22
2020-08-14x86/boot/compressed: Move .got.plt entries out of the .got sectionArd Biesheuvel1-1/+10
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds15-218/+244
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds25-136/+511
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+70
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds83-2636/+3479
2020-08-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds82-871/+4778
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds62-210/+1032
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds5-193/+282
2020-08-12Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds84-382/+903
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds264-1437/+2357
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu18-87/+69
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu4-29/+10
2020-08-12mm/xtensa: use general page fault accountingPeter Xu1-11/+4
2020-08-12mm/x86: use general page fault accountingPeter Xu1-15/+2
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sh: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/s390: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm/riscv: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm/powerpc: use general page fault accountingPeter Xu1-8/+3
2020-08-12mm/parisc: use general page fault accountingPeter Xu1-5/+3