summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm/drm-miscStephen Rothwell2023-05-181-5/+3
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0925-91/+294
| |\
| * | arch/powerpc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-5/+3
* | | powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe2023-05-171-5/+0
| |/ |/|
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-2/+13
|\ \
| * | locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-0/+11
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-7/+7
|\ \ \
| * \ \ Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-262-5/+12
| |\ \ \ | | | |/ | | |/|
| * | | KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth2023-03-161-7/+7
| | |/ | |/|
* | | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-2820-78/+263
|\ \ \
| * | | powerpc/pseries: Always inline functions called from cpuidleMichael Ellerman2023-04-201-6/+6
| * | | powerpc: drop MPC8272-ADS and PowerQUICC II FADS shared code.Paul Gortmaker2023-04-201-4/+0
| * | | powerpc/pseries: Add FW_FEATURE_PLPKS feature flagAndrew Donnellan2023-04-201-1/+3
| * | | powerpc: Remove duplicate SPRN_HSRR definitionsJoel Stanley2023-04-201-2/+0
| * | | powerpc/64: modules support building with PCREL addresingNicholas Piggin2023-04-202-4/+12
| * | | powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-204-0/+34
| * | | powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-0/+5
| * | | powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-203-6/+83
| * | | powerpc/fsl_uli1575: Mark uli_exclude_device() as staticPali Rohár2023-04-201-3/+0
| * | | powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver filePali Rohár2023-04-201-0/+2
| * | | powerpc/fsl_uli1575: Misc cleanupChristophe Leroy2023-04-201-0/+9
| * | | powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2023-04-111-0/+2
| * | | powerpc/atomics: Remove unused functionNysal Jan K.A2023-04-041-29/+0
| * | | powerpc: Implement arch_within_stack_framesNicholas Miehlbradt2023-04-042-0/+46
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-04-043-21/+48
| |\ \ \
| | * | | KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras2023-04-031-0/+1
| | * | | KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-032-10/+26
| | * | | KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-031-2/+3
| | * | | KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-9/+18
| | |/ /
| * | | powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch2023-03-301-2/+2
| * | | powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2023-03-301-0/+5
| * | | powerpc: Remove memcpy_page_flushcache()Ira Weiny2023-03-291-2/+0
| * | | powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2023-03-151-0/+1
| * | | powerpc/machdep: Make machine name constChristophe Leroy2023-03-151-1/+1
| * | | powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy2023-03-151-0/+7
| * | | powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-141-3/+3
| |/ /
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \ \
| * | | powerpc/cpu: Mark start_secondary_resume() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/ /
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+2
|\ \ \
| * | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+2
| | |/ | |/|
* | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-261-0/+1
|\ \ \
| * | | powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen2023-04-201-0/+1
| | |/ | |/|
* | | Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-021-2/+7
|\ \ \ | |_|/ |/| |
| * | powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray2023-03-281-2/+7
| |/
* | kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver2023-03-232-5/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-252-4/+0
|\
| * Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-153-14/+33
| |\
| * | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-1/+0
| * | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-1/+0