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-06-08
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
1
-6
/
+11
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
1
-4
/
+2
2021-05-29
selftests: kvm: fix overlapping addresses in memslot_perf_test
Paolo Bonzini
1
-1
/
+1
2021-05-28
Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-7
/
+35
2021-05-28
KVM: X86: Kill off ctxt->ud
Wanpeng Li
3
-7
/
+5
2021-05-28
KVM: X86: Fix warning caused by stale emulation context
Wanpeng Li
1
-5
/
+5
2021-05-28
KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
Yuan Yao
2
-5
/
+3
2021-05-27
KVM: x86/mmu: Fix comment mentioning skip_4k
David Matlack
1
-3
/
+3
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
4
-0
/
+17
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
6
-6
/
+11
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
3
-1
/
+4
2021-05-27
KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
Wanpeng Li
1
-3
/
+11
2021-05-27
selftests: kvm: do only 1 memslot_perf_test run by default
Paolo Bonzini
1
-1
/
+1
2021-05-27
KVM: X86: Use _BITUL() macro in UAPI headers
Joe Richey
2
-4
/
+6
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
4
-4
/
+33
2021-05-27
KVM: selftests: allow using UFFD minor faults for demand paging
Axel Rasmussen
1
-33
/
+79
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
3
-0
/
+52
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
3
-1
/
+22
2021-05-27
KVM: selftests: refactor vm_mem_backing_src_type flags
Axel Rasmussen
2
-18
/
+20
2021-05-27
KVM: selftests: allow different backing source types
Axel Rasmussen
1
-4
/
+11
2021-05-27
KVM: selftests: compute correct demand paging size
Axel Rasmussen
1
-4
/
+7
2021-05-27
KVM: selftests: simplify setup_demand_paging error handling
Axel Rasmussen
1
-32
/
+18
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
4
-32
/
+39
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
2
-3
/
+3
2021-05-27
KVM: selftests: Fix hang in hardware_disable_test
David Matlack
1
-1
/
+31
2021-05-27
KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
David Matlack
1
-0
/
+5
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
4
-10
/
+16
2021-05-27
KVM: selftests: add a memslot-related performance benchmark
Maciej S. Szmigiero
3
-0
/
+1039
2021-05-27
KVM: selftests: Keep track of memslots more efficiently
Maciej S. Szmigiero
4
-35
/
+124
2021-05-27
selftests: kvm: fix potential issue with ELF loading
Paolo Bonzini
1
-5
/
+4
2021-05-27
selftests: kvm: make allocation of extra memory take effect
Zhenzhong Duan
1
-1
/
+1
2021-05-27
KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()
Wanpeng Li
1
-0
/
+8
2021-05-27
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
1
-0
/
+2
2021-05-27
KVM: X86: Bail out of direct yield in case of under-committed scenarios
Wanpeng Li
1
-0
/
+3
2021-05-27
KVM: PPC: exit halt polling on need_resched()
Wanpeng Li
3
-3
/
+8
2021-05-27
KVM: arm64: Prevent mixed-width VM creation
Marc Zyngier
2
-4
/
+29
2021-05-27
KVM: arm64: Resolve all pending PC updates before immediate exit
Zenghui Yu
1
-3
/
+6
2021-05-24
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
2
-3
/
+3
2021-05-24
KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
1
-2
/
+1
2021-05-24
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2
-5
/
+1
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1530
-16795
/
+35992
2021-05-15
KVM: arm64: Fix debug register indexing
Marc Zyngier
1
-21
/
+21
2021-05-15
KVM: arm64: Commit pending PC adjustemnts before returning to userspace
Marc Zyngier
4
-2
/
+22
2021-05-15
KVM: arm64: Move __adjust_pc out of line
Marc Zyngier
5
-23
/
+21
2021-05-15
KVM: arm64: Mark the host stage-2 memory pools static
Quentin Perret
1
-2
/
+2
2021-05-15
KVM: arm64: Mark pkvm_pgtable_mm_ops static
Quentin Perret
1
-1
/
+1
2021-05-15
KVM: arm64: Fix boolreturn.cocci warnings
kernel test robot
1
-6
/
+6
2021-05-15
Revert "irqbypass: do not start cons/prod when failed connect"
Zhu Lingshan
1
-10
/
+6
2021-05-10
Linux 5.13-rc1
v5.13-rc1
Linus Torvalds
1
-2
/
+2
2021-05-10
fbmem: fix horribly incorrect placement of __maybe_unused
Linus Torvalds
1
-1
/
+1
[next]