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-05
ARM: multi_v7_defconfig: omap2plus_defconfig: Enable ITE IT66121 driver
Kory Maincent (TI)
2
-0
/
+3
2026-03-05
ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees
Kory Maincent (TI)
1
-0
/
+8
2026-03-05
ARM: dts: ti: omap: samsung-espresso10: Add initial support for Galaxy Tab 2 10.1
Mithil Bavishi
2
-0
/
+102
2026-03-05
ARM: dts: ti: omap: samsung-espresso7: Add initial support for Galaxy Tab 2 7.0
Mithil Bavishi
2
-0
/
+71
2026-03-05
ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
Mithil Bavishi
1
-0
/
+744
2026-03-05
ARM: dts: twl6032: Add DTS file for TWL6032 PMIC
Mithil Bavishi
1
-0
/
+77
2026-03-05
x86/microcode: Add platform mask to Intel microcode "old" list
Dave Hansen
1
-160
/
+238
2026-03-05
x86/cpu: Add platform ID to CPU matching structure
Dave Hansen
1
-0
/
+3
2026-03-05
x86/cpu: Add platform ID to CPU info structure
Dave Hansen
4
-1
/
+9
2026-03-05
x86/microcode: Refactor platform ID enumeration into a helper
Dave Hansen
1
-11
/
+43
2026-03-05
s390/boot: Respect kaslr_enabled() for identity randomization
Vasily Gorbik
1
-1
/
+2
2026-03-05
s390/Kconfig: Make modules sanity test a module-only option
Vasily Gorbik
1
-1
/
+1
2026-03-05
s390/setup: Drop stale ident_map_size declaration
Vasily Gorbik
1
-1
/
+0
2026-03-05
KVM: arm64: Fix page leak in user_mem_abort() on atomic fault
Fuad Tabba
1
-5
/
+8
2026-03-05
s390: Drop unnecessary CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT
Coiby Xu
4
-10
/
+1
2026-03-05
integrity: Make arch_ima_get_secureboot integrity-wide
Coiby Xu
6
-14
/
+14
2026-03-05
KVM: arm64: nv: Inject a SEA if failed to read the descriptor
Zenghui Yu (Huawei)
1
-1
/
+3
2026-03-05
KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDR
Zenghui Yu (Huawei)
1
-1
/
+2
2026-03-05
KVM: arm64: nv: Check S2 limits based on implemented PA size
Zenghui Yu (Huawei)
1
-9
/
+11
2026-03-05
x86/reboot: Execute the kernel restart handler upon machine restart
Martin Schiller
1
-1
/
+4
2026-03-05
KVM: arm64: pkvm: Fallback to level-3 mapping on host stage-2 fault
Marc Zyngier
1
-1
/
+1
2026-03-05
KVM: arm64: Eagerly init vgic dist/redist on vgic creation
Marc Zyngier
1
-16
/
+16
2026-03-05
arm64: dts: mediatek: mt8195-cherry-dojo: Describe M.2 M-key NVMe slot
Chen-Yu Tsai
1
-0
/
+38
2026-03-05
arm64: dts: mediatek: mt8195-cherry: add WiFi PCIe and BT USB power supplies
Chen-Yu Tsai
1
-11
/
+36
2026-03-05
arm64: dts: exynos: add initial support for Samsung Galaxy J5
Andras Sebok
2
-0
/
+529
2026-03-04
KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2
Yosry Ahmed
1
-0
/
+13
2026-03-04
KVM: x86: SVM: Remove vmcb_is_dirty()
Jim Mattson
1
-5
/
+0
2026-03-04
KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
Yosry Ahmed
1
-2
/
+10
2026-03-04
KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12
Yosry Ahmed
2
-4
/
+9
2026-03-04
KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12
Yosry Ahmed
2
-1
/
+3
2026-03-04
KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
Yosry Ahmed
1
-4
/
+2
2026-03-04
KVM: nSVM: Restrict mapping vmcb12 on nested VMRUN
Yosry Ahmed
1
-38
/
+51
2026-03-04
KVM: nSVM: Cache all used fields from VMCB12
Yosry Ahmed
3
-52
/
+93
2026-03-04
KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
Yosry Ahmed
4
-22
/
+21
2026-03-04
KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
Sean Christopherson
5
-17
/
+17
2026-03-04
KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02
Sean Christopherson
1
-20
/
+19
2026-03-04
KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
Sean Christopherson
3
-6
/
+6
2026-03-04
KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()
Yosry Ahmed
1
-1
/
+1
2026-03-04
KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()
Sean Christopherson
1
-18
/
+15
2026-03-04
KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_control()
Sean Christopherson
1
-1
/
+1
2026-03-04
KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't active
Yosry Ahmed
1
-0
/
+3
2026-03-04
KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
Sean Christopherson
4
-16
/
+25
2026-03-04
KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
Kevin Cheng
1
-12
/
+23
2026-03-04
KVM: SVM: Move STGI and CLGI intercept handling
Kevin Cheng
1
-8
/
+24
2026-03-04
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
2
-11
/
+0
2026-03-04
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
4
-12
/
+30
2026-03-04
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
1
-1
/
+3
2026-03-04
KVM: nSVM: Add missing consistency check for EVENTINJ
Yosry Ahmed
1
-0
/
+51
2026-03-04
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
2
-0
/
+7
2026-03-04
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
1
-0
/
+4
[prev]
[next]