summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand4-16/+1
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand3-23/+22
2014-07-21KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand1-4/+4
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand3-28/+28
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand3-37/+8
2014-07-18s390/ftrace: remove check of obsolete variable function_trace_stopHeiko Carstens3-11/+3
2014-07-17tgt: defconfig cleanupBart Van Assche3-6/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-1/+1
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin2-0/+26
2014-07-16s390: fix restore of invalid floating-point-controlMartin Schwidefsky1-2/+2
2014-07-16s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+10
2014-07-16s390/MSI: Use standard mask and unmask funtionsYijing Wang1-43/+6
2014-07-16s390: require mvcos facility, not tod clock steering facilityDavid Hildenbrand1-3/+3
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand5-6/+44
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand2-8/+3
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2-19/+20
2014-07-10KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand1-1/+6
2014-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-14/+13
2014-06-30Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2-14/+13
2014-06-27Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2-14/+13
2014-06-26KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2-14/+13
2014-06-25Merge branch 'perf/urgent' into perf/core, to pick up fixes and refresh the b...Ingo Molnar9-32/+43
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-32/+43
2014-06-19s390, perf: Use common PMU interrupt disabled codeVince Weaver1-6/+6
2014-06-16s390/compat: correct ucontext layout for high gprsMartin Schwidefsky2-3/+9
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-85/+78
2014-06-11s390: update default configurationHeiko Carstens5-8/+15
2014-06-10s390/watchdog: use watchdog APIPhilipp Hachtmann3-0/+3
2014-06-10s390/uaccess: always load the kernel ASCE after task switchMartin Schwidefsky2-21/+16
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds1-5/+0
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+5
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds28-629/+3630
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+21
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+3
2014-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds49-868/+783
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-40/+16
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-85/+78
2014-05-30KVM: s390: Intercept the tprot instructionMatthew Rosato2-1/+4
2014-05-30KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand1-1/+0
2014-05-30KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand1-1/+1
2014-05-30KVM: s390: clean up interrupt injection in sigp codeJens Freimann1-38/+18
2014-05-30KVM: s390: Enable DAT support for TPROT handlerThomas Huth3-25/+37
2014-05-30KVM: s390: Add a generic function for translating guest addressesThomas Huth2-0/+56
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky2-11/+3
2014-05-28s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger1-5/+6
2014-05-28s390/facilities: remove extract-cpu-time facility checkHeiko Carstens1-4/+4
2014-05-27s390: require mvcos facility for z10 and newer machinesHeiko Carstens1-3/+3