summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao2023-12-201-2/+2
* powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-12-082-0/+15
* KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-12-081-3/+3
* powerpc/powernv: Fix fortify source warnings in opal-prd.cMichael Ellerman2023-11-281-5/+12
* powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin2023-11-281-3/+2
* powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen2023-11-201-1/+3
* powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior2023-11-201-1/+1
* powerpc/vas: Limit open window failure messages in log buffferHaren Myneni2023-11-202-20/+18
* powerpc/xive: Fix endian conversion sizeBenjamin Gray2023-11-201-1/+1
* powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy2023-11-201-3/+0
* powerpc: Only define __parse_fpscr() when requiredChristophe Leroy2023-11-201-0/+2
* powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2023-11-082-1/+2
* powerpc/85xx: Fix math emulation exceptionChristophe Leroy2023-11-081-1/+1
* powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy2023-10-191-1/+1
* powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2023-10-192-0/+9
* powerpc/47x: Fix 47x syscall return crashMichael Ellerman2023-10-191-3/+5
* powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray2023-10-061-0/+9
* powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray2023-10-061-1/+6
* powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray2023-10-061-1/+6
* powerpc/perf/hv-24x7: Update domain value checkKajol Jain2023-10-061-1/+1
* powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie2023-09-231-0/+1
* powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey2023-09-131-3/+14
* powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He2023-09-131-1/+3
* powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=nNicholas Piggin2023-09-131-0/+1
* powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey2023-09-134-14/+13
* powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-09-137-5/+10
* powerpc/perf: Convert fsl_emb notifier to state machine callbacksChristophe Leroy2023-09-131-3/+5
* powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain2023-09-131-0/+1
* powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy2023-09-131-119/+121
* powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Benjamin Gray2023-09-131-3/+3
* powerpc/boot: Disable power10 features after BOOTAFLAGS assignmentNathan Chancellor2023-09-131-2/+4
* powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch2023-08-231-3/+3
* powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray2023-08-231-0/+1
* powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V2023-08-111-2/+1
* powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao2023-08-111-2/+7
* word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-111-1/+1
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-15/+0
* powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window closeHaren Myneni2023-08-031-2/+7
* powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman2023-07-231-4/+9
* powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman2023-07-231-18/+19
* powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao2023-07-231-0/+8
* powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 nodePali Rohár2023-07-191-3/+3
* powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap2023-07-191-1/+1
* powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V2023-07-191-1/+1
* powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V2023-07-191-12/+22
* powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta2023-07-191-3/+3
* powerpc: simplify ppc_save_regsNicholas Piggin2023-07-191-42/+15
* powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King2023-07-191-3/+3
* powerpc/64s: Fix VAS mm use after freeNicholas Piggin2023-07-192-2/+2
* powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy2023-07-191-6/+9