summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-03-10powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor1-1/+1
2023-03-10powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell1-7/+4
2023-03-03powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman1-1/+0
2023-02-25powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-02-25powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-02-25powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman1-0/+13
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-22powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin4-15/+32
2023-02-14powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-02-09powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman1-7/+7
2023-02-09powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin1-1/+1
2023-02-09powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman1-0/+11
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2-71/+67
2023-01-07powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson1-12/+0
2023-01-04powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2023-01-04powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2022-12-31powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch1-10/+1
2022-12-31powerpc/hv-gpci: Fix hv_gpci event listKajol Jain4-2/+58
2022-12-31powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang1-1/+1
2022-12-31powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin1-0/+1
2022-12-31powerpc: dts: turris1x.dts: Add channel labels for temperature sensorPali Rohár1-0/+14
2022-12-31powerpc/pseries: fix plpks_read_var() code for different consumersNayna Jain1-10/+18
2022-12-31powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED errorNayna Jain1-1/+1
2022-12-31powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain2-3/+2
2022-12-31powerpc/pseries: fix the object owners enum value in plpks driverNayna Jain1-1/+1
2022-12-31powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang1-0/+1
2022-12-31powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmdsGustavo A. R. Silva1-3/+4
2022-12-31powerpc/52xx: Fix a resource leak in an error handling pathChristophe JAILLET1-0/+1
2022-11-25powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman1-0/+1
2022-11-24powerpc/bpf/32: Fix Oops on tail call testsChristophe Leroy1-31/+21
2022-11-16powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin1-1/+1
2022-11-01powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman1-0/+1
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab3-3/+24
2022-10-31powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman1-1/+1
2022-10-26powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin1-2/+11
2022-10-18powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2-7/+21
2022-10-18powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2-3/+16
2022-10-18KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin1-0/+4
2022-10-18powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin1-1/+11
2022-10-18powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin1-3/+5
2022-10-18powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin1-0/+6
2022-10-18powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin1-6/+6
2022-10-18powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin1-2/+25
2022-10-18powerpc/64s: Add lockdep for HPTE lockNicholas Piggin1-7/+35
2022-10-18powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni3-14/+45
2022-10-18powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2-7/+34
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+12
2022-10-14Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-91/+149