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.13.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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
KVM: x86/pmu: Update sample period in pmc_write_counter()
Sean Christopherson
2023-11-30
4
-27
/
+28
|
|
*
|
|
|
|
|
KVM: x86/pmu: Remove manual clearing of fields in kvm_pmu_init()
Sean Christopherson
2023-11-30
1
-2
/
+0
|
|
*
|
|
|
|
|
KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's redundant)
Sean Christopherson
2023-11-30
3
-3
/
+1
|
|
*
|
|
|
|
|
KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
Sean Christopherson
2023-11-30
1
-13
/
+22
|
|
*
|
|
|
|
|
KVM: x86/pmu: Move PMU reset logic to common x86 code
Sean Christopherson
2023-11-30
5
-56
/
+40
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
6
-41
/
+70
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
Uros Bizjak
2023-11-30
2
-6
/
+6
|
|
*
|
|
|
|
|
KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
Sean Christopherson
2023-11-30
1
-13
/
+16
|
|
*
|
|
|
|
|
KVM: x86: Use a switch statement and macros in __feature_translate()
Jim Mattson
2023-11-30
1
-14
/
+13
|
|
*
|
|
|
|
|
KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
Jim Mattson
2023-11-30
2
-3
/
+30
|
|
*
|
|
|
|
|
KVM: x86: Turn off KVM_WERROR by default for all configs
Sean Christopherson
2023-11-30
1
-7
/
+7
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
27
-742
/
+1050
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Vitaly Kuznetsov
2023-12-07
2
-6
/
+16
|
|
*
|
|
|
|
|
KVM: nVMX: Hide more stuff under CONFIG_KVM_HYPERV
Vitaly Kuznetsov
2023-12-07
3
-0
/
+7
|
|
*
|
|
|
|
|
KVM: nVMX: Introduce accessor to get Hyper-V eVMCS pointer
Vitaly Kuznetsov
2023-12-07
2
-15
/
+28
|
|
*
|
|
|
|
|
KVM: nVMX: Introduce helpers to check if Hyper-V evmptr12 is valid/set
Vitaly Kuznetsov
2023-12-07
3
-20
/
+50
|
|
*
|
|
|
|
|
KVM: x86: Make Hyper-V emulation optional
Vitaly Kuznetsov
2023-12-07
11
-35
/
+201
|
|
*
|
|
|
|
|
KVM: nVMX: Move guest_cpuid_has_evmcs() to hyperv.h
Vitaly Kuznetsov
2023-12-07
2
-10
/
+11
|
|
*
|
|
|
|
|
KVM: nVMX: Split off helper for emulating VMCLEAR on Hyper-V eVMCS
Vitaly Kuznetsov
2023-12-07
1
-14
/
+24
|
|
*
|
|
|
|
|
KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requests
Vitaly Kuznetsov
2023-12-07
3
-16
/
+17
|
|
*
|
|
|
|
|
KVM: VMX: Split off hyperv_evmcs.{ch}
Vitaly Kuznetsov
2023-12-07
7
-472
/
+486
|
|
*
|
|
|
|
|
KVM: x86: Introduce helper to check if vector is set in Hyper-V SynIC
Vitaly Kuznetsov
2023-12-07
2
-2
/
+6
|
|
*
|
|
|
|
|
KVM: x86: Introduce helper to check if auto-EOI is set in Hyper-V SynIC
Vitaly Kuznetsov
2023-12-07
2
-1
/
+7
|
|
*
|
|
|
|
|
KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
Vitaly Kuznetsov
2023-12-07
7
-252
/
+271
|
|
*
|
|
|
|
|
KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation context
Vitaly Kuznetsov
2023-12-07
5
-20
/
+30
|
|
*
|
|
|
|
|
KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XEN
Vitaly Kuznetsov
2023-12-07
2
-0
/
+7
|
|
*
|
|
|
|
|
KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
Sean Christopherson
2023-11-29
3
-8
/
+18
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
1
-2
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: x86: Harden copying of userspace-array against overflow
Philipp Stanner
2023-11-30
1
-2
/
+2
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
KVM: x86: add missing "depends on KVM"
Paolo Bonzini
2024-01-08
1
-1
/
+1
|
*
|
|
|
|
|
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
2024-01-08
1
-2
/
+1
|
*
|
|
|
|
|
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2024-01-02
8
-34
/
+55
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2024-01-02
30
-174
/
+297
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
|
*
|
|
|
|
|
|
|
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
8
-29
/
+317
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
KVM: x86: Add support for "protected VMs" that can utilize private memory
Sean Christopherson
2023-11-14
5
-7
/
+40
|
|
*
|
|
|
|
|
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
2023-11-14
4
-6
/
+12
|
|
*
|
|
|
|
|
KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
Sean Christopherson
2023-11-14
1
-1
/
+0
|
|
*
|
|
|
|
|
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
2023-11-14
2
-5
/
+97
|
|
*
|
|
|
|
|
KVM: x86: Disallow hugepages when memory attributes are mixed
Chao Peng
2023-11-14
3
-2
/
+159
|
|
*
|
|
|
|
|
KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Sean Christopherson
2023-11-14
1
-0
/
+1
|
|
*
|
|
|
|
|
KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Chao Peng
2023-11-13
1
-0
/
+1
|
|
*
|
|
|
|
|
KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
2023-11-13
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-11-13
2
-3
/
+1
|
|
*
|
|
|
|
|
KVM: Use gfn instead of hva for mmu_notifier_retry
Chao Peng
2023-11-13
2
-10
/
+11
*
|
|
|
|
|
|
|
Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-01-17
12
-153
/
+53
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
um: Mark 32bit syscall helpers as clobbering memory
Benjamin Berg
2024-01-05
1
-6
/
+12
|
*
|
|
|
|
|
|
|
um: Rely on PTRACE_SETREGSET to set FS/GS base registers
Benjamin Berg
2024-01-05
6
-68
/
+16
|
*
|
|
|
|
|
|
|
um: Always inline stub functions
Benjamin Berg
2024-01-04
2
-18
/
+20
[prev]
[next]