- 2c212e1 KVM: s390: Return error on SIDA memop on normal guest by Janis Schoetterl-Glausch · 2 years, 11 months ago
- 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
- b5c7e7e all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate by Yury Norov · 3 years, 5 months ago
- 5e4e84f Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years ago
- 812de046 KVM: s390: Clarify SIGP orders versus STOP/RESTART by Eric Farman · 3 years, 1 month ago
- bad1379 KVM: s390: gaccess: Cleanup access to guest pages by Janis Schoetterl-Glausch · 3 years, 1 month ago
- 7faa543 KVM: s390: gaccess: Refactor access address range check by Janis Schoetterl-Glausch · 3 years, 1 month ago
- 416e7f0 KVM: s390: gaccess: Refactor gpa and length calculation by Janis Schoetterl-Glausch · 3 years, 1 month ago
- f786ab1b KVM: s390: Use Makefile.kvm for common files by David Woodhouse · 3 years, 1 month ago
- 91b99ea KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() by Sean Christopherson · 3 years, 3 months ago
- 005467e KVM: Drop obsolete kvm_arch_vcpu_block_finish() by Sean Christopherson · 3 years, 3 months ago
- 75c89e5 KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook by Sean Christopherson · 3 years, 3 months ago
- 6f39091 KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU by Sean Christopherson · 3 years, 3 months ago
- a54d806 KVM: Keep memslots in tree-based structures instead of array-based ones by Maciej S. Szmigiero · 3 years, 1 month ago
- 6a65683 KVM: s390: Introduce kvm_s390_get_gfn_end() by Maciej S. Szmigiero · 3 years, 1 month ago
- ed92273 KVM: Use interval tree to do fast hva lookup in memslots by Maciej S. Szmigiero · 3 years, 1 month ago
- c928bfc KVM: Integrate gfn_to_memslot_approx() into search_memslots() by Maciej S. Szmigiero · 3 years, 1 month ago
- ec5c869 KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY by Sean Christopherson · 3 years, 1 month ago
- 6a99c6e KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks by Sean Christopherson · 3 years, 1 month ago
- cf5b486 KVM: s390: Use "new" memslot instead of userspace memory region by Sean Christopherson · 3 years, 1 month ago
- 537a17b KVM: Let/force architectures to deal with arch specific memslot data by Sean Christopherson · 3 years, 1 month ago
- 46808a4 KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index by Marc Zyngier · 3 years, 1 month ago
- 113d10b KVM: s390: Use kvm_get_vcpu() instead of open-coded access by Marc Zyngier · 3 years, 1 month ago
- 27592ae KVM: Move wiping of the kvm->vcpus array to common code by Marc Zyngier · 3 years, 1 month ago
- 82cc27e KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus() by Vitaly Kuznetsov · 3 years, 1 month ago
- 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 2 months ago
- 3fd8417 KVM: s390: add debug statement for diag 318 CPNC data by Collin Walling · 3 years, 2 months ago
- 85f517b KVM: s390: Fix handle_sske page fault handling by Janis Schoetterl-Glausch · 3 years, 2 months ago
- 26c21aa s390: rename last_break to pgm_last_break by Sven Schnelle · 3 years, 3 months ago
- 67cf68b KVM: s390: Add a routine for setting userspace CPU state by Eric Farman · 3 years, 3 months ago
- 8eeba19 KVM: s390: Simplify SIGP Set Arch handling by Eric Farman · 3 years, 3 months ago
- f0a1a06 KVM: s390: pv: avoid stalls when making pages secure by Claudio Imbrenda · 3 years, 3 months ago
- 1e2aa46 KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm by Claudio Imbrenda · 3 years, 3 months ago
- d407432 KVM: s390: pv: avoid double free of sida page by Claudio Imbrenda · 3 years, 3 months ago
- 0e9ff65 KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu by Halil Pasic · 3 years, 2 months ago
- 9b57e9d KVM: s390: clear kicked_mask before sleeping again by Halil Pasic · 3 years, 2 months ago
- 25b5476 KVM: s390: Function documentation fixes by Janosch Frank · 3 years, 4 months ago
- 4eeef24 KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor by Sean Christopherson · 3 years, 4 months ago
- 192ad3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 4 months ago
- 0d0a193 Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 4 months ago
- a3e03bc KVM: s390: index kvm->arch.idle_mask by vcpu_idx by Halil Pasic · 3 years, 4 months ago
- 7119dec KVM: s390: Enable specification exception interpretation by Janis Schoetterl-Glausch · 3 years, 6 months ago
- 86956e7 s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification by Tony Krowiak · 3 years, 4 months ago
- 1e75373 s390/vfio-ap: r/w lock for PQAP interception handler function pointer by Tony Krowiak · 3 years, 4 months ago
- f95937cc KVM: stats: Support linear and logarithmic histogram statistics by Jing Zhang · 3 years, 5 months ago
- 8768927 KVM: Rename lru_slot to last_used_slot by David Matlack · 3 years, 5 months ago
- bb000f64 KVM: s390: restore old debugfs names by Christian Borntraeger · 3 years, 5 months ago
- 2bb919b Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 6 months ago
- 36824f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
- 79b1e56 Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 6 months ago
- 185cca2 KVM: s390: prepare for hugepage vmalloc by Claudio Imbrenda · 3 years, 6 months ago
- bc9e9e6 KVM: debugfs: Reuse binary stats descriptors by Jing Zhang · 3 years, 6 months ago
- ce55c04 KVM: stats: Support binary stats retrieval for a VCPU by Jing Zhang · 3 years, 6 months ago
- fcfe1ba KVM: stats: Support binary stats retrieval for a VM by Jing Zhang · 3 years, 6 months ago
- cb082bf KVM: stats: Add fd-based API to read binary stats data by Jing Zhang · 3 years, 6 months ago
- 0193cc9 KVM: stats: Separate generic stats from architecture specific ones by Jing Zhang · 3 years, 6 months ago
- 1f703d2 KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2) by Christian Borntraeger · 4 years ago
- 4fa3b91 KVM: s390: get rid of register asm usage by Heiko Carstens · 3 years, 6 months ago
- 17e89e1 s390/facilities: move stfl information from lowcore to global data by Sven Schnelle · 3 years, 8 months ago
- a43b80b KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2 by Maxim Levitsky · 3 years, 9 months ago
- 387cb8e Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 6c377b0 Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 9 months ago
- 44bada2 KVM: s390: fix guarded storage control register handling by Heiko Carstens · 3 years, 9 months ago
- c3171e9 KVM: s390: VSIE: fix MVPG handling for prefixing and MSO by Claudio Imbrenda · 3 years, 9 months ago
- c5d1f6b KVM: s390: split kvm_s390_real_to_abs by Claudio Imbrenda · 3 years, 9 months ago
- bdf7509 KVM: s390: VSIE: correctly handle MVPG when in VSIE by Claudio Imbrenda · 4 years ago
- 5ac14ba KVM: s390: extend kvm_s390_shadow_fault to return entry pointer by Claudio Imbrenda · 4 years ago
- f85f1ba KVM: s390: split kvm_s390_logical_to_effective by Claudio Imbrenda · 3 years, 10 months ago
- 87e28a1 KVM: s390: diag9c (directed yield) forwarding by Pierre Morel · 4 years, 4 months ago
- 3886075 KVM: s390: Fix comment spelling in kvm_s390_vcpu_start() by Bhaskar Chowdhury · 3 years, 11 months ago
- eba8e1a s390/time,idle: get rid of unsigned long long by Heiko Carstens · 3 years, 10 months ago
- 2cfd7b7 s390/kvm: use union tod_clock by Heiko Carstens · 3 years, 11 months ago
- 56e62a7 s390: convert to generic entry by Sven Schnelle · 4 years, 1 month ago
- 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years ago
- 50a05be KVM: s390: track synchronous pfault events in kvm_stat by Christian Borntraeger · 4 years, 1 month ago
- c419621 KVM: s390: Add memcg accounting to KVM allocations by Christian Borntraeger · 4 years, 2 months ago
- 6cbf1e9 KVM: s390: remove diag318 reset code by Collin Walling · 4 years, 2 months ago
- 1ed576a KVM: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup by Janosch Frank · 4 years, 2 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- f3633c2 Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next-5.6 by Paolo Bonzini · 4 years, 5 months ago
- 2f0a83b KVM: s390: clean up redundant 'kvm_run' parameters by Tianjia Zhang · 4 years, 6 months ago
- e8c2226 KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool by Vitaly Kuznetsov · 4 years, 7 months ago
- 23a60f8 s390/kvm: diagnose 0x318 sync and reset by Collin Walling · 4 years, 6 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 2a18b7e KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected by Vitaly Kuznetsov · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- 23fc02e Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
- 7c0ade6 KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() by Vitaly Kuznetsov · 4 years, 7 months ago
- 0b0ed65 s390: remove critical section cleanup from entry.S by Sven Schnelle · 4 years, 10 months ago
- 4c7ccc3 Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 7 months ago
- 9d5272f Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 7 months ago
- cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
- 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
- b9b2782 KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly by Peter Xu · 4 years, 8 months ago