summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-09-081-4/+4
|\
| * s390/ipl: Add missing SCSI loadparm attributes to /sys/firmwareMichael Holzheu2014-09-011-4/+4
* | KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger2014-09-021-0/+1
* | KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger2014-09-021-2/+3
|/
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-091-2/+0Star
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-092-3/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-073-89/+114
|\
| * s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky2014-08-011-88/+109
| * s390/seccomp: fix error return for filtered system callsJan Willeke2014-07-281-1/+1
| * s390/qdio: add helpers to manage qdio buffersSebastian Ott2014-07-221-0/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-08-051-1/+1
|\ \
| * | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-041-2/+1Star
|\ \ \ | |_|/ |/| |
| * | KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand2014-07-211-1/+0Star
| * | KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand2014-07-211-1/+0Star
| * | KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand2014-07-101-0/+1
* | | s390: fix restore of invalid floating-point-controlMartin Schwidefsky2014-07-161-2/+2
| |/ |/|
* | s390/uaccess: always load the kernel ASCE after task switchMartin Schwidefsky2014-06-102-21/+16Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-049-108/+306
|\
| * KVM: s390: Intercept the tprot instructionMatthew Rosato2014-05-301-0/+1
| * KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-161-1/+3
| * s390/sclp: add sclp_get_ibc functionMichael Mueller2014-05-161-0/+1
| * KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-161-1/+3
| * KVM: s390: Fix external interrupt interceptionThomas Huth2014-05-061-1/+4
| * KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-291-0/+2
| * KVM: s390: hardware support for guest debuggingDavid Hildenbrand2014-04-221-4/+49
| * KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-221-0/+2
| * KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand2014-04-221-0/+6
| * KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2014-04-221-3/+15
| * s390: rename and split lowcore field per_perc_atmidJens Freimann2014-04-221-2/+4
| * s390: fix name of lowcore field at offset 0xa3Jens Freimann2014-04-221-2/+2
| * KVM: s390: make use of ipte lockHeiko Carstens2014-04-221-1/+11
| * KVM: s390/sclp: correctly set eca siif bitHeiko Carstens2014-04-221-1/+6
| * KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper functionHeiko Carstens2014-04-221-0/+1
| * s390/ctl_reg: add union type for control register 0Heiko Carstens2014-04-221-0/+14
| * s390/ptrace: add struct psw and accessor functionHeiko Carstens2014-04-221-0/+44
| * KVM: s390: allow injecting every kind of interruptJens Freimann2014-04-221-7/+52
| * KVM: s390: make cmma usage conditionallyDominik Dingel2014-04-221-0/+1
| * KVM: s390/mm: new gmap_test_and_clear_dirty functionDominik Dingel2014-04-221-0/+2
| * KVM: s390/mm: use software dirty bit detection for user dirty trackingMartin Schwidefsky2014-04-221-79/+56Star
| * KVM: s390: Don't enable skeys by defaultDominik Dingel2014-04-222-1/+4
| * KVM: s390: Allow skeys to be enabled for the current processDominik Dingel2014-04-221-0/+1
| * KVM: s390: Clear storage keysDominik Dingel2014-04-221-1/+2
| * KVM: s390: Adding skey bit to mmu contextDominik Dingel2014-04-223-14/+30
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-12/+1Star
|\ \
| * \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-222-2/+13
| |\ \
| * | | sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-10/+1Star
| * | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-2/+0Star
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-7/+3Star
|\ \ \
| * | | arch,s390: Convert smp_mb__*()Peter Zijlstra2014-04-182-7/+3Star
| |/ /