aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-11/+14
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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra1-10/+0
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy1-0/+7
2022-03-09powerpc/papr_scm: Add perf interface supportKajol Jain1-0/+5
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 McLure1-2/+2
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy9-49/+43
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin1-0/+2
2022-03-08powerpc/kexec: Declare kexec_paca staticChristophe Leroy1-2/+0
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy1-1/+0
2022-03-08powerpc: Cleanup asm-prototypes.cChristophe Leroy1-6/+0
2022-03-08powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat2-2/+5
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar3-0/+16
2022-03-08powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1Naveen N. Rao1-2/+2
2022-03-08powerpc/pseries/vas: Modify reconfig open/close functions for migrationHaren Myneni1-0/+2
2022-03-08powerpc/pseries/vas: Close windows with DLPAR core removalHaren Myneni1-0/+2
2022-03-08powerpc/vas: Return paste instruction failure if no active windowHaren Myneni1-0/+2
2022-03-08powerpc/vas: Add paste address mmap fault handlerHaren Myneni1-0/+10
2022-03-08Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-4/+4
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman4-32/+11
2022-03-07powerpc: Fix STACKTRACE=n buildMichael Ellerman1-1/+1
2022-03-05powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo2-2/+2
2022-03-01powerpc: Fix build errors with newer binutilsAnders Roxell2-8/+35
2022-03-01powerpc/interrupt: Remove struct interrupt_stateChristophe Leroy1-20/+12
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-10/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin1-1/+1
2022-02-23powerpc: Remove remaining stab codesChristophe Leroy1-6/+0
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy1-23/+0
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-0/+4
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-2/+0
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy1-2/+2
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy3-7/+7
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS is setChristophe Leroy1-1/+2
2022-02-14powerpc: Don't allow the use of EMIT_BUG_ENTRY with BUGFLAG_WARNINGChristophe Leroy1-3/+10
2022-02-12powerpc: Fix STACKTRACE=n buildMichael Ellerman1-1/+1
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V1-1/+4
2022-02-12powerpc/pseries: make pseries_devicetree_update() staticNathan Lynch1-1/+0
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy1-50/+2
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy1-27/+10
2022-02-12powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy1-0/+2
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy1-1/+11
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-11/+14
2022-02-07powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy1-0/+6
2022-02-07powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy2-3/+18
2022-02-07powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy1-38/+1