summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh5-14/+7
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-4/+2
2026-01-14KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SWSean Christopherson1-0/+6
2026-01-14KVM: SVM: Harden exit_code against being used in Spectre-like attacksSean Christopherson1-0/+1
2026-01-14KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VMSean Christopherson1-1/+4
2026-01-14KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson8-64/+38
2026-01-14KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metalSean Christopherson1-2/+16
2026-01-14KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handlingSean Christopherson1-6/+6
2026-01-14KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()Sean Christopherson1-15/+10
2026-01-14KVM: SVM: Add a helper to detect VMRUN failuresSean Christopherson3-11/+14
2026-01-14KVM: x86: align the code with kvm_x86_call()Jun Miao1-1/+1
2026-01-14KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson1-2/+1
2026-01-14KVM: SVM: Tag sev_supported_vmsa_features as read-only after initSean Christopherson1-2/+2
2026-01-14KVM: SVM: Drop the module param to control SEV-ES DebugSwapSean Christopherson1-8/+3
2026-01-14KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()Sean Christopherson3-27/+12
2026-01-14KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is activeSean Christopherson3-13/+11
2026-01-14KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is activeSean Christopherson3-11/+2
2026-01-14KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is activeSean Christopherson3-10/+1
2026-01-14KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is activeSean Christopherson3-18/+7
2026-01-14KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is activeSean Christopherson3-11/+3
2026-01-14KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is activeSean Christopherson3-10/+36
2026-01-14x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin2-5/+17
2026-01-14x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin11-31/+42
2026-01-14x86/vdso: Abstract out vdso system call internalsH. Peter Anvin2-100/+111
2026-01-14x86/entry/vdso: Include GNU_PROPERTY and GNU_STACK PHDRsH. Peter Anvin1-15/+23
2026-01-14x86/entry/vdso32: Remove open-coded DWARF in sigreturn.SH. Peter Anvin3-114/+39
2026-01-14x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.SH. Peter Anvin1-6/+2
2026-01-14x86/entry/vdso32: Don't rely on int80_landing_pad for adjusting ipH. Peter Anvin1-10/+6
2026-01-14x86/entry/vdso: Refactor the vdso buildH. Peter Anvin21-186/+180
2026-01-14x86/entry/vdso: Move vdso2c to arch/x86/toolsH. Peter Anvin5-10/+14
2026-01-14x86/entry/vdso: Rename vdso_image_* to vdso*_imageH. Peter Anvin8-26/+23
2026-01-13KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()Yan Zhao1-0/+1
2026-01-13arch/um: remove unused varible err in remove_files_and_dir()Alex Shi1-2/+1
2026-01-13um: virtio_uml: Support adding devices via mconsoleTiwei Bie1-1/+50
2026-01-13um: Handle SIGCHLD in seccomp mode like other IRQ signalsTiwei Bie1-0/+3
2026-01-13um: Preserve errno within signal handlerTiwei Bie1-3/+3
2026-01-13arm64: dts: qcom: qcs8300: Add GPU coolingGaurav Kohli1-0/+26
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+54
2026-01-13riscv: dts: allwinner: d1: Add RGB LEDs to boardsSamuel Holland2-0/+25
2026-01-13riscv: dts: allwinner: d1: Add LED controller nodeSamuel Holland2-0/+21
2026-01-13arm64: dts: allwinner: a100: Add LED controller nodeSamuel Holland1-0/+14
2026-01-13x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-01-13x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-01-13arm64: dts: qcom: sa8775p: Add reg and clocks for QoS configurationOdelu Kukatla1-72/+91
2026-01-13x86/crash: Use set_memory_p() instead of __set_memory_prot()Coiby Xu3-18/+1
2026-01-13arm64: dts: rockchip: Add Radxa CM3J on RPi CM4 IO BoardFUKAUMI Naoki2-0/+205
2026-01-13arm64: dts: rockchip: Add Radxa CM3JFUKAUMI Naoki1-0/+558
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross11-200/+197
2026-01-13arm64: dts: rockchip: Make eeprom read-only for Radxa ROCK 3C/5A/5CFUKAUMI Naoki3-0/+3
2026-01-13arm64: dts: rockchip: Add TS133 variant of the QNAP NAS seriesHeiko Stuebner2-0/+72