summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2024-11-07powerpc/ps3: Mark ps3_setup_uhc_device() __initGeert Uytterhoeven
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-06powerpc: Add __must_check to set_memory_...()Christophe Leroy
2024-11-06KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid ...Gautam Menghani
2024-11-05powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng
2024-11-05KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal
2024-11-05powerpc: Use str_enabled_disabled() helper functionThorsten Blum
2024-11-05powerpc/modules: start/end_opd are only needed for ABI v1Michael Ellerman
2024-11-05powerpc/ps3: replace open-coded sysfs_emit functionPaulo Miguel Almeida
2024-11-04powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor
2024-11-03convert spu_run(2)Al Viro
2024-11-03switch spufs_calls_{get,put}() to CLASS() useAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-02powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh
2024-11-02powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh
2024-11-02powerpc: Add kconfig option for the systemcfg pageThomas Weißschuh
2024-11-02powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processorsThomas Weißschuh
2024-11-02powerpc/pseries/lparcfg: Fix printing of system_active_processorsThomas Weißschuh
2024-11-02powerpc/procfs: Propagate error of remap_pfn_range()Thomas Weißschuh
2024-11-02powerpc/vdso: Remove offset comment from 32bit vdso_arch_dataThomas Weißschuh
2024-10-31powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao
2024-10-31samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao
2024-10-31powerpc/ftrace: Add a postlink script to validate function tracerNaveen N Rao
2024-10-31powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_...Naveen N Rao
2024-10-31powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao
2024-10-31powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao
2024-10-31powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao
2024-10-31powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao
2024-10-31powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao
2024-10-31powerpc/kprobes: Use ftrace to determine if a probe is at function entryNaveen N Rao
2024-10-31powerpc/trace: Account for -fpatchable-function-entry support by toolchainNaveen N Rao
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-29powerpc/64: Remove maple platformMichael Ellerman
2024-10-29powerpc/boot: Remove bogus reference to liloMichael Ellerman
2024-10-29powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman
2024-10-29powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman
2024-10-29powerpc/machdep: Drop include of seq_file.hMichael Ellerman
2024-10-29powerpc/64: Drop IPI_PRIORITY from asm-offsetsMichael Ellerman
2024-10-29dma-mapping: drop unneeded includes from dma-mapping.hChristoph Hellwig
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-25KVM: PPC: Explicitly require struct page memory for Ultravisor sharingSean Christopherson
2024-10-25KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructionsSean Christopherson
2024-10-25KVM: PPC: Remove extra get_page() to fix page refcount leakSean Christopherson
2024-10-25KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PRSean Christopherson
2024-10-25KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTESean Christopherson