summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-06powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch1-2/+2
2024-03-01powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra1-0/+10
2024-02-23Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman1-3/+0
2024-02-23powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman1-1/+1
2024-02-23powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer1-0/+2
2024-02-23powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra1-0/+3
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-8/+8
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+0
2024-02-05powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman1-5/+0
2024-02-05powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2-3/+4
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy1-3/+0
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-1/+10
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-18/+0
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-27/+0
2023-09-01powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds46-401/+340
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+8
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-67/+279
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)7-38/+36
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey1-2/+9
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman4-5/+7
2023-08-24powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman3-3/+2
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2-22/+22
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman1-1/+0
2023-08-24powerpc: Remove <asm/ide.h>Geert Uytterhoeven1-18/+0
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy2-5/+3
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V1-0/+21
2023-08-21powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2-3/+7
2023-08-21powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao1-0/+6
2023-08-21powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2-3/+9
2023-08-21powerpc/module: Remove unused .ftrace.tramp sectionNaveen N Rao1-4/+0
2023-08-21powerpc/ftrace: Fix dropping weak symbols with older toolchainsNaveen N Rao1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2-4/+1
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-1/+1
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V1-0/+11
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2-0/+8
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V5-11/+199
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple1-0/+1
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy1-5/+3
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-10/+0
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-8/+1
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins1-0/+4
2023-08-18powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar1-0/+3
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek1-0/+3
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V1-4/+1
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy1-46/+31