| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -169/+64 |
| 9 days | Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -167/+62 |
| 14 days | KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functions | Andrew Donnellan | 1 | -7/+18 |
| 2025-11-27 | KVM: s390: Enable and disable interrupts in entry code | Heiko Carstens | 1 | -5/+0 |
| 2025-11-27 | KVM: s390: Add signal_exits counter | Andrew Donnellan | 1 | -1/+3 |
| 2025-11-24 | s390: Remove KMSG_COMPONENT macro | Heiko Carstens | 1 | -2/+1 |
| 2025-11-21 | KVM: s390: Add capability that forwards operation exceptions | Janosch Frank | 1 | -0/+7 |
| 2025-11-05 | KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl() | Sean Christopherson | 1 | -2/+2 |
| 2025-10-20 | KVM: s390: Replace sprintf with snprintf for buffer safety | Josephine Pfeiffer | 1 | -1/+1 |
| 2025-10-20 | KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpu | Thorsten Blum | 1 | -3/+1 |
| 2025-10-20 | KVM: S390: Remove sca_lock | Christoph Schlameuss | 1 | -25/+9 |
| 2025-10-20 | KVM: s390: Use ESCA instead of BSCA at VM init | Christoph Schlameuss | 1 | -137/+35 |
| 2025-10-09 | Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-29 | s390: Remove superfluous newlines from inline assemblies | Heiko Carstens | 1 | -3/+3 |
| 2025-09-09 | KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion | Claudio Imbrenda | 1 | -12/+12 |
| 2025-07-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -12/+39 |
| 2025-07-21 | KVM: s390: Rework guest entry logic | Mark Rutland | 1 | -12/+39 |
| 2025-06-17 | s390: Explicitly include <linux/export.h> | Heiko Carstens | 1 | -0/+1 |
| 2025-05-28 | KVM: s390: Simplify and move pv code | Claudio Imbrenda | 1 | -3/+2 |
| 2025-05-28 | KVM: s390: Refactor and split some gmap helpers | Claudio Imbrenda | 1 | -1/+4 |
| 2025-04-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+5 |
| 2025-03-31 | Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -5/+5 |
| 2025-03-29 | Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -8/+10 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-03-17 | KVM: s390: Don't use %pK through debug printing | Thomas Weißschuh | 1 | -5/+5 |
| 2025-03-14 | KVM: s390: pv: fix race when making a page secure | Claudio Imbrenda | 1 | -10/+15 |
| 2025-03-04 | s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop() | Heiko Carstens | 1 | -5/+5 |
| 2025-03-04 | s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest() | Heiko Carstens | 1 | -1/+2 |
| 2025-03-04 | s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs() | Heiko Carstens | 1 | -2/+3 |
| 2025-02-18 | KVM: s390: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+2 |
| 2025-01-31 | KVM: s390: move some gmap shadowing functions away from mm/gmap.c | Claudio Imbrenda | 1 | -3/+71 |
| 2025-01-31 | KVM: s390: use __kvm_faultin_pfn() | Claudio Imbrenda | 1 | -27/+99 |
| 2025-01-31 | KVM: s390: move pv gmap functions into kvm | Claudio Imbrenda | 1 | -0/+1 |
| 2025-01-31 | KVM: s390: fake memslot for ucontrol VMs | Claudio Imbrenda | 1 | -1/+16 |
| 2025-01-31 | KVM: s390: wrapper for KVM_BUG | Claudio Imbrenda | 1 | -9/+10 |
| 2024-11-29 | Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-27 | KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops | Heiko Carstens | 1 | -2/+2 |
| 2024-11-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+41 |
| 2024-11-13 | s390/kvm: Convert to use flag output macros | Heiko Carstens | 1 | -5/+5 |
| 2024-11-11 | KVM: s390: add gen17 facilities to CPU model | Hendrik Brueckner | 1 | -0/+8 |
| 2024-11-11 | KVM: s390: add msa11 to cpu model | Hendrik Brueckner | 1 | -2/+11 |
| 2024-11-11 | KVM: s390: add concurrent-function facility to cpu model | Hendrik Brueckner | 1 | -0/+22 |
| 2024-11-07 | s390/kvm: Mask extra bits from program interrupt code | Claudio Imbrenda | 1 | -1/+1 |
| 2024-10-31 | s390/kvm: Initialize uninitialized flags variable | Claudio Imbrenda | 1 | -1/+1 |
| 2024-10-29 | s390/kvm: Stop using gmap_{en,dis}able() | Claudio Imbrenda | 1 | -6/+1 |
| 2024-10-29 | s390/mm/fault: Handle guest-related program interrupts in KVM | Claudio Imbrenda | 1 | -22/+103 |
| 2024-10-29 | s390/kvm: Remove kvm_arch_fault_in_page() | Claudio Imbrenda | 1 | -17/+1 |
| 2024-08-19 | KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query | Hariharan Mari | 1 | -9/+18 |
| 2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -8/+6 |
| 2024-07-18 | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -2/+3 |
| 2024-07-16 | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -8/+3 |
| 2024-07-12 | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 1 | -0/+1 |
| 2024-07-10 | s390/entry: Pass the asce as parameter to sie64a() | Claudio Imbrenda | 1 | -1/+2 |
| 2024-07-04 | kvm: s390: Reject memory region operations for ucontrol VMs | Christoph Schlameuss | 1 | -0/+3 |
| 2024-07-01 | KVM: s390: fix LPSWEY handling | Christian Borntraeger | 1 | -0/+1 |
| 2024-06-18 | KVM: Introduce vcpu->wants_to_run | David Matlack | 1 | -1/+1 |
| 2024-06-18 | s390: Replace S390_lowcore by get_lowcore() | Sven Schnelle | 1 | -1/+1 |
| 2024-06-11 | KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIP | Yi Wang | 1 | -7/+2 |
| 2024-05-13 | Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -3/+1 |
| 2024-05-02 | KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M | Jean-Philippe Brucker | 1 | -1/+1 |
| 2024-04-18 | s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guests | David Hildenbrand | 1 | -3/+1 |
| 2024-03-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+3 |
| 2024-03-14 | Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -1/+1 |
| 2024-02-22 | KVM: s390: fix access register usage in ioctls | Eric Farman | 1 | -0/+3 |
| 2024-02-21 | KVM: s390: introduce kvm_s390_fpu_(store|load) | Janosch Frank | 1 | -15/+3 |
| 2024-02-20 | KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot() | Sean Christopherson | 1 | -2/+2 |
| 2024-02-16 | s390/fpu: decrease stack usage for some cases | Heiko Carstens | 1 | -1/+1 |
| 2024-02-16 | s390/kvm: convert to regular kernel fpu user | Heiko Carstens | 1 | -18/+16 |
| 2024-02-16 | s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc | Heiko Carstens | 1 | -13/+13 |
| 2024-02-16 | s390/fpu: convert FPU CIF flag to regular TIF flag | Heiko Carstens | 1 | -1/+1 |
| 2024-02-16 | s390/fpu: move, rename, and merge header files | Heiko Carstens | 1 | -1/+1 |
| 2024-02-14 | KVM: s390: fix virtual vs physical address confusion | Alexander Gordeev | 1 | -1/+1 |
| 2024-02-12 | s390/acrs: cleanup access register handling | Heiko Carstens | 1 | -1/+1 |
| 2024-01-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+0 |
| 2023-12-11 | s390/fpu: get rid of MACHINE_HAS_VX | Heiko Carstens | 1 | -8/+8 |
| 2023-12-11 | KVM: s390: remove superfluous save_fpu_regs() call | Heiko Carstens | 1 | -2/+0 |
| 2023-12-11 | s390/fpu: get rid of test_fp_ctl() | Heiko Carstens | 1 | -4/+1 |
| 2023-12-11 | KVM: s390: use READ_ONCE() to read fpc register value | Heiko Carstens | 1 | -1/+1 |
| 2023-12-11 | KVM: s390: fix setting of fpc register | Heiko Carstens | 1 | -5/+0 |
| 2023-11-30 | KVM: move KVM_CAP_DEVICE_CTRL to the generic check | Wei Wang | 1 | -1/+0 |
| 2023-11-03 | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -3/+3 |
| 2023-10-16 | KVM: s390: add tracepoint in gmap notifier | Nico Boehr | 1 | -0/+2 |
| 2023-10-16 | KVM: s390: add stat counter for shadow gmap events | Nico Boehr | 1 | -1/+8 |
| 2023-09-19 | s390: use control register bit defines | Heiko Carstens | 1 | -3/+3 |
| 2023-09-19 | s390/ctlreg: add local and system prefix to some functions | Heiko Carstens | 1 | -3/+3 |
| 2023-08-28 | KVM: s390: Add UV feature negotiation | Steffen Eiden | 1 | -0/+73 |
| 2023-08-28 | s390/uv: UV feature check utility | Steffen Eiden | 1 | -1/+1 |
| 2023-08-28 | KVM: s390: interrupt: Fix single-stepping userspace-emulated instructions | Ilya Leoshkevich | 1 | -3/+20 |
| 2023-08-28 | KVM: s390: interrupt: Fix single-stepping into interrupt handlers | Ilya Leoshkevich | 1 | -2/+2 |
| 2023-07-06 | Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+1 |
| 2023-07-03 | s390: fix various typos | Heiko Carstens | 1 | -1/+1 |
| 2023-06-13 | KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes | Nico Boehr | 1 | -0/+4 |
| 2023-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+3 |
| 2023-03-31 | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent | Alexey Kardashevskiy | 1 | -0/+1 |
| 2023-03-16 | KVM: Change return type of kvm_arch_vm_ioctl() to "int" | Thomas Huth | 1 | -2/+1 |
| 2023-03-16 | KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys() | Thomas Huth | 1 | -2/+2 |
| 2023-02-15 | Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -98/+166 |
| 2023-02-07 | KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg | Janis Schoetterl-Glausch | 1 | -1/+55 |
| 2023-02-07 | KVM: s390: Refactor vcpu mem_op function | Janis Schoetterl-Glausch | 1 | -19/+17 |
| 2023-02-07 | KVM: s390: Refactor absolute vm mem_op function | Janis Schoetterl-Glausch | 1 | -25/+18 |
| 2023-02-07 | KVM: s390: Dispatch to implementing function at top level of vm mem_op | Janis Schoetterl-Glausch | 1 | -14/+24 |
| 2023-02-07 | KVM: s390: Move common code of mem_op functions into function | Janis Schoetterl-Glausch | 1 | -28/+24 |
| 2023-02-07 | KVM: s390: disable migration mode when dirty tracking is disabled | Nico Boehr | 1 | -13/+30 |
| 2022-12-29 | KVM: Opt out of generic hardware enabling on s390 and PPC | Sean Christopherson | 1 | -6/+0 |
| 2022-12-29 | KVM: Drop kvm_arch_check_processor_compat() hook | Sean Christopherson | 1 | -6/+1 |
| 2022-12-29 | KVM: Drop kvm_arch_{init,exit}() hooks | Sean Christopherson | 1 | -10/+0 |
| 2022-12-29 | KVM: s390: Mark __kvm_s390_init() and its descendants as __init | Sean Christopherson | 1 | -2/+2 |
| 2022-12-29 | KVM: s390: Do s390 specific init without bouncing through kvm_init() | Sean Christopherson | 1 | -4/+25 |
| 2022-12-29 | KVM: Drop arch hardware (un)setup hooks | Sean Christopherson | 1 | -10/+0 |
| 2022-12-29 | KVM: s390: Move hardware setup/unsetup to init/exit | Sean Christopherson | 1 | -10/+13 |
| 2022-12-29 | KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails | Sean Christopherson | 1 | -7/+14 |
| 2022-11-28 | Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -31/+80 |
| 2022-11-23 | KVM: s390: pv: module parameter to fence asynchronous destroy | Claudio Imbrenda | 1 | -1/+7 |
| 2022-11-23 | KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE | Claudio Imbrenda | 1 | -0/+3 |
| 2022-11-23 | KVM: s390: pv: asynchronous destroy for reboot | Claudio Imbrenda | 1 | -8/+41 |
| 2022-11-09 | KVM: replace direct irq.h inclusion | Paolo Bonzini | 1 | -0/+5 |
| 2022-11-07 | KVM: s390: pv: don't allow userspace to set the clock under PV | Nico Boehr | 1 | -9/+17 |
| 2022-10-26 | KVM: s390: sida: sort out physical vs virtual pointers usage | Nico Boehr | 1 | -4/+5 |
| 2022-10-26 | KVM: s390: sort out physical vs virtual pointers usage | Nico Boehr | 1 | -19/+25 |
| 2022-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+0 |
| 2022-09-26 | KVM: remove KVM_REQ_UNHALT | Paolo Bonzini | 1 | -2/+0 |
| 2022-09-21 | KVM: s390: pci: register pci hooks without interpretation | Matthew Rosato | 1 | -2/+2 |
| 2022-07-20 | KVM: s390: resetting the Topology-Change-Report | Pierre Morel | 1 | -0/+51 |
| 2022-07-20 | KVM: s390: guest support for topology function | Pierre Morel | 1 | -0/+31 |
| 2022-07-19 | KVM: s390: pv: add mmu_notifier | Claudio Imbrenda | 1 | -0/+10 |
| 2022-07-13 | KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation | Claudio Imbrenda | 1 | -6/+30 |
| 2022-07-11 | Merge tag 'kvm-s390-pci-5.20' into kernelorgnext | Christian Borntraeger | 1 | -1/+82 |
| 2022-07-11 | KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices | Matthew Rosato | 1 | -0/+16 |
| 2022-07-11 | KVM: s390: pci: add routines to start/stop interpretive execution | Matthew Rosato | 1 | -0/+15 |
| 2022-07-11 | KVM: s390: mechanism to enable guest zPCI Interpretation | Matthew Rosato | 1 | -0/+38 |
| 2022-07-11 | KVM: s390: pci: enable host forwarding of Adapter Event Notifications | Matthew Rosato | 1 | -1/+2 |
| 2022-07-11 | KVM: s390: pci: do initial setup for AEN interpretation | Matthew Rosato | 1 | -0/+11 |
| 2022-06-08 | KVM: Move kvm_arch_vcpu_precreate() under kvm->lock | Zeng Guang | 1 | -2/+0 |
| 2022-06-07 | Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -0/+269 |
| 2022-06-04 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -7/+3 |
| 2022-06-03 | KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate | Yury Norov | 1 | -7/+3 |
| 2022-06-01 | KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMP | Janosch Frank | 1 | -0/+20 |
| 2022-06-01 | KVM: s390: Add CPU dump functionality | Janosch Frank | 1 | -0/+69 |
| 2022-06-01 | KVM: s390: Add configuration dump functionality | Janosch Frank | 1 | -0/+93 |
| 2022-06-01 | KVM: s390: pv: Add query dump information | Janosch Frank | 1 | -0/+11 |
| 2022-06-01 | KVM: s390: pv: Add query interface | Janosch Frank | 1 | -0/+76 |
| 2022-05-02 | KVM: s390: Fix lockdep issue in vm memop | Janis Schoetterl-Glausch | 1 | -1/+10 |
| 2022-04-21 | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused | Sean Christopherson | 1 | -4/+4 |
| 2022-04-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
| 2022-04-02 | KVM: Don't actually set a request when evicting vCPUs for GFN cache invd | Sean Christopherson | 1 | -1/+1 |
| 2022-03-25 | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -1/+0 |
| 2022-03-15 | Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -6/+24 |
| 2022-03-14 | KVM: s390x: fix SCK locking | Claudio Imbrenda | 1 | -3/+16 |
| 2022-03-01 | KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific request | Sean Christopherson | 1 | -4/+4 |
| 2022-02-25 | KVM: s390: pv: make use of ultravisor AIV support | Michael Mueller | 1 | -3/+8 |
| 2022-02-22 | KVM: s390: Add missing vm MEM_OP size check | Janis Schoetterl-Glausch | 1 | -1/+1 |
| 2022-02-14 | KVM: s390: Add capability for storage key extension of MEM_OP IOCTL | Janis Schoetterl-Glausch | 1 | -0/+1 |
| 2022-02-14 | KVM: s390: Rename existing vcpu memop functions | Janis Schoetterl-Glausch | 1 | -9/+10 |
| 2022-02-14 | KVM: s390: Add vm IOCTL for key checked guest absolute memory access | Janis Schoetterl-Glausch | 1 | -0/+81 |
| 2022-02-14 | KVM: s390: Add optional storage key checking to MEMOP IOCTL | Janis Schoetterl-Glausch | 1 | -10/+21 |
| 2022-02-14 | KVM: s390: Honor storage keys when accessing guest memory | Janis Schoetterl-Glausch | 1 | -2/+2 |
| 2022-02-06 | s390: remove invalid email address of Heiko Carstens | Heiko Carstens | 1 | -1/+0 |
| 2022-02-02 | KVM: s390: Return error on SIDA memop on normal guest | Janis Schoetterl-Glausch | 1 | -0/+2 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+1 |
| 2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 1 | -1/+1 |
| 2021-12-21 | Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -2/+7 |
| 2021-12-17 | KVM: s390: Clarify SIGP orders versus STOP/RESTART | Eric Farman | 1 | -2/+7 |
| 2021-12-08 | KVM: Drop obsolete kvm_arch_vcpu_block_finish() | Sean Christopherson | 1 | -5/+0 |
| 2021-12-08 | KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook | Sean Christopherson | 1 | -1/+1 |
| 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: Keep memslots in tree-based structures instead of array-based ones | Maciej S. Szmigiero | 1 | -13/+11 |
| 2021-12-08 | KVM: s390: Introduce kvm_s390_get_gfn_end() | Maciej S. Szmigiero | 1 | -1/+1 |
| 2021-12-08 | KVM: Integrate gfn_to_memslot_approx() into search_memslots() | Maciej S. Szmigiero | 1 | -37/+8 |
| 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: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson | 1 | -2/+0 |
| 2021-12-08 | KVM: s390: Use "new" memslot instead of userspace memory region | Sean Christopherson | 1 | -5/+8 |
| 2021-12-08 | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson | 1 | -1/+2 |
| 2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier | 1 | -10/+11 |
| 2021-12-08 | KVM: s390: Use kvm_get_vcpu() instead of open-coded access | Marc Zyngier | 1 | -3/+5 |
| 2021-12-08 | KVM: Move wiping of the kvm->vcpus array to common code | Marc Zyngier | 1 | -17/+1 |
| 2021-11-18 | KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus() | Vitaly Kuznetsov | 1 | -0/+2 |
| 2021-10-27 | KVM: s390: add debug statement for diag 318 CPNC data | Collin Walling | 1 | -0/+1 |
| 2021-10-25 | KVM: s390: Add a routine for setting userspace CPU state | Eric Farman | 1 | -3/+3 |
| 2021-10-20 | KVM: s390: clear kicked_mask before sleeping again | Halil Pasic | 1 | -0/+1 |
| 2021-09-22 | KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor | Sean Christopherson | 1 | -1/+1 |
| 2021-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -7/+5 |
| 2021-09-06 | Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -1/+3 |
| 2021-08-27 | KVM: s390: index kvm->arch.idle_mask by vcpu_idx | Halil Pasic | 1 | -1/+1 |
| 2021-08-27 | KVM: s390: Enable specification exception interpretation | Janis Schoetterl-Glausch | 1 | -0/+2 |
| 2021-08-24 | s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica... | Tony Krowiak | 1 | -4/+27 |
| 2021-08-24 | s390/vfio-ap: r/w lock for PQAP interception handler function pointer | Tony Krowiak | 1 | -0/+1 |
| 2021-08-20 | KVM: stats: Support linear and logarithmic histogram statistics | Jing Zhang | 1 | -4/+0 |
| 2021-08-06 | KVM: Rename lru_slot to last_used_slot | David Matlack | 1 | -2/+2 |
| 2021-07-27 | KVM: s390: restore old debugfs names | Christian Borntraeger | 1 | -9/+9 |
| 2021-07-04 | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -6/+6 |
| 2021-06-25 | Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -9/+13 |
| 2021-06-24 | KVM: debugfs: Reuse binary stats descriptors | Jing Zhang | 1 | -108/+0 |
| 2021-06-24 | KVM: stats: Support binary stats retrieval for a VCPU | Jing Zhang | 1 | -0/+108 |
| 2021-06-24 | KVM: stats: Support binary stats retrieval for a VM | Jing Zhang | 1 | -0/+20 |
| 2021-06-24 | KVM: stats: Separate generic stats from architecture specific ones | Jing Zhang | 1 | -6/+6 |
| 2021-06-23 | KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2) | Christian Borntraeger | 1 | -0/+4 |
| 2021-06-23 | KVM: s390: get rid of register asm usage | Heiko Carstens | 1 | -9/+9 |
| 2021-06-07 | s390/facilities: move stfl information from lowcore to global data | Sven Schnelle | 1 | -6/+6 |
| 2021-04-17 | KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2 | Maxim Levitsky | 1 | -0/+3 |
| 2021-04-15 | KVM: s390: fix guarded storage control register handling | Heiko Carstens | 1 | -2/+2 |