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-28
KVM: arm64: Clean up control flow in kvm_s2_fault_map()
Fuad Tabba
1
-9
/
+11
2026-03-28
KVM: arm64: Hoist MTE validation check out of MMU lock path
Fuad Tabba
1
-16
/
+12
2026-03-28
KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
Fuad Tabba
1
-5
/
+6
2026-03-28
KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
Fuad Tabba
1
-18
/
+16
2026-03-28
KVM: arm64: Simplify return logic in user_mem_abort()
Fuad Tabba
1
-13
/
+4
2026-03-28
KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
Fuad Tabba
1
-10
/
+5
2026-03-28
KVM: arm64: Simplify nested VMA shift calculation
Fuad Tabba
1
-5
/
+1
2026-03-28
KVM: arm64: Extract page table mapping in user_mem_abort()
Fuad Tabba
1
-60
/
+68
2026-03-28
KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
Fuad Tabba
1
-76
/
+87
2026-03-28
KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
Fuad Tabba
1
-4
/
+12
2026-03-28
KVM: arm64: Extract PFN resolution in user_mem_abort()
Fuad Tabba
1
-46
/
+59
2026-03-28
KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
Fuad Tabba
1
-84
/
+118
2026-03-28
KVM: arm64: ptdump: Initialize parser_state before pgtable walk
Zenghui Yu (Huawei)
1
-13
/
+7
2026-03-28
arm64: tegra: Add Tegra264 GPIO controllers
Prathamesh Shete
1
-0
/
+88
2026-03-28
arm64: tegra: smaug: Enable SPI-NOR flash
Diogo Ivo
1
-0
/
+12
2026-03-28
arm64: tegra: Add Jetson AGX Thor Developer Kit support
Thierry Reding
3
-0
/
+25
2026-03-28
ARM: tegra: paz00: Configure WiFi rfkill switch through device tree
Dmitry Torokhov
5
-64
/
+8
2026-03-28
s390/entry: Scrub r12 register on kernel entry
Vasily Gorbik
1
-0
/
+3
2026-03-28
s390/syscalls: Add spectre boundary for syscall dispatch table
Greg Kroah-Hartman
1
-1
/
+4
2026-03-28
s390/barrier: Make array_index_mask_nospec() __always_inline
Vasily Gorbik
1
-2
/
+2
2026-03-28
ARM: tegra: transformers: Add connector node
Svyatoslav Ryhel
1
-2
/
+19
2026-03-27
Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-1
/
+1
2026-03-27
Merge tag 'loongarch-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
10
-22
/
+147
2026-03-27
KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
Sean Christopherson
1
-1
/
+2
2026-03-27
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
1
-6
/
+8
2026-03-27
arm64: armv8_deprecated: Disable swp emulation when FEAT_LSUI present
Yeoreum Yun
1
-0
/
+14
2026-03-27
x86/fred: Remove kernel log message when initializing exceptions
Sohil Mehta
1
-3
/
+0
2026-03-27
arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
James Morse
2
-1
/
+3
2026-03-27
arm_mpam: resctrl: Add CDP emulation
James Morse
1
-0
/
+1
2026-03-27
arm64: tegra: Add PCI controllers on Tegra264
Thierry Reding
1
-27
/
+221
2026-03-27
arm64: tegra: Fix RTC aliases
Jon Hunter
2
-0
/
+2
2026-03-27
arm64: tegra: Drop redundant clock and reset names for TSEC
Thierry Reding
1
-2
/
+0
2026-03-27
arm64: tegra: Fix snps,blen properties
Thierry Reding
1
-3
/
+3
2026-03-27
KVM: arm64: Force guest EL1 to use user-space's partid configuration
James Morse
1
-0
/
+16
2026-03-27
arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
James Morse
1
-1
/
+27
2026-03-27
arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
Ben Horgan
4
-1
/
+10
2026-03-27
arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
James Morse
1
-0
/
+33
2026-03-27
arm64: mpam: Advertise the CPUs MPAM limits to the driver
James Morse
1
-0
/
+12
2026-03-27
arm64: mpam: Drop the CONFIG_EXPERT restriction
Ben Horgan
1
-1
/
+1
2026-03-27
arm64: mpam: Re-initialise MPAM regs when CPU comes online
James Morse
1
-7
/
+12
2026-03-27
arm64: mpam: Context switch the MPAM registers
James Morse
6
-0
/
+93
2026-03-27
KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
Ben Horgan
1
-0
/
+2
2026-03-27
KVM: arm64: Preserve host MPAM configuration when changing traps
Ben Horgan
1
-4
/
+8
2026-03-27
arm64/sysreg: Add MPAMSM_EL1 register
Ben Horgan
1
-0
/
+8
2026-03-27
PCI: Align head space better
Ilpo Järvinen
9
-0
/
+23
2026-03-27
parisc/PCI: Clean up align handling
Ilpo Järvinen
1
-6
/
+4
2026-03-27
MIPS: PCI: Remove unnecessary second application of align
Ilpo Järvinen
1
-2
/
+0
2026-03-27
m68k/PCI: Remove unnecessary second application of align
Ilpo Järvinen
1
-2
/
+0
2026-03-27
ARM/PCI: Remove unnecessary second application of align
Ilpo Järvinen
1
-2
/
+0
2026-03-27
resource: Pass full extent of empty space to resource_alignf callback
Ilpo Järvinen
11
-7
/
+23
[prev]
[next]