summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky2015-03-131-1/+1
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-091-6/+6
|\
| * Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke...Marcelo Tosatti2015-03-051-6/+6
| |\
| | * KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-041-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-092-11/+2
|\ \ \ | |/ / |/| |
| * | s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky2015-03-021-1/+1
| * | s390: let the compiler do page clearingChristian Borntraeger2015-02-261-10/+1
| |/
* | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-211-16/+8
|\
| * s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2015-02-121-9/+9
| * s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-121-8/+0
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-0/+1
|\ \
| * | s390: add pci_iomap_rangeMichael S. Tsirkin2015-01-211-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-134-16/+91
|\ \ \
| * | | KVM: s390: add cpu model supportMichael Mueller2015-02-092-1/+24
| * | | KVM: s390: use facilities and cpu_id per KVMMichael Mueller2015-02-091-0/+21
| * | | KVM: s390/CPACF: Choose crypto control block formatTony Krowiak2015-02-091-0/+2
| * | | s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova2015-02-091-3/+7
| * | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
| * | | KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak2015-01-232-2/+15
| * | | KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne2015-01-232-0/+6
| * | | KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand2015-01-231-0/+1
| * | | KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand2015-01-232-1/+3
| * | | KVM: s390: only one external call may be pending at a timeDavid Hildenbrand2015-01-231-3/+5
| * | | s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2015-01-231-1/+3
| * | | KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand2015-01-231-5/+0
| * | | KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-231-0/+2
| * | | KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel2015-01-231-0/+1
* | | | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-121-1/+0
* | | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-1/+1
|\ \ \
| * | | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-1114-20/+110
|\ \ \ \ | |/ / / |/| | |
| * | | s390/hypfs: Add diagnose 0c supportMichael Holzheu2015-02-101-3/+32
| * | | s390/jump label: use different nop instructionHeiko Carstens2015-01-291-1/+6
| * | | s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-291-0/+15
| * | | s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2015-01-291-4/+1
| * | | s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky2015-01-231-0/+3
| * | | s390: add SMT supportMartin Schwidefsky2015-01-227-9/+42
| * | | s390: avoid z13 cache aliasingMartin Schwidefsky2015-01-222-3/+9
| * | | s390/sclp: fix declaration of _sclp_print_early()Chen Gang2015-01-081-0/+2
* | | | s390: drop pte_file()-related helpersKirill A. Shutemov2015-02-101-25/+4
* | | | mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim2015-02-051-4/+0
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-01-153-6/+9
|\ \ \ | |/ / | | / | |/ |/|
| * s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2015-01-071-4/+6
| * s390: wire up execveat syscallHeiko Carstens2014-12-181-1/+2
| * s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger2014-12-181-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-183-3/+98
|\ \ | |/ |/|
| * KVM: s390: handle pending local interrupts via bitmapJens Freimann2014-11-281-2/+0
| * KVM: s390: add bitmap for handling cpu-local interruptsJens Freimann2014-11-281-0/+86
OpenPOWER on IntegriCloud