summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64Christophe Leroy5-3/+69
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy11-4/+453
2024-09-13powerpc/vdso: Refactor CFLAGS for CVDSO buildChristophe Leroy1-19/+13
2024-09-13powerpc/vdso32: Add crtsavresChristophe Leroy2-14/+4
2024-09-13powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy4-3/+20
2024-09-12Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-6/+12
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter6-10/+26
2024-09-10powerpc: Switch back to struct platform_driver::remove()Uwe Kleine-König7-7/+7
2024-09-10powerpc/pseries/eeh: Fix pseries_eeh_err_injectNarayana Murty N3-5/+44
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+4
2024-09-08smp: Mark smp_prepare_boot_cpu() __initBibo Mao1-1/+1
2024-09-05powerpc: Stop using no_llseekMichael Ellerman5-24/+0
2024-09-05powerpc/64s: Remove the "fast endian switch" syscallMichael Ellerman2-23/+0
2024-09-05powerpc/mm/64s: Restrict THP to Radix or HPT w/64K pagesMichael Ellerman1-0/+1
2024-09-05powerpc/mm/64s: Move THP reqs into a separate symbolMichael Ellerman1-3/+7
2024-09-05powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman1-1/+1
2024-09-05powerpc: Replace kretprobe code with rethook on powerpcAbhishek Dubey6-67/+81
2024-09-05powerpc: pseries: Constify struct kobj_typeHuang Xiaojia1-2/+2
2024-09-05powerpc: powernv: Constify struct kobj_typeHuang Xiaojia2-2/+2
2024-09-05powerpc: Constify struct kobj_typeHuang Xiaojia2-2/+2
2024-09-04powerpc/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly1-0/+4
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)1-3/+3
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-21/+3
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2-8/+0
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-1/+1
2024-09-01xz: remove XZ_EXTERN and extern from functionsLasse Collin1-3/+0
2024-09-01powerpc/vdso: refactor error handlingMichael Ellerman1-11/+7
2024-09-01mm: remove arch_unmap()Michael Ellerman1-5/+0
2024-09-01powerpc/mm: handle VDSO unmapping via close() rather than arch_unmap()Michael Ellerman2-4/+17
2024-09-01mm/powerpc: add missing pud helpersPeter Xu2-0/+23
2024-09-01powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand1-0/+6
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-4/+1
2024-08-30powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO addHaren Myneni1-0/+130
2024-08-30powerpc/pseries/dlpar: Remove device tree node for DLPAR IO removeHaren Myneni2-1/+88
2024-08-30powerpc/pseries: Use correct data types from pseries_hp_errorlog structHaren Myneni4-27/+10
2024-08-30powerpc/vdso: Inconditionally use CFUNC macroChristophe Leroy1-4/+0
2024-08-30powerpc/32: Implement validation of emergency stackChristophe Leroy2-2/+22
2024-08-30powerpc/603: Inconditionally use task PGDIR in DTLB missesChristophe Leroy1-27/+38
2024-08-30powerpc/603: Inconditionally use task PGDIR in ITLB missesChristophe Leroy1-12/+5
2024-08-30powerpc/603: Switch r0 and r3 in TLB miss handlersChristophe Leroy1-56/+38
2024-08-30powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...Christophe Leroy2-2/+2
2024-08-30powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy3-4/+8
2024-08-30powerpc/8xx: Inconditionally use task PGDIR in DTLB missesChristophe Leroy1-23/+34
2024-08-30powerpc/8xx: Inconditionally use task PGDIR in ITLB missesChristophe Leroy1-11/+0
2024-08-30powerpc/8xx: Preallocate execmem page tablesChristophe Leroy1-0/+14
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy3-1/+22
2024-08-30powerpc/8xx: Allow setting DATA alignment even with STRICT_KERNEL_RWXChristophe Leroy1-5/+5
2024-08-30Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy3-1/+17
2024-08-30powerpc/8xx: Copy kernel PGD entries into all PGDIRsChristophe Leroy1-1/+7