summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-052-1/+4
|\ \
| * | kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-042-1/+4
* | | Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-09-011-2/+2
|\ \ \
| * | | crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSXHerbert Xu2023-08-301-2/+2
* | | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-015-32/+1
|\ \ \ \
| * \ \ \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-208-17/+17
| |\ \ \ \
| * | | | | serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-042-2/+0
| * | | | | serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy2023-08-041-2/+0
| * | | | | serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-041-10/+0
| * | | | | Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-3112-12/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
| | |_|_|/ | |/| | |
* | | | | 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-31267-2621/+3366
|\ \ \ \ \
| * | | | | powerpc/xmon: Reapply "Relax frame size for clang"Nick Desaulniers2023-08-291-0/+4
| * | | | | powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V2023-08-281-2/+6
| * | | | | powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V2023-08-281-4/+15
| * | | | | powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey2023-08-251-3/+14
| * | | | | powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He2023-08-251-1/+3
| * | | | | powerpc/config: Disable SLAB_DEBUG_ON in skirootJoel Stanley2023-08-251-1/+0
| * | | | | powerpc/pseries: Remove unused hcall tracing instructionNicholas Piggin2023-08-251-1/+0
| * | | | | powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=nNicholas Piggin2023-08-251-0/+1
| * | | | | powerpc: dts: add missing space before {Krzysztof Kozlowski2023-08-258-18/+18
| * | | | | powerpc/eeh: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-251-2/+1
| * | | | | powerpc/64s: Move CPU -mtune options into KconfigMichael Ellerman2023-08-252-3/+8
| * | | | | powerpc/powermac: Fix unused function warningMichael Ellerman2023-08-251-4/+4
| * | | | | powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-08-244-14/+13
| * | | | | powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-247-5/+10
| * | | | | powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman2023-08-243-3/+2
| * | | | | powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2023-08-246-23/+26
| * | | | | powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman2023-08-245-27/+3
| * | | | | powerpc/powernv: Use struct opal_prd_msg in more placesMichael Ellerman2023-08-241-5/+5
| * | | | | powerpc/powernv: Fix fortify source warnings in opal-prd.cMichael Ellerman2023-08-241-5/+12
| * | | | | powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy2023-08-236-16/+17
| * | | | | powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy2023-08-232-5/+3
| * | | | | powerpc/powernv: fix debugfs_create_dir() error checkingImmad Mir2023-08-231-2/+2
| * | | | | powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2023-08-228-9/+64
| * | | | | powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao2023-08-221-73/+92
| * | | | | powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...Naveen N Rao2023-08-221-15/+2
| * | | | | powerpc/ftrace: Simplify ftrace_modify_call()Naveen N Rao2023-08-221-140/+21
| * | | | | powerpc/ftrace: Simplify ftrace_make_call()Naveen N Rao2023-08-221-156/+31
| * | | | | powerpc/ftrace: Simplify ftrace_make_nop()Naveen N Rao2023-08-221-188/+32
| * | | | | powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao2023-08-222-0/+77
| * | | | | powerpc/ftrace: Stop re-purposing linker generated long branches for ftraceNaveen N Rao2023-08-221-93/+17
| * | | | | powerpc/ftrace: Refactor ftrace_modify_code()Naveen N Rao2023-08-221-20/+27
| * | | | | powerpc/ftrace: Consolidate ftrace support into fewer filesNaveen N Rao2023-08-225-76/+131
| * | | | | powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao2023-08-225-29/+32
| * | | | | powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampolineNaveen N Rao2023-08-221-6/+1
| * | | | | powerpc/ftrace: Simplify function_graph support in ftrace.cNaveen N Rao2023-08-221-57/+7