summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-20xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-1/+4
2023-06-20x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20x86: allow get_locked_pte() to failHugh Dickins1-2/+4
2023-06-20sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2-2/+2
2023-06-20sparc: allow pte_offset_map() to failHugh Dickins3-0/+7
2023-06-20sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-20s390: allow pte_offset_map_lock() to failHugh Dickins3-4/+19
2023-06-20riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-20powerpc: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-20powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-20parisc: add pte_unmap() to balance get_ptep()Hugh Dickins1-5/+21
2023-06-20mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-2/+10
2023-06-20microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2023-06-20m68k: allow pte_offset_map[_lock]() to failHugh Dickins3-33/+27
2023-06-20ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-9/+2
2023-06-20arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-20arm: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2-9/+10
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-10kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2-2/+2
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham16-1/+17
2023-06-10cachestat: 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-28Merge 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-27Merge 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-26Merge 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
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Allow to reboot machine after system haltHelge Deller1-3/+8
2023-05-24parisc: Enable LOCKDEP supportHelge Deller1-0/+4
2023-05-24parisc: Add lightweight spinlock checksHelge Deller4-7/+61