summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9 days107-2090/+2544
|\
| * powerpc/perf: Add per-task/process monitoring to vpa_pmu driverKajol Jain13 days3-3/+60
| * powerpc/kvm: Add vpa latency counters to kvm_vcpu_archKajol Jain13 days2-0/+8
| * powerpc/perf: Add perf interface to expose vpa countersKajol Jain13 days5-0/+232
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2024-11-178-54/+44
| |\
| | * KVM: PPC: Book3S HV: Fix kmv -> kvm typoKajol Jain2024-11-143-5/+5
| | * KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbellsGautam Menghani2024-11-141-1/+0
| | * KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guestsGautam Menghani2024-11-142-4/+19
| | * Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"Gautam Menghani2024-11-141-29/+2
| | * KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal2024-11-055-8/+17
| | * KVM: PPC: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-161-7/+1
| * | powerpc/Makefile: Allow overriding CPPArnd Bergmann2024-11-152-5/+4
| * | powerpc-km82xx.c: replace of_node_put() with __freeDavid Hunter2024-11-151-3/+3
| * | powerpc/kexec: Fix return of uninitialized variableZhang Zekun2024-11-141-2/+7
| * | powerpc/powermac: Use of_property_match_string() in pmac_has_backlight_type()Markus Elfring2024-11-141-11/+3
| * | powerpc: remove dead config options for MPC85xx platform supportLukas Bulwahn2024-11-141-21/+0
| * | powerpc/xive: Use cpumask_intersects()Costa Shulyupin2024-11-141-1/+1
| * | powerpc/xmon: symbol lookup length fixedMukesh Kumar Chaurasiya2024-11-141-3/+3
| * | powerpc/ep8248e: Use %pa to format resource_size_tSimon Horman2024-11-141-1/+1
| * | powerpc/ps3: Reorganize kerneldoc parameter namesJulia Lawall2024-11-142-2/+2
| * | powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek2024-11-142-13/+4
| * | powerpc/vdso: Remove unused clockmode asm offsetsThomas Weißschuh2024-11-141-2/+0
| * | powerpc/cell: Remove dead extern declaration for spu_priv1_beat_opsMichael Ellerman2024-11-131-1/+0
| * | powerpc/irq: use seq_put_decimal_ull_width() for decimal valuesDavid Wang2024-11-101-22/+22
| * | powerpc/pseries: Fix KVM guest detection for disabling hardlockup detectorGautam Menghani2024-11-101-0/+1
| * | fadump: reserve param area if below boot_mem_topSourabh Jain2024-11-101-1/+1
| * | powerpc/fadump: allocate memory for additional parameters earlyHari Bathini2024-11-103-5/+15
| * | powerpc/ftrace: Fix ftrace bug with KASAN=yMichael Ellerman2024-11-101-3/+4
| * | powerpc/cell: Use for_each_of_range() iteratorRob Herring (Arm)2024-11-081-33/+16
| * | powerpc/44x: Use for_each_of_range() iteratorRob Herring (Arm)2024-11-081-14/+9
| * | powerpc/ps3: Mark ps3_setup_uhc_device() __initGeert Uytterhoeven2024-11-071-1/+1
| * | powerpc: Add __must_check to set_memory_...()Christophe Leroy2024-11-061-7/+7
| * | powerpc: Use str_enabled_disabled() helper functionThorsten Blum2024-11-051-2/+3
| * | powerpc/modules: start/end_opd are only needed for ABI v1Michael Ellerman2024-11-051-0/+2
| * | powerpc/ps3: replace open-coded sysfs_emit functionPaulo Miguel Almeida2024-11-051-3/+2
| * | powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor2024-11-041-2/+6
| * | powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao2024-10-315-5/+891
| * | samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao2024-10-311-0/+2
| * | powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao2024-10-315-29/+116
| * | powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao2024-10-317-12/+102
| * | powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao2024-10-316-13/+58
| * | powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao2024-10-3112-38/+380
| * | powerpc/ftrace: Add a postlink script to validate function tracerNaveen N Rao2024-10-313-1/+59
| * | powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_...Naveen N Rao2024-10-311-44/+17
| * | powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao2024-10-311-2/+1
| * | powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao2024-10-311-1/+1
| * | powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao2024-10-313-63/+56
| * | powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao2024-10-311-8/+2
| * | powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao2024-10-312-4/+6
| * | powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao2024-10-311-1/+5