summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/smccc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-11firmware: smccc: Support both smc and hvc conduits for getting hyp UUIDAnirudh Rayabharam (Microsoft)-4/+1
2025-05-23arm64: kvm, smccc: Introduce and use API for getting hypervisor UUIDRoman Kisel-8/+19
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2025-04-02smccc: kvm_guest: Remove unneeded semicolonChen Ni-1/+1
2025-04-01smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABIOliver Upton-1/+1
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+80
2025-03-06smccc: kvm_guest: Fix kernel builds for 32 bit armShameer Kolothum-0/+2
2025-03-03firmware: smccc: Support optional Arm SMCCC SOC_ID namePaul Benoit-0/+80
2025-02-26smccc/kvm_guest: Enable errata based on implementation CPUsShameer Kolothum-0/+64
2024-11-07arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland-4/+0
2024-08-30firmware/smccc: Call arch-specific hook on discovering KVM servicesMarc Zyngier-0/+2
2024-04-19firmware: smccc: Export revision soc_id functionMartin Botka-0/+1
2023-07-18firmware: smccc: Fix use of uninitialised results structurePunit Agrawal-3/+2
2023-04-08irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni-23/+31
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne-0/+1
2021-11-22firmware: smccc: Fix check for ARCH_SOC_ID not implementedMichael Kelley-1/+1
2021-08-06firmware: smccc: Register smccc_trng platform deviceAndre Przywara-0/+17
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown-0/+4
2021-03-31arm/arm64: Probe for the presence of KVM hypervisorWill Deacon-1/+52
2021-01-21firmware: smccc: Introduce SMCCC TRNG frameworkAndre Przywara-0/+6
2020-09-14firmware: smccc: Export both smccc functionsSudeep Holla-0/+2
2020-07-06firmware: smccc: Add ARCH_SOC_ID supportSudeep Holla-0/+124
2020-05-20firmware: smccc: Add function to fetch SMCCC versionSudeep Holla-0/+5
2020-05-20firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla-0/+29
2020-05-20firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and aboveSudeep Holla-0/+16