summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)3-6/+6
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)1-1/+0
2022-03-21powerpc/pseries: Fix use after free in remove_phb_dynamic()Michael Ellerman1-0/+4
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin1-8/+10
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin1-2/+3
2022-03-16powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin1-9/+16
2022-03-16powerpc/xive: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-13/+21
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra1-10/+0
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever2-2/+0
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy1-0/+7
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-4/+4
2022-03-10powerpc/papr_scm: Add perf interface supportKajol Jain2-0/+230
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy3-28/+48
2022-03-09powerpc: 8xx: fix a return value error in mpc8xx_pic_initHangyu Hua1-0/+1
2022-03-09powerpc/ps3: remove unneeded semicolonsjing yangyang1-2/+2
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini1-1/+1
2022-03-08powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy1-2/+2
2022-03-08powerpc/bitops: Force inlining of fls()Christophe Leroy1-2/+2
2022-03-08powerpc: declare unmodified attribute_group usages constRohan McLure17-33/+33
2022-03-08powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing1-1/+3
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua1-3/+6
2022-03-08powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EMichael Ellerman1-1/+2
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy29-69/+43
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin3-1/+31
2022-03-08KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin1-0/+20
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin4-9/+58
2022-03-07powerpc/kexec: Declare kexec_paca staticChristophe Leroy2-3/+1
2022-03-07powerpc/smp: Declare current_set staticChristophe Leroy2-2/+1
2022-03-07powerpc: Cleanup asm-prototypes.cChristophe Leroy1-6/+0
2022-03-07powerpc/ftrace: Use STK_GOT in ftrace_mprofile.SChristophe Leroy1-2/+2
2022-03-07powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.SChristophe Leroy1-5/+2
2022-03-07powerpc/ftrace: Refactor ftrace_{regs_}callerChristophe Leroy1-102/+45
2022-03-07powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()Christophe Leroy1-8/+2
2022-03-07powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat6-3/+370
2022-03-07powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar8-59/+53
2022-03-07powerpc/mce: Modify the real address error logging messagesGanesh Goudar1-4/+4
2022-03-07powerpc/pseries: Parse control memory access errorGanesh Goudar1-4/+32
2022-03-07powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao4-104/+98
2022-03-07powerpc64/bpf: Store temp registers' bpf to ppc mappingJordan Niethe1-111/+86
2022-03-07powerpc/bpf: Use _Rn macros for GPRsNaveen N. Rao2-49/+49
2022-03-07powerpc/bpf: Move bpf_jit64.h into bpf_jit_comp64.cNaveen N. Rao2-70/+53
2022-03-07powerpc/bpf: Cleanup bpf_jit.hNaveen N. Rao2-9/+3
2022-03-07powerpc64/bpf: Get rid of PPC_BPF_[LL|STL|STLU] macrosNaveen N. Rao2-28/+15
2022-03-07powerpc64/bpf: Convert some of the uses of PPC_BPF_[LL|STL] to PPC_BPF_[LD|STD]Naveen N. Rao1-11/+11
2022-03-07powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()Naveen N. Rao2-4/+4
2022-03-07powerpc64/bpf: Optimize instruction sequence used for function callsNaveen N. Rao1-17/+13