summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan2-2/+2
2024-11-11asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro1-5/+0
2024-11-10powerpc/irq: use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-22/+22
2024-11-10powerpc/pseries: Fix KVM guest detection for disabling hardlockup detectorGautam Menghani1-0/+1
2024-11-10fadump: reserve param area if below boot_mem_topSourabh Jain1-1/+1
2024-11-10powerpc/fadump: allocate memory for additional parameters earlyHari Bathini3-5/+15
2024-11-10powerpc/ftrace: Fix ftrace bug with KASAN=yMichael Ellerman1-3/+4
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-4/+6
2024-11-08KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMAPaolo Bonzini1-3/+0
2024-11-08powerpc/cell: Use for_each_of_range() iteratorRob Herring (Arm)1-33/+16
2024-11-08powerpc/44x: Use for_each_of_range() iteratorRob Herring (Arm)1-14/+9
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)41-40/+40
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-10/+0
2024-11-06arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget...Oscar Salvador1-10/+30
2024-11-07powerpc/ps3: Mark ps3_setup_uhc_device() __initGeert Uytterhoeven1-1/+1
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-11-06powerpc: Add __must_check to set_memory_...()Christophe Leroy1-7/+7
2024-11-06KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid ...Gautam Menghani1-0/+12
2024-11-05powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng1-1/+1
2024-11-05KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal5-8/+17
2024-11-05powerpc: Use str_enabled_disabled() helper functionThorsten Blum1-2/+3
2024-11-05powerpc/modules: start/end_opd are only needed for ABI v1Michael Ellerman1-0/+2
2024-11-05powerpc/ps3: replace open-coded sysfs_emit functionPaulo Miguel Almeida1-3/+2
2024-11-04powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor1-2/+6
2024-11-03convert spu_run(2)Al Viro1-9/+5
2024-11-03switch spufs_calls_{get,put}() to CLASS() useAl Viro1-35/+17
2024-11-03fdget(), trivial conversionsAl Viro3-37/+14
2024-11-02powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh8-37/+58
2024-11-02powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh8-54/+48
2024-11-02powerpc: Add kconfig option for the systemcfg pageThomas Weißschuh2-2/+10
2024-11-02powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processorsThomas Weißschuh1-2/+1
2024-11-02powerpc/pseries/lparcfg: Fix printing of system_active_processorsThomas Weißschuh1-1/+1
2024-11-02powerpc/procfs: Propagate error of remap_pfn_range()Thomas Weißschuh1-4/+3
2024-11-02powerpc/vdso: Remove offset comment from 32bit vdso_arch_dataThomas Weißschuh1-1/+1
2024-10-31powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao5-5/+891
2024-10-31samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao1-0/+2
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao5-29/+116
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao7-12/+102
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao6-13/+58
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao12-38/+380
2024-10-31powerpc/ftrace: Add a postlink script to validate function tracerNaveen N Rao3-1/+59
2024-10-31powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_...Naveen N Rao1-44/+17
2024-10-31powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao1-2/+1
2024-10-31powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao1-1/+1
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao3-63/+56
2024-10-31powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao1-8/+2
2024-10-31powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao2-4/+6
2024-10-31powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao1-1/+5
2024-10-31powerpc/kprobes: Use ftrace to determine if a probe is at function entryNaveen N Rao1-10/+8
2024-10-31powerpc/trace: Account for -fpatchable-function-entry support by toolchainNaveen N Rao1-4/+7