summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
11 daysLinux 6.6.58-rt45Jaehoon Chung6-13/+36
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
2024-07-11powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0Jinglin Wen1-2/+3
2024-07-11powerpc/pseries: Fix scv instruction crash with kexecNicholas Piggin4-10/+11
2024-07-11powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"Greg Kurz1-3/+3
2024-07-11powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-07-11powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar3-0/+22
2024-07-09Revert "powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data"Greg Kroah-Hartman1-2/+2
2024-07-09Revert "powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]"Greg Kroah-Hartman4-96/+51
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]Hari Bathini4-51/+96
2024-07-05powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_dataHari Bathini1-2/+2
2024-07-05powerpc: restore some missing spu syscallsArnd Bergmann1-0/+4
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-27powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-06-27powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-06-21powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman1-0/+16
2024-06-16powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan2-0/+24
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+1