summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-01-26powerpc/imc-pmu: Add a null pointer check in update_events_in_group()Kunwu Chan1-0/+6
2024-01-26powerpc/powernv: Add a null pointer check in opal_powercap_init()Kunwu Chan1-0/+6
2024-01-26powerpc/powernv: Add a null pointer check in opal_event_init()Kunwu Chan1-0/+2
2024-01-26powerpc/powernv: Add a null pointer check to scom_debug_init_one()Kunwu Chan1-0/+5
2024-01-26powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch1-4/+5
2024-01-26powerpc/44x: select I2C for CURRITUCKRandy Dunlap1-0/+1
2024-01-26powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada1-1/+1
2024-01-26powerpc: remove checks for binutils older than 2.25Masahiro Yamada2-17/+2
2024-01-26powerpc/toc: Future proof kernel tocAlan Modra6-22/+18
2024-01-26powerpc: Mark .opd section read-onlyChristophe Leroy1-6/+6
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-11-28powerpc/powernv: Fix fortify source warnings in opal-prd.cMichael Ellerman1-5/+12
2023-11-28powerpc/pseries/ddw: simplify enable_ddw()Alexey Kardashevskiy1-7/+4
2023-11-28powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin1-3/+2
2023-11-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen1-1/+3
2023-11-20powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior1-1/+1
2023-11-20powerpc/xive: Fix endian conversion sizeBenjamin Gray1-1/+1
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy1-3/+0
2023-11-20powerpc: Only define __parse_fpscr() when requiredChristophe Leroy1-0/+2
2023-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2-1/+2
2023-11-08powerpc/85xx: Fix math emulation exceptionChristophe Leroy1-1/+1
2023-10-25powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-25powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy9-49/+119
2023-10-25powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy2-10/+3
2023-10-20powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-20powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-10-06powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray1-0/+9
2023-10-06powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray1-1/+6
2023-10-06powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-10-06powerpc/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-19powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey1-3/+14
2023-09-19powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey4-14/+13
2023-09-19powerpc: Don't include lppaca.h in paca.hMichael Ellerman7-5/+10
2023-09-19powerpc/perf: Convert fsl_emb notifier to state machine callbacksChristophe Leroy1-3/+5
2023-09-19powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain1-0/+1
2023-09-19powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-26powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-08-26powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray1-0/+1
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-08init: Remove check_bugs() leftoversThomas Gleixner1-15/+0
2023-07-23powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman1-18/+19
2023-07-23powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao1-0/+8
2023-07-23powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap1-1/+1
2023-07-23powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-07-23powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-07-23powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta1-3/+3