summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman
2023-08-24powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-24powerpc: Remove <asm/ide.h>Geert Uytterhoeven
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao
2023-08-22powerpc/module: Remove unused .ftrace.tramp sectionNaveen N Rao
2023-08-22powerpc/ftrace: Fix dropping weak symbols with older toolchainsNaveen N Rao
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins
2023-08-18powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij
2023-08-16powerpc: remove <asm/export.h>Masahiro Yamada
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com