aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
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-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2-3/+7
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao1-0/+6
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2-3/+9
2023-08-22powerpc/module: Remove unused .ftrace.tramp sectionNaveen N Rao1-4/+0
2023-08-22powerpc/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
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy1-1/+1
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2-5/+1
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij5-15/+25
2023-08-16powerpc: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers1-0/+2
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy1-2/+0
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy1-8/+0
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy1-8/+0
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy3-26/+3
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2-2/+2
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman1-0/+15
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy1-10/+0
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endianness[email protected]1-1/+1
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman1-0/+15
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann1-1/+2
2023-08-02powerpc: Explicitly include correct DT includesRob Herring2-1/+4
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2-1/+2
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy4-73/+86
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy6-52/+53
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2-46/+20
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy5-31/+11
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy3-12/+12
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy1-0/+1
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy1-5/+0
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy5-39/+29
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2-10/+4
2023-07-19Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"Andrew Donnellan2-11/+1