summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+2
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-18/+0
|\
| * powerpc: Remove <asm/ide.h>Geert Uytterhoeven2023-08-241-18/+0
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-27/+0
|\ \
| * \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-202-4/+1
| |\ \
| * | | serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-041-10/+0
| | |/ | |/|
* | | powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar2023-08-311-1/+1
* | | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-3146-401/+340
|\ \ \
| * | | powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-08-241-2/+9
| * | | powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-244-5/+7
| * | | powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman2023-08-243-3/+2
| * | | powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2023-08-242-22/+22
| * | | powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman2023-08-241-1/+0
| * | | powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy2023-08-232-5/+3
| * | | powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2023-08-222-3/+7
| * | | powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao2023-08-221-0/+6
| * | | powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2023-08-222-3/+9
| * | | powerpc/module: Remove unused .ftrace.tramp sectionNaveen N Rao2023-08-221-4/+0
| * | | powerpc/ftrace: Fix dropping weak symbols with older toolchainsNaveen N Rao2023-08-221-1/+1
| * | | powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar2023-08-181-0/+3
| * | | powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek2023-08-181-0/+3
| * | | powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-181-4/+1
| * | | powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy2023-08-181-46/+31
| * | | powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy2023-08-181-1/+1
| * | | powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2023-08-162-5/+1
| * | | powerpc: Make virt_to_pfn() a static inlineLinus Walleij2023-08-165-15/+25
| * | | powerpc: remove <asm/export.h>Masahiro Yamada2023-08-161-1/+0
| * | | powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2023-08-161-0/+2
| * | | powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy2023-08-161-2/+0
| * | | powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy2023-08-161-8/+0
| * | | powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy2023-08-161-8/+0
| * | | powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-163-26/+3
| * | | powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2023-08-162-2/+2
| * | | Merge branch 'topic/cpu-smt' into nextMichael Ellerman2023-08-141-0/+15
| |\ \ \
| | * | | powerpc: Add HOTPLUG_SMT supportMichael Ellerman2023-08-021-0/+15
| | |/ /
| * | | powerpc: address missing-prototypes warningsArnd Bergmann2023-08-021-1/+2
| * | | powerpc: Explicitly include correct DT includesRob Herring2023-08-022-1/+4
| * | | powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin2023-08-022-1/+2
| * | | powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2023-08-024-73/+86
| * | | powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy2023-08-026-52/+53
| * | | powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-022-46/+20
| * | | powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-025-31/+11
| * | | powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-023-12/+12
| * | | powerpc/features: Add capability to update mmu features laterChristophe Leroy2023-08-021-0/+1
| * | | powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2023-08-021-5/+0
| * | | powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy2023-08-025-39/+29
| * | | powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2023-08-022-10/+4
| |/ /
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-315-8/+8
|\ \ \
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-115-8/+8
* | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \ \ \