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.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-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-12-08
KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
Sean Christopherson
2
-1
/
+2
2021-12-08
KVM: Reconcile discrepancies in halt-polling stats
Sean Christopherson
1
-19
/
+16
2021-12-08
KVM: Refactor and document halt-polling stats update helper
Sean Christopherson
1
-7
/
+13
2021-12-08
KVM: Update halt-polling stats if and only if halt-polling was attempted
Sean Christopherson
1
-3
/
+5
2021-12-08
KVM: Force PPC to define its own rcuwait object
Sean Christopherson
5
-5
/
+12
2021-12-08
KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
Sean Christopherson
2
-3
/
+4
2021-12-08
KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
Sean Christopherson
1
-3
/
+11
2021-12-08
KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
Paolo Bonzini
1
-1
/
+2
2021-12-08
KVM: x86: change TLB flush indicator to bool
Vihas Mak
1
-5
/
+5
2021-12-08
KVM: Avoid atomic operations when kicking the running vCPU
Paolo Bonzini
1
-1
/
+14
2021-12-08
KVM: x86/MMU: Simplify flow of vmx_get_mt_mask
Ben Gardon
1
-16
/
+7
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
8
-19
/
+19
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
Ben Gardon
3
-10
/
+10
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
Ben Gardon
3
-5
/
+5
2021-12-08
KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2
Sean Christopherson
2
-5
/
+4
2021-12-08
KVM: nSVM: introduce struct vmcb_ctrl_area_cached
Emanuele Giuseppe Esposito
3
-23
/
+103
2021-12-08
KVM: nSVM: split out __nested_vmcb_check_controls
Paolo Bonzini
1
-4
/
+12
2021-12-08
KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
Emanuele Giuseppe Esposito
1
-18
/
+6
2021-12-08
KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
Emanuele Giuseppe Esposito
1
-4
/
+14
2021-12-08
KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...
Emanuele Giuseppe Esposito
3
-43
/
+43
2021-12-08
KVM: nSVM: introduce svm->nested.save to cache save area before checks
Emanuele Giuseppe Esposito
3
-0
/
+41
2021-12-08
KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
Emanuele Giuseppe Esposito
1
-22
/
+13
2021-12-08
KVM: Dynamically allocate "new" memslots from the get-go
Sean Christopherson
1
-101
/
+77
2021-12-08
KVM: Wait 'til the bitter end to initialize the "new" memslot
Sean Christopherson
1
-17
/
+20
2021-12-08
KVM: Optimize overlapping memslots check
Maciej S. Szmigiero
1
-14
/
+22
2021-12-08
KVM: Optimize gfn lookup in kvm_zap_gfn_range()
Maciej S. Szmigiero
2
-3
/
+103
2021-12-08
KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_m...
Maciej S. Szmigiero
1
-1
/
+1
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
11
-478
/
+503
2021-12-08
KVM: s390: Introduce kvm_s390_get_gfn_end()
Maciej S. Szmigiero
3
-4
/
+14
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
7
-14
/
+47
2021-12-08
KVM: Resolve memslot ID via a hash table instead of via a static array
Maciej S. Szmigiero
2
-29
/
+91
2021-12-08
KVM: Move WARN on invalid memslot index to update_memslots()
Maciej S. Szmigiero
1
-2
/
+4
2021-12-08
KVM: Integrate gfn_to_memslot_approx() into search_memslots()
Maciej S. Szmigiero
3
-46
/
+36
2021-12-08
KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
Maciej S. Szmigiero
3
-29
/
+8
2021-12-08
KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
Maciej S. Szmigiero
1
-1
/
+2
2021-12-08
KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
Sean Christopherson
1
-22
/
+13
2021-12-08
KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
Sean Christopherson
1
-4
/
+9
2021-12-08
KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
Sean Christopherson
1
-4
/
+6
2021-12-08
KVM: Use prepare/commit hooks to handle generic memslot metadata updates
Sean Christopherson
1
-43
/
+66
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
8
-19
/
+4
2021-12-08
KVM: RISC-V: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-9
/
+13
2021-12-08
KVM: x86: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-4
/
+3
2021-12-08
KVM: s390: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-5
/
+8
2021-12-08
KVM: PPC: Avoid referencing userspace memory region in memslot updates
Sean Christopherson
6
-23
/
+7
2021-12-08
KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
Sean Christopherson
1
-4
/
+0
2021-12-08
KVM: arm64: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-4
/
+6
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
13
-42
/
+59
2021-12-08
KVM: Use "new" memslot's address space ID instead of dedicated param
Sean Christopherson
1
-13
/
+9
2021-12-08
KVM: Resync only arch fields when slots_arch_lock gets reacquired
Maciej S. Szmigiero
1
-20
/
+25
2021-12-08
KVM: Open code kvm_delete_memslot() into its only caller
Sean Christopherson
1
-25
/
+17
[prev]
[next]