summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2022-05-04powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic()YueHaibing
2022-05-04powerpc/time: Fix sparse warningsHe Ying
2022-04-28powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini
2022-04-23powerpc: Remove unused SLOW_DOWN_IO definitionBjorn Helgaas
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-04-07powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang
2022-04-05static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy
2022-04-03KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-03-27powerpc: restore removed #endifStephen Rothwell
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy
2022-03-09powerpc/papr_scm: Add perf interface supportKajol Jain
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: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas 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/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar
2022-03-08powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1Naveen N. Rao
2022-03-08powerpc/pseries/vas: Modify reconfig open/close functions for migrationHaren Myneni
2022-03-08powerpc/pseries/vas: Close windows with DLPAR core removalHaren Myneni
2022-03-08powerpc/vas: Return paste instruction failure if no active windowHaren Myneni
2022-03-08powerpc/vas: Add paste address mmap fault handlerHaren Myneni
2022-03-08Merge branch 'topic/ppc-kvm' into nextMichael Ellerman