summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-091-0/+2
|\
| * KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand2018-03-061-0/+1
| * KVM: s390: provide io interrupt kvm_statChristian Borntraeger2018-03-011-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-03-073-6/+9
|\ \ | |/ |/|
| * s390/entry.S: fix spurious zeroing of r0Christian Borntraeger2018-03-061-2/+2
| * s390: Fix runtime warning about negative pgtables_bytesGuenter Roeck2018-03-021-0/+1
| * s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky2018-02-221-0/+1
| * s390/clean-up: use CFI_* macros in entry.SHendrik Brueckner2018-02-221-2/+3
| * s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca2018-02-191-2/+2
* | KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand2018-02-203-38/+22
* | KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand2018-02-201-3/+29
* | KVM: s390: consider epoch index on hotplugged CPUsDavid Hildenbrand2018-02-201-0/+1
* | KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand2018-02-201-6/+19
* | KVM: s390: use switch vs jump table in interrupt.cDavid Hildenbrand2018-02-141-34/+50
* | KVM: s390: use switch vs jump table in intercept.cChristian Borntraeger2018-02-142-24/+29
* | KVM: s390: use switch vs jump table in priv.cChristian Borntraeger2018-02-141-92/+91
* | KVM: s390: force bp isolation for VSIEChristian Borntraeger2018-02-141-0/+20
* | KVM: s390: do not set intervention requests for GISA interruptsChristian Borntraeger2018-02-141-3/+8
* | KVM: s390: optimize wakeup for exitless interruptsChristian Borntraeger2018-02-141-1/+2
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-1013-240/+608
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0112-31/+74
| |\
| * \ Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-3012-177/+494
| |\ \
| | * | KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-263-13/+37
| | * | s390/sclp: expose the GISA format facilityMichael Mueller2018-01-261-0/+1
| | * | KVM: s390: activate GISA for emulated interruptsMichael Mueller2018-01-261-1/+7
| | * | KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller2018-01-261-4/+70
| | * | KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller2018-01-261-0/+18
| | * | KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller2018-01-261-2/+7
| | * | KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller2018-01-264-18/+87
| | * | s390/css: indicate the availability of the AIV facilityMichael Mueller2018-01-261-1/+3
| | * | KVM: s390: implement GISA IPM related primitivesMichael Mueller2018-01-261-0/+28
| | * | s390/bitops: add test_and_clear_bit_inv()Jens Freimann2018-01-261-0/+5
| | * | KVM: s390: define GISA format-0 data structureMichael Mueller2018-01-262-4/+20
| | * | KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2018-01-262-33/+33
| | * | KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand2018-01-245-14/+15
| | * | KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand2018-01-245-12/+16
| | * | KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand2018-01-243-12/+11
| | * | KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2018-01-242-17/+17
| | * | KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger2018-01-244-10/+65
| | * | KVM: s390: diagnoses are instructions as wellChristian Borntraeger2018-01-241-6/+6
| | * | s390x/mm: simplify gmap_protect_rmap()David Hildenbrand2018-01-241-9/+8
| | * | KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand2018-01-241-15/+22
| | * | KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand2018-01-241-19/+31
| | * | s390/mm: Remove superfluous parameterJanosch Frank2018-01-231-2/+2
| * | | Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-166-53/+43
| |\ \ \ | | |/ /
| | * | KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand2018-01-165-29/+16
| | * | KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller2018-01-161-2/+0
| | * | KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger2018-01-161-6/+18
| | * | KVM: s390: use created_vcpus in more placesChristian Borntraeger2018-01-161-2/+2
| | * | s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand2018-01-161-15/+8
OpenPOWER on IntegriCloud