aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds42-312/+265
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+7
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+6
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-7/+6
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+2
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-5/+0
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-2/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus 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 Ellerman5-40/+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-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann1-12/+1
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-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+4
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
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: Remove 'struct ppc64_opd_entry'Christophe Leroy1-8/+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/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain1-0/+18