Age | Commit message (Expand) | Author | Files | Lines |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+2 |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 2 | -2/+2 |
2018-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -57/+77 |
2018-06-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2018-06-01 | kvm: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-05-17 | KVM: s390: vsie: simplify < 8k address checks | David Hildenbrand | 1 | -5/+5 |
2018-05-17 | Merge tag 'kvm-s390-master-4.17-1' | Christian Borntraeger | 1 | -1/+1 |
2018-05-17 | KVM: s390: vsie: fix < 8k check for the itdba | David Hildenbrand | 1 | -1/+1 |
2018-05-17 | KVM: s390: generalize kvm_s390_get_tod_clock_ext() | David Hildenbrand | 1 | -12/+9 |
2018-05-17 | KVM: s390: no need to inititalize kvm->arch members to 0 | David Hildenbrand | 1 | -7/+1 |
2018-05-17 | KVM: s390: introduce defines for control registers | David Hildenbrand | 3 | -14/+18 |
2018-05-17 | KVM: s390: reset crypto attributes for all vcpus | Tony Krowiak | 2 | -5/+25 |
2018-05-17 | KVM: s390: Add storage key facility interpretation control | Janosch Frank | 2 | -13/+18 |
2018-04-19 | compat: Move compat_timespec/ timeval to compat_time.h | Deepa Dinamani | 1 | -1/+0 |
2018-03-14 | KVM: s390: provide counters for all interrupt injects/delivery | Christian Borntraeger | 2 | -7/+42 |
2018-03-14 | KVM: add machine check counter to kvm_stat | QingFeng Hao | 2 | -0/+2 |
2018-03-14 | KVM: s390: fix fallthrough annotation | Sebastian Ott | 1 | -6/+3 |
2018-03-14 | KVM: s390: add exit io request stats and simplify code | Christian Borntraeger | 2 | -13/+5 |
2018-03-09 | KVM: s390: Refactor host cmma and pfmfi interpretation controls | Janosch Frank | 2 | -13/+14 |
2018-03-09 | KVM: s390: implement CPU model only facilities | Christian Borntraeger | 2 | -21/+34 |
2018-03-06 | KVM: s390: fix memory overwrites when not using SCA entries | David Hildenbrand | 1 | -0/+1 |
2018-03-01 | KVM: s390: provide io interrupt kvm_stat | Christian Borntraeger | 1 | -0/+1 |
2018-02-20 | KVM: s390: provide only a single function for setting the tod (fix SCK) | David Hildenbrand | 3 | -38/+22 |
2018-02-20 | KVM: s390: consider epoch index on TOD clock syncs | David Hildenbrand | 1 | -3/+29 |
2018-02-20 | KVM: s390: consider epoch index on hotplugged CPUs | David Hildenbrand | 1 | -0/+1 |
2018-02-20 | KVM: s390: take care of clock-comparator sign control | David Hildenbrand | 1 | -6/+19 |
2018-02-14 | KVM: s390: use switch vs jump table in interrupt.c | David Hildenbrand | 1 | -34/+50 |
2018-02-14 | KVM: s390: use switch vs jump table in intercept.c | Christian Borntraeger | 2 | -24/+29 |
2018-02-14 | KVM: s390: use switch vs jump table in priv.c | Christian Borntraeger | 1 | -92/+91 |
2018-02-14 | KVM: s390: force bp isolation for VSIE | Christian Borntraeger | 1 | -0/+20 |
2018-02-14 | KVM: s390: do not set intervention requests for GISA interrupts | Christian Borntraeger | 1 | -3/+8 |
2018-02-14 | KVM: s390: optimize wakeup for exitless interrupts | Christian Borntraeger | 1 | -1/+2 |
2018-02-01 | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Radim Krčmář | 3 | -12/+39 |
2018-01-30 | Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 7 | -130/+387 |
2018-01-26 | KVM: s390: introduce the format-1 GISA | Michael Mueller | 2 | -3/+3 |
2018-01-26 | KVM: s390: activate GISA for emulated interrupts | Michael Mueller | 1 | -1/+7 |
2018-01-26 | KVM: s390: make kvm_s390_get_io_int() aware of GISA | Michael Mueller | 1 | -4/+70 |
2018-01-26 | KVM: s390: add GISA interrupts to FLIC ioctl interface | Michael Mueller | 1 | -0/+18 |
2018-01-26 | KVM: s390: abstract adapter interruption word generation from ISC | Michael Mueller | 1 | -2/+7 |
2018-01-26 | KVM: s390: exploit GISA and AIV for emulated interrupts | Michael Mueller | 3 | -18/+86 |
2018-01-26 | KVM: s390: implement GISA IPM related primitives | Michael Mueller | 1 | -0/+28 |
2018-01-26 | KVM: s390: define GISA format-0 data structure | Michael Mueller | 1 | -0/+1 |
2018-01-26 | KVM: s390: reverse bit ordering of irqs in pending mask | Michael Mueller | 1 | -6/+6 |
2018-01-24 | KVM: s390: introduce and use kvm_s390_test_cpuflags() | David Hildenbrand | 5 | -14/+15 |
2018-01-24 | KVM: s390: introduce and use kvm_s390_clear_cpuflags() | David Hildenbrand | 5 | -12/+16 |
2018-01-24 | KVM: s390: reuse kvm_s390_set_cpuflags() | David Hildenbrand | 3 | -12/+11 |
2018-01-24 | KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags() | David Hildenbrand | 2 | -17/+17 |
2018-01-24 | KVM: s390: add vcpu stat counters for many instruction | Christian Borntraeger | 3 | -6/+48 |
2018-01-24 | Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern... | Radim Krčmář | 1 | -7/+11 |
2018-01-24 | KVM: s390: diagnoses are instructions as well | Christian Borntraeger | 1 | -6/+6 |