index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2023-04-26
3
-24
/
+32
|
\
|
*
KVM: s390: pci: fix virtual-physical confusion on module unload/load
Nico Boehr
2023-04-20
1
-1
/
+1
|
*
KVM: s390: vsie: clarifications on setting the APCB
Pierre Morel
2023-04-20
1
-21
/
+29
|
*
KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
Nico Boehr
2023-04-20
1
-2
/
+2
*
|
KVM: SVM: Return the local "r" variable from svm_set_msr()
Sean Christopherson
2023-04-06
1
-5
/
+5
*
|
KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
Sean Christopherson
2023-04-06
6
-2
/
+27
*
|
KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
Sean Christopherson
2023-04-06
3
-28
/
+11
*
|
KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
2023-04-06
1
-1
/
+4
*
|
KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
2023-04-06
1
-13
/
+3
*
|
KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
Sean Christopherson
2023-04-06
4
-77
/
+39
*
|
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-16
6
-13
/
+8
*
|
KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
Thomas Huth
2023-03-16
2
-4
/
+8
*
|
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
2023-03-16
1
-8
/
+0
*
|
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
Thomas Huth
2023-03-16
1
-2
/
+2
*
|
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
2023-03-16
5
-21
/
+21
*
|
kvm: x86: Advertise FLUSH_L1D to user space
Emanuele Giuseppe Esposito
2023-03-16
1
-1
/
+1
*
|
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2023-03-16
1
-13
/
+30
*
|
kvm: vmx: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2023-03-16
2
-25
/
+46
*
|
KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
Sean Christopherson
2023-03-14
3
-4
/
+4
*
|
KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
Sean Christopherson
2023-03-14
4
-23
/
+28
*
|
KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
Sean Christopherson
2023-03-14
2
-105
/
+105
*
|
KVM: x86/mmu: Remove FNAME(is_self_change_mapping)
Lai Jiangshan
2023-03-14
1
-44
/
+7
*
|
KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walk
Lai Jiangshan
2023-03-14
1
-7
/
+5
*
|
KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
Sean Christopherson
2023-03-14
5
-36
/
+37
*
|
KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
Sean Christopherson
2023-03-14
1
-3
/
+12
*
|
KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
Suravee Suthikulpanit
2023-03-14
1
-8
/
+18
*
|
KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
Sean Christopherson
2023-03-14
1
-5
/
+7
*
|
KVM: VMX: Use tabs instead of spaces for indentation
Rong Tao
2023-03-14
1
-2
/
+2
*
|
KVM: VMX: Fix indentation coding style issue
Rong Tao
2023-03-14
1
-6
/
+6
*
|
KVM: nVMX: remove unnecessary #ifdef
Paolo Bonzini
2023-03-14
1
-7
/
+1
*
|
KVM: nVMX: add missing consistency checks for CR0 and CR4
Paolo Bonzini
2023-03-14
1
-2
/
+8
*
|
Merge tag 'kvmarm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2023-03-14
3
-36
/
+14
|
\
\
|
|
/
|
/
|
|
*
KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
Marc Zyngier
2023-03-11
3
-36
/
+14
*
|
Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-12
1
-0
/
+9
|
\
\
|
*
|
x86/CPU/AMD: Disable XSAVES on AMD family 0x17
Andrew Cooper
2023-03-08
1
-0
/
+9
|
|
/
*
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-03-10
1
-2
/
+2
|
\
\
|
*
|
alpha: fix lazy-FPU mis(merged/applied/whatnot)
Al Viro
2023-03-06
1
-2
/
+2
|
|
/
*
|
Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-10
8
-8
/
+52
|
\
\
|
*
|
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2023-03-09
4
-6
/
+39
|
*
|
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
2023-03-09
1
-1
/
+1
|
*
|
RISC-V: fix taking the text_mutex twice during sifive errata patching
Conor Dooley
2023-03-07
1
-1
/
+1
|
*
|
RISC-V: Stop emitting attributes
Palmer Dabbelt
2023-03-06
2
-0
/
+11
|
|
/
*
|
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-03-09
6
-2
/
+9
|
\
\
|
*
|
eth: fealnx: bring back this old driver
Jakub Kicinski
2023-03-08
2
-0
/
+2
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-06
1
-0
/
+1
|
|
\
\
|
|
*
|
riscv, bpf: Fix patch_text implicit declaration
Randy Dunlap
2023-02-27
1
-0
/
+1
|
*
|
|
powerpc: dts: t1040rdb: enable both CPU ports
Vladimir Oltean
2023-02-28
2
-1
/
+6
|
*
|
|
powerpc: dts: t1040rdb: fix compatible string for Rev A boards
Vladimir Oltean
2023-02-28
1
-1
/
+0
*
|
|
|
Merge tag 'm68k-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-03-09
3
-11
/
+13
|
\
\
\
\
|
*
|
|
|
m68k: Only force 030 bus error if PC not in exception table
Michael Schmitz
2023-03-06
1
-1
/
+3
[next]