aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Cook1-2/+6
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/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel1-0/+19
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-4/+0
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-3/+5
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+6
2020-08-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds12-73/+252
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-1/+6
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+6
2020-08-12Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-9/+1
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds60-156/+251
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-2/+5
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim1-2/+0
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim1-0/+2
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2-4/+20
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim1-8/+18
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim1-28/+5
2020-08-12panic: make print_oops_end_marker() staticYue Hu1-1/+0
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang1-1/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna1-0/+6
2020-08-12autofs: fix doubled wordRandy Dunlap1-1/+1
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder1-2/+2
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder1-2/+2
2020-08-12lib/generic-radix-tree.c: remove unneeded __rcuLuc Van Oostenryck1-1/+1
2020-08-12sparse: group the defines by functionalityLuc Van Oostenryck1-19/+25
2020-08-12include/linux/poison.h: remove obsolete commentMatthew Wilcox1-4/+0
2020-08-12include/: replace HTTP links with HTTPS onesAlexander A. Klimov30-30/+30
2020-08-12kernel.h: remove duplicate include of asm/div64.hArvind Sankar1-1/+0
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig1-0/+1
2020-08-12include/linux/xz.h: drop duplicated wordRandy Dunlap1-1/+1
2020-08-12include/linux/async_tx.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/exportfs.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/compiler-clang.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-0/+18
2020-08-12uaccess: remove segment_eqChristoph Hellwig2-4/+2
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig1-1/+1
2020-08-12include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap1-2/+2
2020-08-12include/linux/frontswap.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap1-1/+1
2020-08-12mm: drop duplicated words in <linux/mm.h>Randy Dunlap1-2/+2
2020-08-12mm: drop duplicated words in <linux/pgtable.h>Randy Dunlap1-6/+6
2020-08-12include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long1-3/+5
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual2-3/+17
2020-08-12mm: thp: remove debug_cow switchYang Shi1-7/+0