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-02-06
ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK
Thomas Weissschuh
-0
/
+11
2026-02-06
LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest side
Bibo Mao
-1
/
+24
2026-02-06
LoongArch: KVM: Add paravirt preempt feature in hypervisor side
Bibo Mao
-2
/
+62
2026-02-06
LoongArch: KVM: Set default return value in KVM IO bus ops
Bibo Mao
-61
/
+39
2026-02-06
LoongArch: KVM: Add FPU/LBT delay load support
Bibo Mao
-19
/
+37
2026-02-06
LoongArch: KVM: Move LBT capability check in exception handler
Bibo Mao
-4
/
+3
2026-02-06
LoongArch: KVM: Move LASX capability check in exception handler
Bibo Mao
-4
/
+3
2026-02-06
LoongArch: KVM: Move LSX capability check in exception handler
Bibo Mao
-4
/
+3
2026-02-06
LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switch
Bibo Mao
-0
/
+4
2026-02-06
LoongArch: KVM: Check VM msgint feature during interrupt handling
Bibo Mao
-4
/
+11
2026-02-06
LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()
Bibo Mao
-0
/
+7
2026-02-06
LoongArch: KVM: Move feature detection in kvm_vm_init_features()
Bibo Mao
-21
/
+15
2026-02-06
LoongArch: KVM: Add more CPUCFG mask bits
Bibo Mao
-2
/
+20
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-43
/
+37
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
-46
/
+62
2026-02-05
Merge branch kvm-arm64/resx into kvmarm-master/next
Marc Zyngier
-305
/
+478
2026-02-05
Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/next
Marc Zyngier
-121
/
+40
2026-02-05
Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/next
Marc Zyngier
-101
/
+56
2026-02-05
Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/next
Marc Zyngier
-14
/
+22
2026-02-05
Merge branch kvm-arm64/fwb-for-all into kvmarm-master/next
Marc Zyngier
-22
/
+30
2026-02-05
Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/next
Marc Zyngier
-8
/
+76
2026-02-05
KVM: arm64: Add debugfs file dumping computed RESx values
Marc Zyngier
-0
/
+68
2026-02-05
KVM: arm64: Add sanitisation to SCTLR_EL2
Marc Zyngier
-1
/
+87
2026-02-05
KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
Marc Zyngier
-3
/
+1
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
-21
/
+3
2026-02-05
KVM: arm64: Simplify handling of full register invalid constraint
Marc Zyngier
-6
/
+9
2026-02-05
KVM: arm64: Get rid of FIXED_VALUE altogether
Marc Zyngier
-24
/
+5
2026-02-05
KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
Marc Zyngier
-11
/
+1
2026-02-05
KVM: arm64: Move RESx into individual register descriptors
Marc Zyngier
-11
/
+37
2026-02-05
KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flags
Marc Zyngier
-3
/
+9
2026-02-05
KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
Marc Zyngier
-24
/
+14
2026-02-05
KVM: arm64: Simplify FIXED_VALUE handling
Marc Zyngier
-44
/
+22
2026-02-05
KVM: arm64: Convert HCR_EL2.RW to AS_RES1
Marc Zyngier
-14
/
+1
2026-02-05
KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
Marc Zyngier
-12
/
+14
2026-02-05
KVM: arm64: Allow RES1 bits to be inferred from configuration
Marc Zyngier
-2
/
+7
2026-02-05
MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFI
Yao Zi
-0
/
+98
2026-02-05
MIPS: Loongson2ef: Use pcibios_align_resource() to block io range
Rong Zhang
-1
/
+10
2026-02-05
MIPS: Loongson2ef: Register PCI controller in early stage
Rong Zhang
-6
/
+8
2026-02-05
KVM: arm64: Inherit RESx bits from FGT register descriptors
Marc Zyngier
-11
/
+5
2026-02-05
KVM: arm64: Extend unified RESx handling to runtime sanitisation
Marc Zyngier
-18
/
+20
2026-02-05
KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
Marc Zyngier
-138
/
+160
2026-02-05
KVM: arm64: Introduce standalone FGU computing primitive
Marc Zyngier
-32
/
+25
2026-02-05
KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
Marc Zyngier
-2
/
+0
2026-02-05
arm64: Convert SCTLR_EL2 to sysreg infrastructure
Marc Zyngier
-7
/
+69
2026-02-05
s390: remove kvm_types.h from Kbuild
Randy Dunlap
-1
/
+0
2026-02-04
Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...
Linus Torvalds
-3
/
+4
2026-02-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-16
/
+27
2026-02-04
Merge tag 'kvm-x86-fixes-6.19-rc8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-16
/
+27
2026-02-04
KVM: s390: Storage key manipulation IOCTL
Claudio Imbrenda
-0
/
+58
2026-02-04
KVM: s390: Enable 1M pages for gmap
Claudio Imbrenda
-6
/
+5
[prev]
[next]