summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-6/+6
* Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-241-40/+69
|\
| * asm-generic: make the set_fs implementation optionalChristoph Hellwig2020-10-041-0/+2
| * asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig2020-10-041-0/+16
| * asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig2020-10-041-40/+51
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-222-0/+11
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-252-0/+11
| |/
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-12/+27
|\ \
| * | asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementationLorenzo Pieralisi2020-10-051-12/+27
| |/
* | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-1/+9
|\ \
| * | vmlinux.lds.h: add linker section for KUnit test suitesBrendan Higgins2020-10-091-1/+9
| |/
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-1/+3
|\ \
| * | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+3
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-11/+0
|\ \
| * | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-062-11/+0
| |/
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-0/+8
|\ \
| * | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-0/+8
| |/
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-12/+0
|\ \
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-12/+0
| |/
* | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-121-0/+13
|\ \
| * | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+6
| * | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+7
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-7/+42
|\ \
| * | vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers2020-09-011-1/+4
| * | vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook2020-09-011-1/+4
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-2/+6
| * | vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook2020-09-011-0/+20
| * | vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook2020-09-011-1/+3
| * | vmlinux.lds.h: Create COMMON_DISCARDSKees Cook2020-09-011-3/+6
* | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-10-094-172/+196
|\ \ \
| * | | bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver2020-08-241-3/+27
| * | | locking/atomics: Use read-write instrumentation for atomic RMWsMarco Elver2020-08-241-165/+165
| * | | asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver2020-08-243-7/+7
| | |/ | |/|
* / | bpf: Prevent .BTF section eliminationTony Ambardar2020-09-211-1/+1
|/ /
* | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-14/+14
* | include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour2020-08-141-0/+1
* | asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport2020-08-141-1/+1
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-141-8/+8
|\ \
| * | asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne2020-08-041-8/+8
* | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-1/+0
|\ \ \ | |_|/ |/| |
| * | x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-111-1/+0
| |/
* | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-121-2/+2
|\ \
| * | sections.h: dereference_function_descriptor() returns void pointerHelge Deller2020-08-111-2/+2
| |/
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-1/+80
|\ \
| * | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+7
| * | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-0/+30
| * | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-0/+43
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-0/+14
|\ \ \ | |/ / |/| |