summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-14net: memzero mp params when closing a queuePavel Begunkov
2026-01-13Merge branch 'selftests-drv-net-gro-enable-hw-gro-and-lro-testing'Jakub Kicinski
2026-01-13selftests: drv-net: gro: break out all individual test casesJakub Kicinski
2026-01-13selftests: drv-net: gro: run the test against HW GRO and LROJakub Kicinski
2026-01-13selftests: drv-net: gro: improve feature configJakub Kicinski
2026-01-13selftests: drv-net: gro: use cmd printJakub Kicinski
2026-01-13selftests: net: py: teach cmd() how to print itselfJakub Kicinski
2026-01-13selftests: net: py: teach ksft_pr() multi-line safetyJakub Kicinski
2026-01-13tools/net/ynl: suppress jobserver warning in ynltool version detectionBobby Eshleman
2026-01-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-01-13KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SWSean Christopherson
2026-01-13KVM: SVM: Harden exit_code against being used in Spectre-like attacksSean Christopherson
2026-01-13KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VMSean Christopherson
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson
2026-01-13KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metalSean Christopherson
2026-01-13KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handlingSean Christopherson
2026-01-13KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()Sean Christopherson
2026-01-13KVM: SVM: Add a helper to detect VMRUN failuresSean Christopherson
2026-01-13KVM: x86: align the code with kvm_x86_call()Jun Miao
2026-01-13KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson
2026-01-13KVM: SVM: Tag sev_supported_vmsa_features as read-only after initSean Christopherson
2026-01-13KVM: SVM: Drop the module param to control SEV-ES DebugSwapSean Christopherson
2026-01-13KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()Sean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is activeSean Christopherson
2026-01-13KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson
2026-01-13x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin
2026-01-13x86/vdso: Abstract out vdso system call internalsH. Peter Anvin
2026-01-13x86/entry/vdso: Include GNU_PROPERTY and GNU_STACK PHDRsH. Peter Anvin
2026-01-13x86/entry/vdso32: Remove open-coded DWARF in sigreturn.SH. Peter Anvin
2026-01-13x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.SH. Peter Anvin
2026-01-13x86/entry/vdso32: Don't rely on int80_landing_pad for adjusting ipH. Peter Anvin
2026-01-13Merge branch 'improve-the-performance-of-btf-type-lookups-with-binary-search'Andrii Nakryiko
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng
2026-01-13btf: Verify BTF sortingDonglin Peng
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng
2026-01-14drm/atomic: verify that gamma/degamma LUTs are not too bigDmitry Baryshkov
2026-01-14drm/atomic: add max_size check to drm_property_replace_blob_from_id()Dmitry Baryshkov
2026-01-14drm/mode_object: add drm_object_immutable_property_get_value()Dmitry Baryshkov
2026-01-13libbpf: Verify BTF sortingDonglin Peng
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng
2026-01-13tools/resolve_btfids: Support BTF sorting featureDonglin Peng
2026-01-13selftests/bpf: Add test cases for btf__permute functionalityDonglin Peng