aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-181-0/+1
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-161-0/+1
* static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-03-301-1/+4
* vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor2021-03-041-4/+5
* vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-03-041-1/+6
* firmware_loader: align .builtin_fw to 8Fangrui Song2021-02-171-1/+1
* arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-271-3/+3
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-0/+1
* Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-151-9/+9
|\
| * asm-generic: percpu: avoid Wshadow warningArnd Bergmann2020-10-261-9/+9
* | compiler.h: fix barrier_data() on clangArvind Sankar2020-11-141-0/+1
* | Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-301-2/+4
|\ \
| * | asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig2020-10-271-2/+4
| |/
* / vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook2020-10-271-0/+1
|/
* 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