summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-09powerpc/papr_scm: Add perf interface supportKajol Jain
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy
2022-03-09powerpc: 8xx: fix a return value error in mpc8xx_pic_initHangyu Hua
2022-03-09powerpc/ps3: remove unneeded semicolonsjing yangyang
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini
2022-03-08powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy
2022-03-08powerpc/bitops: Force inlining of fls()Christophe Leroy
2022-03-08powerpc: declare unmodified attribute_group usages constRohan McLure
2022-03-08powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua
2022-03-08powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EMichael Ellerman
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin
2022-03-08KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin
2022-03-08powerpc/kexec: Declare kexec_paca staticChristophe Leroy
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy
2022-03-08powerpc: Cleanup asm-prototypes.cChristophe Leroy
2022-03-08powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy
2022-03-08powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy
2022-03-08powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy
2022-03-08powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy
2022-03-08powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar
2022-03-08powerpc/mce: Modify the real address error logging messagesGanesh Goudar
2022-03-08powerpc/pseries: Parse control memory access errorGanesh Goudar
2022-03-08powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao
2022-03-08powerpc64/bpf: Store temp registers' bpf to ppc mappingJordan Niethe
2022-03-08powerpc/bpf: Use _Rn macros for GPRsNaveen N. Rao
2022-03-08powerpc/bpf: Move bpf_jit64.h into bpf_jit_comp64.cNaveen N. Rao
2022-03-08powerpc/bpf: Cleanup bpf_jit.hNaveen N. Rao
2022-03-08powerpc64/bpf: Get rid of PPC_BPF_[LL|STL|STLU] macrosNaveen N. Rao
2022-03-08powerpc64/bpf: Convert some of the uses of PPC_BPF_[LL|STL] to PPC_BPF_[LD|STD]Naveen N. Rao
2022-03-08powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()Naveen N. Rao
2022-03-08powerpc64/bpf: Optimize instruction sequence used for function callsNaveen N. Rao
2022-03-08powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao
2022-03-08powerpc64/bpf elfv2: Setup kernel TOC in r2 on entryNaveen N. Rao
2022-03-08powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1Naveen N. Rao
2022-03-08powerpc64/bpf: Use r12 for constant blindingNaveen N. Rao
2022-03-08powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()Naveen N. Rao
2022-03-08powerpc/bpf: Handle large branch ranges with BPF_EXITNaveen N. Rao
2022-03-08powerpc/bpf: Emit a single branch instruction for known short branch rangesNaveen N. Rao
2022-03-08powerpc/bpf: Skip branch range validation during first passNaveen N. Rao