index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
12
-13
/
+20
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
7
-13
/
+0
2021-12-08
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
4
-10
/
+11
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
3
-19
/
+38
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: Force PPC to define its own rcuwait object
Sean Christopherson
2
-1
/
+3
2021-12-08
KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
Sean Christopherson
1
-1
/
+1
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: 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
6
-8
/
+8
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: Optimize gfn lookup in kvm_zap_gfn_range()
Maciej S. Szmigiero
1
-3
/
+9
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
9
-38
/
+39
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
5
-0
/
+5
2021-12-08
KVM: Integrate gfn_to_memslot_approx() into search_memslots()
Maciej S. Szmigiero
1
-37
/
+8
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: 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: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
6
-12
/
+0
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
11
-37
/
+56
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
37
-97
/
+110
2021-12-08
KVM: s390: Use kvm_get_vcpu() instead of open-coded access
Marc Zyngier
1
-3
/
+5
2021-12-08
KVM: mips: Use kvm_get_vcpu() instead of open-coded access
Marc Zyngier
2
-3
/
+3
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
6
-72
/
+6
2021-12-08
KVM: MMU: update comment on the number of page role combinations
Paolo Bonzini
1
-12
/
+18
2021-12-05
KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
Tom Lendacky
2
-46
/
+71
2021-12-05
KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary
Sean Christopherson
1
-4
/
+4
2021-12-05
KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
Sean Christopherson
1
-13
/
+17
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
2
-3
/
+23
2021-12-02
KVM: VMX: Set failure code in prepare_vmcs02()
Dan Carpenter
1
-1
/
+3
2021-12-02
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
4
-4
/
+8
[next]