summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2024-11-19powerpc/perf: Add per-task/process monitoring to vpa_pmu driverKajol Jain-0/+3
2024-11-19powerpc/kvm: Add vpa latency counters to kvm_vcpu_archKajol Jain-0/+5
2024-11-19powerpc/perf: Add perf interface to expose vpa countersKajol Jain-0/+3
2024-11-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-7/+9
2024-11-14KVM: PPC: Book3S HV: Fix kmv -> kvm typoKajol Jain-2/+2
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis-3/+3
2024-11-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek-5/+0
2024-11-13powerpc/cell: Remove dead extern declaration for spu_priv1_beat_opsMichael Ellerman-1/+0
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan-2/+2
2024-11-11asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro-5/+0
2024-11-10powerpc/fadump: allocate memory for additional parameters earlyHari Bathini-0/+2
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-1/+1
2024-11-06powerpc: Add __must_check to set_memory_...()Christophe Leroy-7/+7
2024-11-05KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal-5/+7
2024-11-05powerpc/modules: start/end_opd are only needed for ABI v1Michael Ellerman-0/+2
2024-11-02powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh-37/+52
2024-11-02powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh-26/+6
2024-11-02powerpc/vdso: Remove offset comment from 32bit vdso_arch_dataThomas Weißschuh-1/+1
2024-10-31powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao-0/+14
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao-0/+16
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao-1/+4
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao-2/+4
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao-0/+16
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao-1/+0
2024-10-29powerpc/64: Remove maple platformMichael Ellerman-1/+0
2024-10-29powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman-2/+2
2024-10-29powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman-1/+5
2024-10-29powerpc/machdep: Drop include of seq_file.hMichael Ellerman-1/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig-12/+0
2024-10-25KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PRSean Christopherson-1/+1
2024-10-25KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()Sean Christopherson-1/+1
2024-10-23book3s64/radix: Refactoring common kfence related functionsRitesh Harjani (IBM)-2/+6
2024-10-23book3s64/hash: Add kfence functionalityRitesh Harjani (IBM)-5/+0
2024-10-23book3s64/hash: Remove kfence support temporarilyRitesh Harjani (IBM)-0/+5
2024-10-21powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)-0/+7
2024-10-16powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy-0/+1
2024-10-16powerpc/vdso: Implement __arch_get_vdso_rng_data()Christophe Leroy-2/+14
2024-10-16powerpc/vdso: Add a page for non-time dataChristophe Leroy-17/+7
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino-9/+1
2024-10-15powerpc/vdso: Remove timekeeper includesThomas Weißschuh-4/+0
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt-25/+1
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt-9/+12
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+4
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-43/+85
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+78
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2024-09-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman-8/+10
2024-09-17mm: always define pxx_pgprot()Peter Xu-0/+1
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy-1/+63
2024-09-13powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy-0/+15