summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif3-3/+3
2024-10-29powerpc/64: Remove maple platformMichael Ellerman19-1486/+6
2024-10-29powerpc/boot: Remove bogus reference to liloMichael Ellerman1-1/+1
2024-10-29powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman3-10/+10
2024-10-29powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman3-1/+7
2024-10-29powerpc/machdep: Drop include of seq_file.hMichael Ellerman8-1/+8
2024-10-29powerpc/64: Drop IPI_PRIORITY from asm-offsetsMichael Ellerman1-1/+0
2024-10-29dma-mapping: drop unneeded includes from dma-mapping.hChristoph Hellwig1-0/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-12/+0
2024-10-25KVM: PPC: Explicitly require struct page memory for Ultravisor sharingSean Christopherson1-13/+12
2024-10-25KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructionsSean Christopherson1-7/+6
2024-10-25KVM: PPC: Remove extra get_page() to fix page refcount leakSean Christopherson1-1/+0
2024-10-25KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PRSean Christopherson4-12/+14
2024-10-25KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTESean Christopherson1-5/+5
2024-10-25KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()Sean Christopherson3-8/+4
2024-10-25KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s RadixSean Christopherson1-24/+5
2024-10-25KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HVSean Christopherson1-21/+4
2024-10-25KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faultsSean Christopherson1-5/+3
2024-10-25KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson1-3/+1
2024-10-25KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()Sean Christopherson1-7/+6
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson2-2/+2
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson2-2/+2
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson2-2/+2
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2024-10-23powerpc: Adjust adding stack protector flags to KBUILD_CLAGS for clangNathan Chancellor1-9/+4
2024-10-23powerpc: Fix stack protector Kconfig test for clangNathan Chancellor1-2/+2
2024-10-23book3s64/hash: Early detect debug_pagealloc size requirementRitesh Harjani (IBM)1-12/+13
2024-10-23book3s64/hash: Disable kfence if not early initRitesh Harjani (IBM)1-1/+3
2024-10-23book3s64/radix: Refactoring common kfence related functionsRitesh Harjani (IBM)4-14/+20
2024-10-23book3s64/hash: Add kfence functionalityRitesh Harjani (IBM)2-18/+149
2024-10-23book3s64/hash: Disable debug_pagealloc if it requires more memoryRitesh Harjani (IBM)1-1/+14
2024-10-23book3s64/hash: Make kernel_map_linear_page() genericRitesh Harjani (IBM)1-22/+25
2024-10-23book3s64/hash: Refactor hash__kernel_map_pages() functionRitesh Harjani (IBM)1-1/+8
2024-10-23book3s64/hash: Add hash_debug_pagealloc_alloc_slots() functionRitesh Harjani (IBM)1-12/+17
2024-10-23book3s64/hash: Add hash_debug_pagealloc_add_slot() functionRitesh Harjani (IBM)1-3/+10
2024-10-23book3s64/hash: Refactor kernel linear map related callsRitesh Harjani (IBM)1-82/+82
2024-10-23book3s64/hash: Remove kfence support temporarilyRitesh Harjani (IBM)2-5/+16
2024-10-23powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2024-10-21powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)3-7/+12
2024-10-21powerpc/fadump: Reserve page-aligned boot_memory_size during fadump_reserve_memRitesh Harjani (IBM)1-12/+22
2024-10-21powerpc/fadump: Refactor and prepare fadump_cma_init for late initRitesh Harjani (IBM)1-14/+9
2024-10-16powerpc/cell: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-0/+1
2024-10-16powerpc/vdso: Implement __arch_get_vdso_rng_data()Christophe Leroy4-6/+16
2024-10-16powerpc/vdso: Add a page for non-time dataChristophe Leroy8-33/+25
2024-10-16KVM: PPC: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+1
2024-10-16powerpc/rtas: Use fsleep() to minimize additional sleep durationAnna-Maria Behnsen1-14/+7
2024-10-16powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-9/+1