summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: remove hugepd leftoversChristophe Leroy2024-07-137-477/+3
* powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-1315-186/+74
* powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-1310-79/+107
* powerpc/e500: free r10 for FIND_PTEChristophe Leroy2024-07-131-14/+16
* powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy2024-07-131-15/+0
* powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2024-07-132-15/+22
* powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2024-07-132-4/+10
* powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-134-14/+4
* powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy2024-07-131-7/+2
* powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-1312-114/+111
* powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-131-1/+2
* powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-137-12/+41
* powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-131-1/+10
* powerpc/mm: remove _PAGE_PSIZEChristophe Leroy2024-07-134-12/+3
* mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-137-10/+10
* powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-133-232/+2
* powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-131-23/+15
* powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-132-65/+38
* powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-131-12/+0
* powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-133-343/+363
* powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-133-253/+2
* kmsan: enable on s390Ilya Leoshkevich2024-07-041-0/+1
* s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich2024-07-041-0/+59
* s390/unwind: disable KMSAN checksIlya Leoshkevich2024-07-041-0/+4
* s390/uaccess: add the missing linux/instrumented.h #includeIlya Leoshkevich2024-07-041-0/+1
* s390/uaccess: add KMSAN support to put_user() and get_user()Ilya Leoshkevich2024-07-041-32/+79
* s390/traps: unpoison the kernel_stack_overflow()'s pt_regsIlya Leoshkevich2024-07-041-0/+6
* s390/string: add KMSAN supportIlya Leoshkevich2024-07-042-5/+31
* s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich2024-07-042-0/+19
* s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich2024-07-041-3/+14
* s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich2024-07-041-0/+2
* s390/diag: unpoison diag224() output bufferIlya Leoshkevich2024-07-041-4/+6
* s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich2024-07-041-0/+6
* s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich2024-07-041-0/+3
* s390/checksum: add a KMSAN checkIlya Leoshkevich2024-07-041-0/+2
* s390/boot: add the KMSAN runtime stubIlya Leoshkevich2024-07-042-0/+7
* s390: use a larger stack for KMSANIlya Leoshkevich2024-07-042-2/+2
* s390/boot: turn off KMSANIlya Leoshkevich2024-07-041-0/+2
* arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador2024-07-041-2/+0
* mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-041-2/+2
* mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-044-4/+4
* mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet2024-07-041-12/+0
* mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-045-15/+0
* mm: add update_mmu_tlb_range()Bang Li2024-07-045-0/+15
* x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds2024-06-301-7/+5
* Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-294-15/+22
|\
| * Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt2024-06-261-1/+1
| |\
| | * riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu2024-06-261-1/+1
| * | riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2024-06-262-13/+20
| * | RISC-V: fix vector insn load/store width maskJesse Taube2024-06-251-1/+1