summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2023-12-07powerpc/Makefile: Auto detect cross compilerMichael Ellerman
2023-12-07powerpc/Makefile: Default to ppc64le_defconfig when cross buildingMichael Ellerman
2023-12-07powerpc/vdso: No need to undef powerpc for 64-bit buildMichael Ellerman
2023-12-07powerpc/Makefile: Don't use $(ARCH) unnecessarilyMichael Ellerman
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe
2023-12-07KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe
2023-12-07KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin
2023-12-07KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe
2023-12-05powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao
2023-12-01powerpc/fsl-pci: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen
2023-12-01powerpc/pseries/memhp: Log more error conditions in add pathNathan Lynch
2023-12-01powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch
2023-12-01powerpc/44x: select I2C for CURRITUCKRandy Dunlap
2023-12-01powerpc/85xx: Fix typo in code commentDario Binacchi
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke
2023-12-01powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman
2023-12-01powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman
2023-12-01crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman
2023-11-30powerpc/44x: Make ppc44x_idle_init() staticMichael Ellerman
2023-11-30powerpc/512x: Fix missing prototype warningsMichael Ellerman
2023-11-30powerpc/512x: Make pdm360ng_init() staticMichael Ellerman
2023-11-30powerpc/suspend: Add prototype for do_after_copyback()Michael Ellerman
2023-11-29KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann
2023-11-28powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson
2023-11-28powerpc/rtas_pci: rename and properly expose config access APIsNathan Lynch
2023-11-27powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell
2023-11-27powerpc/lib: Validate size for vector operationsNaveen N Rao
2023-11-27powerpc/lib: Avoid array bounds warnings in vec opsMichael Ellerman
2023-11-27powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan
2023-11-27powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
2023-11-27powerpc/32: Drop unused grackle_set_stg()Michael Ellerman
2023-11-27powerpc: Remove orphaned reg_a2.hMichael Ellerman
2023-11-27powerpc: Make cpu_spec __ro_after_initMichael Ellerman
2023-11-27powerpc/configs/64s: Enable CONFIG_MEM_SOFT_DIRTYMichael Ellerman
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang