summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-1/+0
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-10mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+4
2024-09-04mm: remove PageActiveMatthew Wilcox (Oracle)1-3/+3
2024-09-04arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-21/+3
2024-09-04arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2-8/+0
2024-09-02powerpc/vdso: refactor error handlingMichael Ellerman1-11/+7
2024-09-02mm: remove arch_unmap()Michael Ellerman1-5/+0
2024-09-02powerpc/mm: handle VDSO unmapping via close() rather than arch_unmap()Michael Ellerman2-4/+17
2024-09-02mm/powerpc: add missing pud helpersPeter Xu2-0/+23
2024-09-02powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand1-0/+6
2024-09-02mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-4/+1
2024-08-13powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-12powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy2-2/+1
2024-08-12powerpc/mm: Fix size of allocated PGDIRChristophe Leroy1-2/+2
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+2
2024-07-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-16/+8
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2-5/+2
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds41-1740/+686
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+1
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds141-5741/+1438
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-0/+983
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-2/+0
2024-07-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman12-7/+183
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+1
2024-07-15treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-07-13init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-2/+0
2024-07-13powerpc/mm: remove hugepd leftoversChristophe Leroy7-477/+3
2024-07-13powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy15-186/+74
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy10-79/+107
2024-07-13powerpc/e500: free r10 for FIND_PTEChristophe Leroy1-14/+16
2024-07-13powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy1-15/+0
2024-07-13powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-13powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2-4/+10
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy4-14/+4
2024-07-13powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy12-114/+111
2024-07-13powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy7-12/+41
2024-07-13powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-13powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-13powerpc/64e: drop unused TLB miss handlersMichael Ellerman3-232/+2
2024-07-13powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-13powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2-65/+38