summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.Michael Ellerman2024-03-262-3/+3
* powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checksKajol Jain2024-03-261-2/+27
* powerpc/pseries: Fix potential memleak in papr_get_attr()Qiheng Lin2024-03-261-3/+5
* powerpc/32: fix ADB_CUDA kconfig warningMichael Ellerman2024-03-261-1/+1
* powerpc: Force inlining of arch_vmap_p{u/m}d_supported()Christophe Leroy2024-03-261-2/+2
* drivers/ps3: select VIDEO to provide cmdline functionsRandy Dunlap2024-03-261-0/+1
* powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch2024-03-062-4/+9
* powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOVGaurav Batra2024-03-061-51/+105
* KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'Amit Machhiwal2024-03-012-4/+42
* powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra2024-03-013-6/+31
* powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde2024-02-231-2/+6
* powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf2024-02-231-1/+2
* powerpc/64: Set task pt_regs->link to the LR value on scv entryNaveen N Rao2024-02-231-2/+2
* Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman2024-02-233-23/+5
* powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat2024-02-231-1/+3
* powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-231-1/+1
* powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao2024-02-231-0/+1
* powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer2024-02-232-1/+21
* powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra2024-02-233-5/+23
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-233-9/+9
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-1/+0
* crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva2024-02-051-1/+1
* powerpc/lib: Validate size for vector operationsNaveen N Rao2024-02-051-0/+10
* powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2024-02-051-0/+2
* powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman2024-02-052-5/+5
* powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2024-02-052-3/+4
* powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman2024-02-051-0/+2
* powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan2024-02-051-2/+3
* powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2Geoff Levand2024-01-311-0/+1
* powerpc/64s: Increase default stack size to 32KBMichael Ellerman2024-01-251-0/+1
* powerpc/imc-pmu: Add a null pointer check in update_events_in_group()Kunwu Chan2024-01-251-0/+6
* powerpc/powernv: Add a null pointer check in opal_powercap_init()Kunwu Chan2024-01-251-0/+6
* powerpc/powernv: Add a null pointer check in opal_event_init()Kunwu Chan2024-01-251-0/+2
* powerpc/powernv: Add a null pointer check to scom_debug_init_one()Kunwu Chan2024-01-251-0/+5
* powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch2024-01-251-2/+17
* powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show...Kajol Jain2024-01-251-0/+3
* KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin2024-01-251-6/+12
* powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch2024-01-251-4/+5
* powerpc/44x: select I2C for CURRITUCKRandy Dunlap2024-01-251-0/+1
* powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada2024-01-251-1/+1
* Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-051-0/+2
|\
| * arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+2
* | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-271-2/+2
|\|
| * kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-2/+2
* | Merge tag 'powerpc-6.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-12-172-7/+46
|\ \
| * | powerpc/pseries/vas: Migration suspend waits for no in-progress open windowsHaren Myneni2023-12-132-7/+46
* | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-1/+0
|/ /
* / powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao2023-12-051-2/+2
|/
* KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin2023-11-291-3/+3
* powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2023-11-282-0/+15