summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-12-20powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2023-12-20powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+11
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2-0/+15
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-10powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-23powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie1-0/+1
2023-09-23powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey1-3/+14
2023-09-23powerpc/32s: Fix assembler warning about r0Christophe Leroy1-1/+1
2023-09-23powerpc/32: Include .branch_lt in data sectionJoel Stanley1-0/+1
2023-08-30powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao1-0/+8
2023-08-30powerpc: remove leftover code of old GCC version checksMasahiro Yamada1-8/+0
2023-08-30powerpc/32: add stack protector supportChristophe Leroy6-0/+51
2023-08-30powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-08-30powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-08-30powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy11-17/+14
2023-08-30powerpc/mm: dump block address translation on book3s/32Christophe Leroy3-1/+178
2023-08-30powerpc/mm: dump segment registers on book3s/32Christophe Leroy2-1/+65
2023-08-30powerpc/mm: Move pgtable_t into platform headersChristophe Leroy5-14/+19
2023-08-30powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy10-14/+42
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-11powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap1-1/+1
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2023-06-21powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman1-5/+4
2023-06-21Remove DECnet support from kernelStephen Hemminger1-2/+0
2023-06-21powerpc/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-05-17powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-05-17powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-05-17powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-05-17powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-11powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor1-1/+1
2023-03-11powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch1-1/+1
2023-03-11powerpc/rtas: make all exports GPLNathan Lynch1-11/+11
2023-03-11powerpc/pseries/lparcfg: add missing RTAS retry status handlingNathan Lynch1-10/+10
2023-03-11powerpc/powernv/ioda: Skip unallocated resources when mapping to PEFrederic Barrat1-1/+2
2023-02-25powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson1-0/+16
2023-02-25powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson3-2/+90
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-01-18powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2023-01-18powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2023-01-18powerpc/hv-gpci: Fix hv_gpci event listKajol Jain4-1/+57
2023-01-18powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang1-1/+1
2023-01-18powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin1-0/+1
2023-01-18powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang1-0/+1
2023-01-18powerpc/52xx: Fix a resource leak in an error handling pathChristophe JAILLET1-0/+1
2022-10-26powerpc: Fix SPE Power ISA properties for e500v1 platformsPali Rohár5-4/+55
2022-10-26powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin1-1/+1
2022-10-26powerpc/powernv: add missing of_node_put() in opal_export_attrs()Zheng Yongjun1-0/+1
2022-10-26powerpc/pci_dn: Add missing of_node_put()Liang He1-0/+1