summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman2023-03-031-1/+0
* powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-02-251-1/+4
* powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-02-251-0/+1
* powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman2023-02-251-0/+13
* powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson2023-02-251-0/+16
* powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson2023-02-253-2/+90
* powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin2023-02-224-15/+32
* powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin2023-02-141-2/+4
* powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman2023-02-091-7/+7
* powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin2023-02-091-1/+1
* powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman2023-02-091-0/+11
* powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-182-71/+67
* powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson2023-01-071-12/+0
* powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch2023-01-041-1/+6
* powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch2023-01-041-3/+10
* powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch2022-12-311-10/+1
* powerpc/hv-gpci: Fix hv_gpci event listKajol Jain2022-12-314-2/+58
* powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang2022-12-311-1/+1
* powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin2022-12-311-0/+1
* powerpc: dts: turris1x.dts: Add channel labels for temperature sensorPali Rohár2022-12-311-0/+14
* powerpc/pseries: fix plpks_read_var() code for different consumersNayna Jain2022-12-311-10/+18
* powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED errorNayna Jain2022-12-311-1/+1
* powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain2022-12-312-3/+2
* powerpc/pseries: fix the object owners enum value in plpks driverNayna Jain2022-12-311-1/+1
* powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang2022-12-311-0/+1
* powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmdsGustavo A. R. Silva2022-12-311-3/+4
* powerpc/52xx: Fix a resource leak in an error handling pathChristophe JAILLET2022-12-311-0/+1
* powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman2022-11-261-0/+1
* powerpc/bpf/32: Fix Oops on tail call testsChristophe Leroy2022-11-241-31/+21
* powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin2022-11-161-1/+1
* powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman2022-11-011-0/+1
* powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab2022-11-013-3/+24
* powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman2022-10-311-1/+1
* powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
* powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
* powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
* KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
* powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
* powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
* powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
* powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
* powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
* powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
* powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni2022-10-183-14/+45
* powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2022-10-182-7/+34
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-9/+12
|\ \
| * | mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1