aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-19sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-6/+6
2023-06-19microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas2-5/+5
2023-06-19powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2023-06-19arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2-1/+7
2023-06-19arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas1-0/+3
2023-06-19xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-1/+4
2023-06-19x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-19x86: allow get_locked_pte() to failHugh Dickins1-2/+4
2023-06-19sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2-2/+2
2023-06-19sparc: allow pte_offset_map() to failHugh Dickins3-0/+7
2023-06-19sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-19sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-19s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-19s390: allow pte_offset_map_lock() to failHugh Dickins3-4/+19
2023-06-19riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-19powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-19powerpc: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-19powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-19parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-19parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-19parisc: add pte_unmap() to balance get_ptep()Hugh Dickins1-5/+21
2023-06-19mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-2/+10
2023-06-19microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2023-06-19m68k: allow pte_offset_map[_lock]() to failHugh Dickins3-33/+27
2023-06-19ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-19arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-9/+2
2023-06-19arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-19arm: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2-9/+10
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2-2/+2
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham16-1/+17
2023-06-09cachestat: implement cachestat syscallNhat Pham2-0/+2
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2023-05-28Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-16/+26
2023-05-27Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+6
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2023-05-26Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-38/+59
2023-05-26x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds1-1/+9
2023-05-25Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-18/+102
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-25Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2023-05-25Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann9-38/+55
2023-05-25Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann4-0/+4
2023-05-24perf/x86/uncore: Correct the number of CHAs on SPRKan Liang1-0/+11
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+7
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-3/+5