summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2020-10-30Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+4
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook-0/+1
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig-2/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-6/+6
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-40/+69
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+11
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+27
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+9
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-11/+0
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley-1/+3
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+8
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+0
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+13
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+42
2020-10-09vmlinux.lds.h: add linker section for KUnit test suitesBrendan Higgins-1/+9
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-172/+196
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig-11/+0
2020-10-05asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementationLorenzo Pieralisi-12/+27
2020-10-04asm-generic: make the set_fs implementation optionalChristoph Hellwig-0/+2
2020-10-04asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig-0/+16
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig-40/+51
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada-0/+11
2020-09-21bpf: Prevent .BTF section eliminationTony Ambardar-1/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig-0/+8
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf-0/+6
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf-0/+7
2020-09-01vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers-1/+4
2020-09-01vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook-1/+4
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-2/+6
2020-09-01vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook-0/+20
2020-09-01vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook-1/+3
2020-09-01vmlinux.lds.h: Create COMMON_DISCARDSKees Cook-3/+6
2020-08-24bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver-3/+27
2020-08-24locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver-165/+165
2020-08-24asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver-7/+7
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-12/+0
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-14/+14
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour-0/+1
2020-08-14asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-8/+8
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig-2/+2
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley-1/+0
2020-08-11sections.h: dereference_function_descriptor() returns void pointerHelge Deller-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+80
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-0/+7
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport-0/+30
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-0/+43