summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Add module check for ELF ABI versionNicholas Piggin2022-12-021-0/+10
* powerpc/code-patching: Consolidate and cache per-cpu patching contextBenjamin Gray2022-12-021-19/+30
* powerpc/code-patching: Use temporary mm for Radix MMUChristopher M. Riedl2022-12-021-5/+172
* powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-304-0/+31
* powerpc/mm: Remove flush_all_mm, local_flush_all_mmBenjamin Gray2022-11-302-37/+0
* cxl: Use radix__flush_all_mm instead of generic flush_all_mmBenjamin Gray2022-11-301-3/+3
* powerpc/mm: Remove empty hash__ functionsBenjamin Gray2022-11-302-46/+9
* powerpc/code-patching: Use WARN_ON and fix check in poking_initBenjamin Gray2022-11-301-8/+9
* powerpc: Allow clearing and restoring registers independent of saved breakpoi...Jordan Niethe2022-11-302-3/+37
* powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryPali Rohár2022-11-301-0/+13
* powerpc: dts: turris1x.dts: Add channel labels for temperature sensorPali Rohár2022-11-301-0/+14
* powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-11-301-1/+0
* powerpc/ps3: mark ps3_system_bus_type staticChristoph Hellwig2022-11-302-5/+1
* Merge branch 'fixes' into nextMichael Ellerman2022-11-3020-81/+261
|\
| * 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
| * Merge tag 'v6.1-rc2' into fixesMichael Ellerman2022-10-3124-163/+236
| |\
| * | 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 branch 'topic/ppc-kvm' into nextMichael Ellerman2022-11-307-22/+26
|\ \ \
| * | | KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin2022-11-303-9/+15
| * | | KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-11-241-3/+2
| * | | KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Deming Wang2022-11-241-3/+3
| * | | KVM: PPC: Book3S HV: XIVE: Fix spelling mistakesZhang Jiaming2022-11-241-3/+3
| * | | KVM: PPC: Use __func__ to get function's nameXueBing Chen2022-11-241-4/+3
| | |/ | |/|
* | | powerpc: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-241-1/+1
* | | powerpc/pseries: fix plpks_read_var() code for different consumersNayna Jain2022-11-241-10/+18
* | | powerpc/pseries: replace kmalloc with kzalloc in PLPKS driverNayna Jain2022-11-241-6/+2
* | | powerpc/pseries: cleanup error logs in plpks driverNayna Jain2022-11-241-10/+0
* | | powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED errorNayna Jain2022-11-241-1/+1
* | | powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain2022-11-242-3/+2
* | | powerpc/pseries: fix the object owners enum value in plpks driverNayna Jain2022-11-241-1/+1
* | | powerpc/powermac: Fix symbol not declared warningsChen Lifu2022-11-241-13/+5
* | | powerpc/pseries/eeh: Fix some kernel-doc warningsBo Liu2022-11-241-2/+2
* | | powerpc/8xx: Fix warning in hw_breakpoint_handler()Russell Currey2022-11-241-1/+1
* | | powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao2022-11-241-6/+6