summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-01-14KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed-2/+3
2026-01-14KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() ...Hou Wenlong-2/+7
2026-01-14KVM: x86: Assert that non-MSI doesn't have bypass vCPU when deleting producerSean Christopherson-1/+2
2026-01-14KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabledSean Christopherson-2/+2
2026-01-14KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()Yosry Ahmed-1/+0
2026-01-14arm64: dts: ti: k3-j784s4-j742s2-main-common.dtsi: Refactor watchdog instance...Abhash Kumar Jha-36/+36
2026-01-14arm64: dts: ti: k3-j784s4-main.dtsi: Move c71_3 node to appropriate orderAbhash Kumar Jha-13/+13
2026-01-14arm64: dts: ti: k3-am69-aquila-clover: Change main_spi2 CS0 to GPIO modeVitor Soares-1/+2
2026-01-14arm64: dts: ti: k3-am69-aquila: Change main_spi0/2 CS to GPIO modeVitor Soares-2/+4
2026-01-14x86/traps: Print unhashed pointers on stack overflowRyosuke Yasuoka-1/+1
2026-01-14KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()Binbin Wu-1/+0
2026-01-14powerpc/vdso: Provide clock_getres_time64()Thomas Weißschuh-0/+21
2026-01-14KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by defaultSean Christopherson-2/+2
2026-01-14x86/microcode/AMD: Allow loader debugging to be enabled on baremetal tooBorislav Petkov (AMD)-9/+20
2026-01-14arm64: dts: amlogic: s4: fix mmc clock assignmentJerome Brunet-2/+8
2026-01-14arm64: dts: amlogic: s4: assign mmc b clock to 24MHzJerome Brunet-0/+3
2026-01-14arm64: dts: amlogic: drop useless assigned-clock-parentsJerome Brunet-51/+0
2026-01-14KVM: arm64: Fix missing <asm/stackpage/nvhe.h> includeBen Dooks-0/+1
2026-01-14KVM: arm64: Calculate hyp VA size only oncePetteri Kangaslampi-32/+36
2026-01-14arm64: dts: mediatek: mt8183-kukui: Clean up IT6505 regulator supplyChen-Yu Tsai-3/+3
2026-01-14arm64: dts: mediatek: mt7986a: Change compatible for SafeXcel cryptoAngeloGioacchino Del Regno-1/+1
2026-01-14arm64: dts: mediatek: mt8173-evb: Add interrupts to DA9211 regulatorAngeloGioacchino Del Regno-0/+8
2026-01-14arm64: dts: mediatek: mt6795-xperia-m5: Rename PMIC leds nodeAngeloGioacchino Del Regno-1/+1
2026-01-14arm64: dts: mediatek: mt6795: Fix issues in SCPSYS nodeAngeloGioacchino Del Regno-2/+1
2026-01-14arm64: dts: mediatek: mt6331: Fix VCAM IO regulator nameAngeloGioacchino Del Regno-1/+1
2026-01-14parisc: Inline a type punning version of get_unaligned_le32()Ian Rogers-1/+14
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh-14/+7
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-4/+2
2026-01-13KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SWSean Christopherson-0/+6
2026-01-13KVM: SVM: Harden exit_code against being used in Spectre-like attacksSean Christopherson-0/+1
2026-01-13KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VMSean Christopherson-1/+4
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson-64/+38
2026-01-13KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metalSean Christopherson-2/+16
2026-01-13KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handlingSean Christopherson-6/+6
2026-01-13KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()Sean Christopherson-15/+10
2026-01-13KVM: SVM: Add a helper to detect VMRUN failuresSean Christopherson-11/+14
2026-01-13KVM: x86: align the code with kvm_x86_call()Jun Miao-1/+1
2026-01-13KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson-2/+1
2026-01-13KVM: SVM: Tag sev_supported_vmsa_features as read-only after initSean Christopherson-2/+2
2026-01-13KVM: SVM: Drop the module param to control SEV-ES DebugSwapSean Christopherson-8/+3
2026-01-13KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()Sean Christopherson-27/+12
2026-01-13KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is activeSean Christopherson-13/+11
2026-01-13KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is activeSean Christopherson-11/+2
2026-01-13KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is activeSean Christopherson-10/+1
2026-01-13KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is activeSean Christopherson-18/+7
2026-01-13KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is activeSean Christopherson-11/+3
2026-01-13KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is activeSean Christopherson-10/+36
2026-01-13x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin-5/+17
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin-31/+42
2026-01-13x86/vdso: Abstract out vdso system call internalsH. Peter Anvin-100/+111