index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
Sean Christopherson
9
-94
/
+138
2026-03-04
KVM: SVM: Move core EFER.SVME enablement to kernel
Sean Christopherson
3
-27
/
+66
2026-03-04
KVM: VMX: Move core VMXON enablement to kernel
Sean Christopherson
4
-73
/
+92
2026-03-04
x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
Sean Christopherson
2
-5
/
+16
2026-03-04
KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
Sean Christopherson
4
-55
/
+89
2026-03-04
KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
Sean Christopherson
10
-20
/
+41
2026-03-04
KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
Sean Christopherson
2
-11
/
+11
2026-03-04
KVM: x86: Move kvm_rebooting to x86
Sean Christopherson
2
-0
/
+23
2026-03-04
arm64: make runtime const not usable by modules
Jisheng Zhang
1
-0
/
+4
2026-03-04
x86/entry/vdso32: Work around libgcc unwinder bug
H. Peter Anvin
1
-0
/
+30
2026-03-04
x86/resctrl: Fix SNC detection
Tony Luck
1
-31
/
+5
2026-03-04
x86/topo: Fix SNC topology mess
Peter Zijlstra
1
-44
/
+140
2026-03-04
x86/topo: Replace x86_has_numa_in_package
Peter Zijlstra
1
-10
/
+3
2026-03-04
x86/topo: Add topology_num_nodes_per_package()
Peter Zijlstra
3
-2
/
+20
2026-03-04
x86/numa: Store extra copy of numa_nodes_parsed
Peter Zijlstra
3
-0
/
+16
2026-03-04
arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernation
Catalin Marinas
1
-5
/
+5
2026-03-04
arm64: Silence sparse warnings caused by the type casting in (cmp)xchg
Catalin Marinas
1
-5
/
+7
2026-03-04
x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file paths
Jan Stancek
1
-0
/
+1
2026-03-04
powerpc/crash: adjust the elfcorehdr size
Sourabh Jain
1
-1
/
+13
2026-03-04
powerpc/kexec/core: use big-endian types for crash variables
Sourabh Jain
1
-8
/
+9
2026-03-04
powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
Rob Herring (Arm)
1
-1
/
+2
2026-03-04
powerpc: dts: fsl: Drop unused .dtsi files
Rob Herring (Arm)
4
-324
/
+0
2026-03-04
powerpc/uaccess: Fix inline assembly for clang build on PPC32
Christophe Leroy (CS GROUP)
1
-1
/
+1
2026-03-04
powerpc/e500: Always use 64 bits PTE
Christophe Leroy
5
-110
/
+5
2026-03-03
KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS
Xiaoyao Li
1
-2
/
+2
2026-03-03
x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
Xiaoyao Li
4
-44
/
+44
2026-03-03
KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*
Xiaoyao Li
2
-8
/
+2
2026-03-03
x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLE
Xiaoyao Li
2
-3
/
+3
2026-03-03
KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
Yosry Ahmed
1
-6
/
+4
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
1
-6
/
+2
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
1
-12
/
+10
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
1
-41
/
+49
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
1
-2
/
+12
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
1
-3
/
+7
2026-03-03
KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
Sean Christopherson
1
-1
/
+1
2026-03-03
xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
1
-7
/
+4
2026-03-03
xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
1
-7
/
+4
2026-03-03
xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
1
-7
/
+4
2026-03-03
x86/cpu: Remove LASS restriction on EFI
Sohil Mehta
1
-6
/
+1
2026-03-03
x86/efi: Disable LASS while executing runtime services
Sohil Mehta
1
-0
/
+35
2026-03-03
x86/cpu: Defer LASS enabling until userspace comes up
Sohil Mehta
1
-1
/
+22
2026-03-03
bpf, arm64: Use ORR-based MOV for general-purpose registers
Puranjay Mohan
1
-1
/
+3
2026-03-03
bpf,s390: add fsession support for trampolines
Menglong Dong
1
-14
/
+60
2026-03-03
bpf,s390: introduce emit_store_stack_imm64() for trampoline
Menglong Dong
1
-11
/
+10
2026-03-03
s390: Introduce bpf_get_lowcore() kfunc
Ilya Leoshkevich
2
-0
/
+14
2026-03-03
sparc/PCI: Initialize msi_addr_mask for OF-created PCI devices
Nilay Shroff
1
-0
/
+7
2026-03-03
powerpc/pci: Initialize msi_addr_mask for OF-created PCI devices
Nilay Shroff
1
-0
/
+7
2026-03-03
s390/stackleak: Fix __stackleak_poison() inline assembly constraint
Heiko Carstens
1
-1
/
+1
2026-03-03
s390/xor: Improve inline assembly constraints
Heiko Carstens
1
-4
/
+4
2026-03-03
s390/xor: Fix xor_xc_2() inline assembly constraints
Heiko Carstens
1
-2
/
+2
[prev]
[next]