summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-061-4/+4
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-0316-69/+75
|\
| * powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-191-1/+1
| * powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-193-12/+11
| * powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy2023-10-191-3/+8
| * powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-7/+15
| * powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-192-7/+7
| * powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-7/+12
| * powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy2023-10-191-4/+0
| * powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-2/+2
| * powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-195-24/+14
| * powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy2023-10-191-1/+2
| * powerpc: Implement and use pgprot_nx()Christophe Leroy2023-10-191-3/+2
| * powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy2023-10-191-1/+1
| * powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-193-0/+4
| * powerpc: Refactor update_mmu_cache_range()Christophe Leroy2023-10-191-2/+1
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\ \
| * | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
* | | Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-10-272-11/+22
|\ \ \
| * | | powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V2023-10-251-10/+22
| * | | powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2023-10-231-1/+0
| | |/ | |/|
* | | Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-10-211-8/+1
|\| | | |/ |/|
| * powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman2023-10-181-8/+1
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-294-4/+10
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3115-227/+304
|\
| * powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V2023-08-281-2/+6
| * powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V2023-08-281-4/+15
| * powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-241-0/+1
| * powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2023-08-241-0/+1
| * powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-182-64/+113
| * powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy2023-08-181-0/+1
| * powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy2023-08-181-14/+5
| * powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
| * powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy2023-08-141-119/+121
| * powerpc: address missing-prototypes warningsArnd Bergmann2023-08-021-0/+1
| * powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin2023-08-021-1/+29
| * powerpc: Add mm_cpumask warning when context switchingNicholas Piggin2023-08-021-2/+5
| * powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2023-08-021-1/+1
| * powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin2023-08-021-0/+1
| * powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2023-08-021-1/+1
| * powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-021-13/+2
| * powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-023-9/+4
| * powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-021-1/+1
| * powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2023-08-021-1/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2916-200/+798
|\ \
| * | powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-244-55/+53
| * | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
| * | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+1
| |\ \
| * | | powerpc: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-50/+50
| * | | powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V2023-08-181-0/+3