aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds1-3/+0
2022-07-22asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn1-2/+0
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra1-16/+17
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra1-13/+2
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-2/+19
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2-0/+26
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin2-21/+21
2022-06-30bitops: define const_*() versions of the non-atomicsAlexander Lobakin1-0/+31
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin4-30/+44
2022-06-30bitops: always define asm-generic non-atomic bitopsAlexander Lobakin2-102/+138
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-14/+0
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang1-0/+26
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang1-1/+2
2022-06-23asm-generic: Add memory barrier dma_mb()Kefeng Wang1-0/+8
2022-06-15asm-generic/io: Add logging support for MMIO accessorsSai Prakash Ranjan1-4/+87
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+1
2022-06-06kernel: add platform_has() infrastructureJuergen Gross2-0/+9
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+113
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-2/+42
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-14/+8
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-7/+137
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+15
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-14/+8
2022-05-20Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt4-7/+137
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra1-6/+6
2022-05-19riscv/mm: fix two page table check related issuesTong Tiangen1-0/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-2/+2
2022-05-13mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu1-0/+15
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+9
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit1-0/+14
2022-05-11asm-generic: qrwlock: Document the spinlock fairness requirementsPalmer Dabbelt1-0/+4
2022-05-11asm-generic: qspinlock: Indicate the use of mixed-size atomicsPeter Zijlstra1-0/+29
2022-05-11asm-generic: ticket-lock: New generic ticket-based spinlockPeter Zijlstra2-7/+104
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long2-15/+15
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren1-0/+7
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-0/+106
2022-04-26bug: Have __warn() prototype defined unconditionallyShida Zhang1-5/+6
2022-04-15Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-04-12asm-generic: fix __get_unaligned_be48() on 32 bit platformsAlexander Lobakin1-1/+1
2022-04-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+7
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2022-04-06tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entrySteve Capper1-3/+7
2022-03-29Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceMichael Kelley1-0/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+26
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+14
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2