aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2014-09-02KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger1-0/+1
2014-09-02KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger1-2/+3
2014-08-12s390: wire up memfd_create syscallHeiko Carstens1-1/+2
2014-08-12s390: wire up seccomp and getrandom syscallsHeiko Carstens1-1/+3
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-2/+0
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2-3/+1
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-89/+114
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+26
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2014-08-01s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky1-88/+109
2014-07-28s390/seccomp: fix error return for filtered system callsJan Willeke1-1/+1
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changesIngo Molnar3-16/+15
2014-07-22s390/qdio: add helpers to manage qdio buffersSebastian Ott1-0/+4
2014-07-21KVM: s390: add ipte to trace event decodingChristian Borntraeger1-0/+1
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand1-1/+0
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand1-1/+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-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand1-0/+1
2014-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-14/+13
2014-06-26KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2-14/+13
2014-06-16s390/compat: correct ucontext layout for high gprsMartin Schwidefsky1-2/+6
2014-06-10s390/uaccess: always load the kernel ASCE after task switchMartin Schwidefsky2-21/+16
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds11-108/+579
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-12/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-7/+3
2014-05-30KVM: s390: Intercept the tprot instructionMatthew Rosato1-0/+1
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky1-10/+3
2014-05-28s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger1-5/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2-2/+13
2014-05-20s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky1-20/+30
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott2-1/+12
2014-05-20s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens1-0/+30
2014-05-20s390/pci: add some new arch specific pci attributesSebastian Ott2-3/+13
2014-05-20s390/pci: use pdev->dev.groups for attribute creationSebastian Ott1-4/+2
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky6-26/+66
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky4-32/+20
2014-05-20s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu1-3/+2
2014-05-20s390: fix new ccwgroup.h kernel-doc warningRandy Dunlap1-0/+2
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2-8/+12
2014-05-20s390/spinlock: cleanup spinlock codePhilipp Hachtmann2-48/+56
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann1-14/+2
2014-05-16KVM: s390: split SIE state guest prefix fieldMichael Mueller1-1/+3
2014-05-16s390/sclp: add sclp_get_ibc functionMichael Mueller1-0/+1
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand1-1/+3
2014-05-16KVM: s390: decoder of SIE intercepted instructionsAlexander Yarygin1-0/+33
2014-05-16KVM: s390: add sie exit reasons tablesAlexander Yarygin1-0/+212