index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2026-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-185
/
+241
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
-505
/
+25
2026-03-29
x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/
Tycho Andersen (AMD)
-0
/
+8
2026-03-29
Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-7
/
+46
2026-03-29
bpf,arc_jit: Fix missing newline in pr_err messages
haoyu.lu
-4
/
+4
2026-03-29
arm64: defconfig: Enable DP83TG720 PHY driver
Meghana Malladi
-0
/
+1
2026-03-29
arm64: dts: allwinner: enable h616 timer support
Michal Piekos
-0
/
+9
2026-03-29
arm64: dts: allwinner: sun50i-h6: add UART DMA channels
Chen-Yu Tsai
-0
/
+8
2026-03-29
arm64: dts: allwinner: sun50i-a64: add UART DMA channels
Chen-Yu Tsai
-0
/
+10
2026-03-29
x86/sev, crypto/ccp: Move SNP init to ccp driver
Tycho Andersen (AMD)
-2
/
+0
2026-03-29
x86/sev: Create snp_shutdown()
Tycho Andersen (AMD)
-3
/
+21
2026-03-28
x86/sev: Create snp_prepare()
Tycho Andersen (AMD)
-19
/
+32
2026-03-28
x86/sev: Create a function to clear/zero the RMP
Tom Lendacky
-14
/
+27
2026-03-28
KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
Will Deacon
-4
/
+8
2026-03-28
KVM: arm64: Disable SPE Profiling Buffer when running in guest context
Will Deacon
-12
/
+24
2026-03-28
KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
Will Deacon
-10
/
+64
2026-03-28
Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-3
/
+9
2026-03-28
KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc
Marc Zyngier
-23
/
+20
2026-03-28
KVM: arm64: Simplify integration of adjust_nested_*_perms()
Marc Zyngier
-35
/
+27
2026-03-28
KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
Marc Zyngier
-24
/
+21
2026-03-28
KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
Marc Zyngier
-23
/
+29
2026-03-28
KVM: arm64: Replace force_pte with a max_map_size attribute
Marc Zyngier
-10
/
+13
2026-03-28
KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
Marc Zyngier
-13
/
+15
2026-03-28
KVM: arm64: Restrict the scope of the 'writable' attribute
Marc Zyngier
-7
/
+9
2026-03-28
KVM: arm64: Kill logging_active from kvm_s2_fault
Marc Zyngier
-6
/
+4
2026-03-28
KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
Marc Zyngier
-52
/
+65
2026-03-28
KVM: arm64: Kill topup_memcache from kvm_s2_fault
Marc Zyngier
-18
/
+17
2026-03-28
KVM: arm64: Kill exec_fault from kvm_s2_fault
Marc Zyngier
-4
/
+2
2026-03-28
KVM: arm64: Kill write_fault from kvm_s2_fault
Marc Zyngier
-8
/
+3
2026-03-28
KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
Marc Zyngier
-8
/
+9
2026-03-28
KVM: arm64: Replace fault_is_perm with a helper
Marc Zyngier
-7
/
+10
2026-03-28
KVM: arm64: Move fault context to const structure
Marc Zyngier
-64
/
+69
2026-03-28
KVM: arm64: Make fault_ipa immutable
Marc Zyngier
-12
/
+26
2026-03-28
KVM: arm64: Kill fault->ipa
Marc Zyngier
-9
/
+5
2026-03-28
KVM: arm64: Clean up control flow in kvm_s2_fault_map()
Fuad Tabba
-9
/
+11
2026-03-28
KVM: arm64: Hoist MTE validation check out of MMU lock path
Fuad Tabba
-16
/
+12
2026-03-28
KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
Fuad Tabba
-5
/
+6
2026-03-28
KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
Fuad Tabba
-18
/
+16
2026-03-28
KVM: arm64: Simplify return logic in user_mem_abort()
Fuad Tabba
-13
/
+4
2026-03-28
KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
Fuad Tabba
-10
/
+5
2026-03-28
KVM: arm64: Simplify nested VMA shift calculation
Fuad Tabba
-5
/
+1
2026-03-28
KVM: arm64: Extract page table mapping in user_mem_abort()
Fuad Tabba
-60
/
+68
2026-03-28
KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
Fuad Tabba
-76
/
+87
2026-03-28
KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
Fuad Tabba
-4
/
+12
2026-03-28
KVM: arm64: Extract PFN resolution in user_mem_abort()
Fuad Tabba
-46
/
+59
2026-03-28
KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
Fuad Tabba
-84
/
+118
2026-03-28
KVM: arm64: ptdump: Initialize parser_state before pgtable walk
Zenghui Yu (Huawei)
-13
/
+7
2026-03-28
arm64: tegra: Add Tegra264 GPIO controllers
Prathamesh Shete
-0
/
+88
2026-03-28
arm64: tegra: smaug: Enable SPI-NOR flash
Diogo Ivo
-0
/
+12
2026-03-28
arm64: tegra: Add Jetson AGX Thor Developer Kit support
Thierry Reding
-0
/
+25
[prev]
[next]