summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-124-14/+4
* powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy2024-07-121-7/+2
* powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-1212-114/+111
* powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-121-1/+2
* powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-127-12/+41
* powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-121-1/+10
* powerpc/mm: remove _PAGE_PSIZEChristophe Leroy2024-07-124-12/+3
* mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-127-10/+10
* powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-123-232/+2
* powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-121-23/+15
* powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-122-65/+38
* powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-121-12/+0
* powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-123-343/+363
* powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-123-253/+2
* kmsan: enable on s390Ilya Leoshkevich2024-07-031-0/+1
* s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich2024-07-031-0/+59
* s390/unwind: disable KMSAN checksIlya Leoshkevich2024-07-031-0/+4
* s390/uaccess: add the missing linux/instrumented.h #includeIlya Leoshkevich2024-07-031-0/+1
* s390/uaccess: add KMSAN support to put_user() and get_user()Ilya Leoshkevich2024-07-031-32/+79
* s390/traps: unpoison the kernel_stack_overflow()'s pt_regsIlya Leoshkevich2024-07-031-0/+6
* s390/string: add KMSAN supportIlya Leoshkevich2024-07-032-5/+31
* s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich2024-07-032-0/+19
* s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich2024-07-031-3/+14
* s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich2024-07-031-0/+2
* s390/diag: unpoison diag224() output bufferIlya Leoshkevich2024-07-031-4/+6
* s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich2024-07-031-0/+6
* s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich2024-07-031-0/+3
* s390/checksum: add a KMSAN checkIlya Leoshkevich2024-07-031-0/+2
* s390/boot: add the KMSAN runtime stubIlya Leoshkevich2024-07-032-0/+7
* s390: use a larger stack for KMSANIlya Leoshkevich2024-07-032-2/+2
* s390/boot: turn off KMSANIlya Leoshkevich2024-07-031-0/+2
* arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador2024-07-031-2/+0
* mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-031-2/+2
* mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-034-4/+4
* mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet2024-07-031-12/+0
* mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-035-15/+0
* mm: add update_mmu_tlb_range()Bang Li2024-07-035-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-284-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
* | | Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-283-19/+14
|\ \ \
| * | | randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook2024-06-283-19/+14
* | | | x86: stop playing stack games in profile_pc()Linus Torvalds2024-06-281-19/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-06-283-2/+4
|\ \ \ \
| * | | | arm64: Clear the initial ID map correctly before remappingZenghui Yu2024-06-241-1/+1
| * | | | arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts2024-06-192-1/+3
* | | | | Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-06-272-5/+8
|\ \ \ \ \