summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)Author
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt
2020-12-11lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt
2020-12-11platform-msi: Track shared domain allocationMarc Zyngier
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner
2020-11-23irqstat: Move declaration into asm-generic/hardirq.hThomas Gleixner
2020-11-23asm-generic/irqstat: Add optional __nmi_count memberThomas Gleixner
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar
2020-11-07locking/atomics: Regenerate the atomics-check SHA1'sIngo Molnar
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner
2020-11-06asm-generic: Provide kmap_size.hThomas Gleixner
2020-10-30Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-28genirq/msi: Allow shadow declarations of msi_msg:: $memberThomas Gleixner
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig
2020-10-26asm-generic: percpu: avoid Wshadow warningArnd Bergmann
2020-10-26qspinlock: use signed temporaries for cmpxchgArnd Bergmann
2020-10-26asm-generic: fix ffs -Wshadow warningArnd Bergmann
2020-10-26asm-generic: percpu: avoid Wshadow warningArnd Bergmann
2020-10-26asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12asm-generic/atomic: Add try_cmpxchg() fallbacksPeter Zijlstra
2020-10-09vmlinux.lds.h: add linker section for KUnit test suitesBrendan Higgins
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar