summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
11 daysmm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-1/+0
11 dayspowerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy4-3/+20
11 dayspowerpc/pseries: Use correct data types from pseries_hp_errorlog structHaren Myneni4-27/+10
2024-10-04powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-10-04crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10Danny Tsen1-0/+1
2024-10-04powerpc/vdso: Inconditionally use CFUNC macroChristophe Leroy1-4/+0
2024-10-04powerpc/8xx: Fix kernel vs user address comparisonChristophe Leroy1-3/+3
2024-10-04powerpc/8xx: Fix initial memory mappingChristophe Leroy1-2/+2
2024-08-29powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.1-1/+9
2024-08-22powerpc/mm: Fix return type of pgd_val()Christophe Leroy2-5/+11
2024-08-22powerpc/vdso: Don't discard rela sectionsChristophe Leroy2-3/+5
2024-08-22powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+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
2024-07-13powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0