summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2020-10-05asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementationLorenzo Pieralisi1-12/+27
2020-10-04asm-generic: make the set_fs implementation optionalChristoph Hellwig1-0/+2
2020-10-04asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig1-0/+16
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig1-40/+51
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada2-0/+11
2020-09-21bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-0/+8
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+6
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf1-0/+7
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-24bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver1-3/+27
2020-08-24locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver1-165/+165
2020-08-24asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver3-7/+7
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-12/+0
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-14/+14
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-8/+8
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+2
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley1-1/+0
2020-08-11sections.h: dereference_function_descriptor() returns void pointerHelge Deller1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+80
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+7
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-0/+30
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-0/+43
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+14
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+6
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-04asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne1-8/+8
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+22
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+1
2020-08-03Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-33/+132
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas3-18/+92
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2-3/+6
2020-07-29Merge branch 'locking/header'Peter Zijlstra3-10/+1
2020-07-29locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2-8/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-28Merge tag 'asm-generic-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2