summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
9 dayspowerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman1-2/+27
9 dayspowerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor1-2/+6
9 dayspowerpc/vdso: Refactor CFLAGS for CVDSO buildChristophe Leroy1-19/+13
2024-12-09powerpc: Adjust adding stack protector flags to KBUILD_CLAGS for clangNathan Chancellor1-9/+4
2024-12-09powerpc: Fix stack protector Kconfig test for clangNathan Chancellor1-2/+2
2024-12-09init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-2/+0
2024-12-09powerpc/pseries: Fix KVM guest detection for disabling hardlockup detectorGautam Menghani1-0/+1
2024-12-09powerpc/kexec: Fix return of uninitialized variableZhang Zekun1-2/+7
2024-12-09powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek2-13/+4
2024-12-09KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbellsGautam Menghani1-1/+0
2024-12-09KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guestsGautam Menghani2-4/+19
2024-12-09powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman3-10/+10
2024-12-09powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-12-09powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)3-7/+12
2024-12-09powerpc/fadump: Refactor and prepare fadump_cma_init for late initRitesh Harjani (IBM)1-14/+9
2024-12-09powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-0/+1
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif3-3/+3
2024-11-17powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-10-17Revert "powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2"Geoff Levand1-1/+0
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-1/+0
2024-10-10powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy4-3/+20
2024-10-10powerpc/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-09-18powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy2-2/+1
2024-09-12powerpc/vdso: Don't discard rela sectionsChristophe Leroy2-3/+5
2024-09-12powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+1
2024-09-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-09-12powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.1-1/+9
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman3-4/+4
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan3-4/+4
2024-08-29powerpc/boot: Only free if realloc() succeedsMichael Ellerman1-2/+3
2024-08-29powerpc/boot: Handle allocation failure in simple_realloc()Li zeming1-1/+3
2024-08-29powerpc/pseries/papr-sysparm: Validate buffer object lengthsNathan Lynch1-0/+47
2024-08-29powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan1-0/+2
2024-08-29powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-03powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()Al Viro1-1/+3
2024-08-03powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-08-03powerpc/xmon: Fix disassembly CPU feature checksMichael Ellerman1-22/+11
2024-08-03powerpc/prom: Add CPU info to hardware description string laterNathan Lynch1-4/+8
2024-08-03KVM: PPC: Book3S HV: Fix the get_one_reg of SDARShivaprasad G Bhat1-1/+1
2024-08-03KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3Shivaprasad G Bhat1-1/+1
2024-08-03powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFCEsben Haabendal1-0/+2
2024-07-25powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar1-2/+5
2024-07-25powerpc/pseries: Whitelist dtl slub object for copying to userspaceAnjali K1-2/+2
2024-07-25KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()Michael Ellerman1-5/+13