summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-24powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.hDouglas Anderson2-6/+6
2023-06-20watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek1-2/+0
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson1-2/+2
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann1-1/+0
2023-05-16powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe1-5/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+13
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+7
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-0/+11
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds21-78/+267
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2-5/+12
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+1
2023-04-20powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen1-0/+1
2023-04-20powerpc/pseries: Always inline functions called from cpuidleMichael Ellerman1-6/+6
2023-04-20powerpc: drop MPC8272-ADS and PowerQUICC II FADS shared code.Paul Gortmaker1-4/+0
2023-04-20powerpc/pseries: Add FW_FEATURE_PLPKS feature flagAndrew Donnellan1-1/+3
2023-04-20powerpc: Remove duplicate SPRN_HSRR definitionsJoel Stanley1-2/+0
2023-04-20powerpc/64: modules support building with PCREL addresingNicholas Piggin3-4/+16
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin4-0/+34
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin1-0/+5
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin3-6/+83
2023-04-20powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár1-3/+0
2023-04-20powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár1-0/+2
2023-04-20powerpc/fsl_uli1575: Misc cleanupChristophe Leroy1-0/+9
2023-04-11powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin1-0/+2
2023-04-04powerpc/atomics: Remove unused functionNysal Jan K.A1-29/+0
2023-04-04powerpc: Implement arch_within_stack_framesNicholas Miehlbradt2-0/+46
2023-04-04Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-21/+48
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras1-0/+1
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2-10/+26
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras1-2/+3
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin1-9/+18
2023-04-02Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+7
2023-03-30powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch1-2/+2
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy1-0/+5
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny1-2/+0
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+2
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray1-2/+7
2023-03-24kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver2-5/+12
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth1-7/+7
2023-03-14powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy1-0/+1
2023-03-14powerpc/machdep: Make machine name constChristophe Leroy1-1/+1
2023-03-14powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy1-0/+7
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy1-3/+3
2023-03-08powerpc/cpu: Mark start_secondary_resume() __noreturnJosh Poimboeuf1-1/+1
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+0
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-55/+663
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+2