index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-11
KVM: x86: Rename kvm_lapic_enable_pv_eoi()
Vitaly Kuznetsov
4
-5
/
+5
2021-11-11
KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
Paul Durrant
5
-8
/
+47
2021-11-11
KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
Sean Christopherson
1
-23
/
+24
2021-11-11
kvm: mmu: Use fast PF path for access tracking of huge pages when possible
Junaid Shahid
1
-5
/
+5
2021-11-11
KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator
Sean Christopherson
1
-1
/
+1
2021-11-11
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
4
-2
/
+25
2021-11-11
kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
Jim Mattson
5
-11
/
+11
2021-11-11
KVM: x86: Fix recording of guest steal time / preempted status
David Woodhouse
2
-31
/
+76
2021-11-02
Merge tag 'kvm-riscv-5.16-2' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
5
-17
/
+17
2021-11-01
RISC-V: KVM: fix boolreturn.cocci warnings
Bixuan Cui
1
-9
/
+9
2021-11-01
RISC-V: KVM: remove unneeded semicolon
ran jianping
4
-8
/
+8
2021-10-31
Merge tag 'kvm-s390-next-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
12
-77
/
+200
2021-10-31
RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions
Anup Patel
2
-4
/
+5
2021-10-31
RISC-V: KVM: Factor-out FP virtualization into separate sources
Anup Patel
5
-176
/
+228
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
731
-4234
/
+10961
2021-10-27
KVM: s390: add debug statement for diag 318 CPNC data
Collin Walling
1
-0
/
+1
2021-10-27
KVM: s390: pv: properly handle page flags for protected guests
Claudio Imbrenda
4
-7
/
+50
2021-10-27
KVM: s390: Fix handle_sske page fault handling
Janis Schoetterl-Glausch
1
-0
/
+2
2021-10-25
Merge branch 'kvm-pvclock-raw-spinlock' into HEAD
Paolo Bonzini
0
-0
/
+0
2021-10-25
KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
David Woodhouse
2
-15
/
+15
2021-10-25
KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol
David Edmondson
1
-11
/
+5
2021-10-25
KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
David Edmondson
4
-18
/
+69
2021-10-25
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
5
-13
/
+19
2021-10-25
KVM: x86: Clarify the kvm_run.emulation_failure structure layout
David Edmondson
1
-2
/
+6
2021-10-25
KVM: s390: Add a routine for setting userspace CPU state
Eric Farman
2
-3
/
+12
2021-10-25
KVM: s390: Simplify SIGP Set Arch handling
Eric Farman
1
-13
/
+1
2021-10-25
KVM: s390: pv: avoid stalls when making pages secure
Claudio Imbrenda
2
-6
/
+28
2021-10-25
KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
Claudio Imbrenda
1
-1
/
+1
2021-10-25
KVM: s390: pv: avoid double free of sida page
Claudio Imbrenda
1
-10
/
+9
2021-10-25
KVM: s390: pv: add macros for UVC CC values
Claudio Imbrenda
1
-0
/
+5
2021-10-25
s390/mm: optimize reset_guest_reference_bit()
David Hildenbrand
1
-2
/
+12
2021-10-25
s390/mm: optimize set_guest_storage_key()
David Hildenbrand
1
-2
/
+12
2021-10-25
s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
David Hildenbrand
1
-12
/
+3
2021-10-25
s390/uv: fully validate the VMA before calling follow_page()
David Hildenbrand
1
-1
/
+1
2021-10-25
s390/mm: fix VMA and page table handling code in storage key handling functions
David Hildenbrand
1
-18
/
+39
2021-10-25
s390/mm: validate VMA in PGSTE manipulation functions
David Hildenbrand
1
-0
/
+13
2021-10-25
s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
David Hildenbrand
1
-2
/
+3
2021-10-25
s390/gmap: validate VMA in __gmap_zap()
David Hildenbrand
1
-0
/
+6
2021-10-22
KVM: selftests: Fix nested SVM tests when built with clang
Jim Mattson
1
-1
/
+13
2021-10-22
kvm: x86: Remove stale declaration of kvm_no_apic_vcpu
Jim Mattson
1
-2
/
+0
2021-10-22
KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
Sean Christopherson
1
-2
/
+5
2021-10-22
x86/irq: Ensure PI wakeup handler is unregistered before module unload
Sean Christopherson
1
-1
/
+3
2021-10-22
KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism
Sean Christopherson
3
-8
/
+10
2021-10-22
KVM: x86: Move SVM's APICv sanity check to common x86
Sean Christopherson
2
-2
/
+20
2021-10-22
riscv: do not select non-existing config ANON_INODES
Lukas Bulwahn
1
-1
/
+0
2021-10-22
KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper
Sean Christopherson
1
-22
/
+30
2021-10-22
KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()
Sean Christopherson
1
-3
/
+0
2021-10-22
KVM: x86/mmu: Drop a redundant, broken remote TLB flush
Sean Christopherson
1
-4
/
+2
2021-10-22
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
3
-6
/
+22
2021-10-22
KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()
Lai Jiangshan
1
-14
/
+27
[next]