summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2023-12-13powerpc/ftrace: Fix indentation in ftrace.hNaveen N Rao-1/+1
2023-12-13powerpc/pseries/papr-sysparm: Expose character device to user spaceNathan Lynch-8/+225
2023-12-13powerpc/pseries/papr-sysparm: Validate buffer object lengthsNathan Lynch-0/+47
2023-12-13powerpc/pseries: Add papr-vpd character driver for VPD retrievalNathan Lynch-0/+573
2023-12-13powerpc/rtas: Warn if per-function lock isn't heldNathan Lynch-12/+9
2023-12-13powerpc/rtas: Serialize firmware activation sequencesNathan Lynch-0/+4
2023-12-13powerpc/rtas: Facilitate high-level call sequencesNathan Lynch-0/+86
2023-12-13powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()Nathan Lynch-16/+16
2023-12-13powerpc/rtas: Add function return status constantsNathan Lynch-6/+19
2023-12-13powerpc/rtas: Fall back to linear search on failed token->function lookupNathan Lynch-4/+14
2023-12-13powerpc/rtas: Add for_each_rtas_function() iteratorNathan Lynch-2/+7
2023-12-13powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch-2/+17
2023-12-13powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show...Kajol Jain-0/+3
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman-5/+20
2023-12-10powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell-0/+2
2023-12-10arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens-2/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini-3/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini-1/+0
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)-21/+27
2023-12-07powerpc/Makefile: Auto detect cross compilerMichael Ellerman-0/+11
2023-12-07powerpc/Makefile: Default to ppc64le_defconfig when cross buildingMichael Ellerman-2/+2
2023-12-07powerpc/vdso: No need to undef powerpc for 64-bit buildMichael Ellerman-1/+1
2023-12-07powerpc/Makefile: Don't use $(ARCH) unnecessarilyMichael Ellerman-5/+5
2023-12-07powerpc/book3s64: Avoid __pte_protnone() check in __pte_flags_need_flush()Aneesh Kumar K.V (IBM)-7/+2
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)-8/+9
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe-1/+1
2023-12-07KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe-11/+10
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe-9/+59
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTJordan Niethe-0/+3
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe-1/+1
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe-2/+2
2023-12-07KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin-6/+12
2023-12-07KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe-0/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestJordan Niethe-1/+3
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe-2/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe-3/+6
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe-3/+6
2023-12-05powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao-2/+2
2023-12-01powerpc/fsl-pci: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen-2/+2
2023-12-01powerpc/pseries/memhp: Log more error conditions in add pathNathan Lynch-1/+6
2023-12-01powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch-4/+5
2023-12-01powerpc/44x: select I2C for CURRITUCKRandy Dunlap-0/+1
2023-12-01powerpc/85xx: Fix typo in code commentDario Binacchi-1/+1
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke-2/+21
2023-12-01powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman-0/+2
2023-12-01powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman-3/+4
2023-12-01crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva-1/+1
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang-1/+0
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman-5/+5
2023-11-30powerpc/44x: Make ppc44x_idle_init() staticMichael Ellerman-1/+1