summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2024-12-05powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek
2024-12-05powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy
2024-11-17powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman
2024-09-04powerpc/boot: Only free if realloc() succeedsMichael Ellerman
2024-09-04powerpc/boot: Handle allocation failure in simple_realloc()Li zeming
2024-09-04powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan
2024-08-19powerpc/xmon: Fix disassembly CPU feature checksMichael Ellerman
2024-07-18powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"Greg Kurz
2024-07-18powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman
2024-07-18asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann
2024-07-05powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman
2024-07-05powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch
2024-06-16powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde
2024-06-16powerpc/fsl-soc: hide unused const variableArnd Bergmann
2024-04-13powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor
2024-04-13powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman
2024-03-26powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.Michael Ellerman
2024-03-26powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checksKajol Jain
2024-02-23powerpc/lib: Validate size for vector operationsNaveen N Rao
2024-02-23powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman
2024-02-23powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman
2024-02-23powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan
2024-02-23powerpc: Use always instead of always-y in for crtsavres.oNathan Chancellor
2024-01-25powerpc/imc-pmu: Add a null pointer check in update_events_in_group()Kunwu Chan
2024-01-25powerpc/powernv: Add a null pointer check in opal_event_init()Kunwu Chan
2024-01-25powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch
2024-01-25powerpc/pseries/memhotplug: Quieten some DLPAR operationsLaurent Dufour
2024-01-25powerpc/44x: select I2C for CURRITUCKRandy Dunlap
2024-01-25powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2024-01-25powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada
2023-12-20powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao
2023-12-20powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy
2023-10-10powerpc/perf/hv-24x7: Update domain value checkKajol Jain
2023-09-23powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie
2023-09-23powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey
2023-09-23powerpc/32s: Fix assembler warning about r0Christophe Leroy
2023-09-23powerpc/32: Include .branch_lt in data sectionJoel Stanley
2023-08-30powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao
2023-08-30powerpc: remove leftover code of old GCC version checksMasahiro Yamada
2023-08-30powerpc/32: add stack protector supportChristophe Leroy
2023-08-30powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch
2023-08-30powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman
2023-08-30powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy
2023-08-30powerpc/mm: dump block address translation on book3s/32Christophe Leroy
2023-08-30powerpc/mm: dump segment registers on book3s/32Christophe Leroy
2023-08-30powerpc/mm: Move pgtable_t into platform headersChristophe Leroy
2023-08-30powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V