summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-02-221-0/+2
* s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-02-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-02-195-23/+55
|\
| * s390/maccess: reduce stnsm instructionsHeiko Carstens2016-02-171-4/+6
| * s390/diag: avoid lockdep recursionHeiko Carstens2016-02-111-0/+3
| * s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger2016-02-111-1/+3
| * s390/oprofile: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * s390/perf_event: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * s390/stacktrace: add save_stack_trace_regs()Pratyush Anand2016-02-101-0/+11
| * s390/stacktrace: save full stack tracesHeiko Carstens2016-02-101-9/+12
| * s390/stacktrace: add missing end markerHeiko Carstens2016-02-101-0/+2
| * s390/stacktrace: fix address ranges for asynchronous and panic stackHeiko Carstens2016-02-101-5/+6
| * s390/stacktrace: fix save_stack_trace_tsk() for current taskHeiko Carstens2016-02-101-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-191-1/+1
|\ \ | |/ |/|
| * livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes2016-01-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-3031-136/+135Star
|\ \
| * | s390/pci: remove iomap sanity checksSebastian Ott2016-01-261-9/+4Star
| * | s390/pci: set error state for unusable functionsSebastian Ott2016-01-261-0/+5
| * | s390/pci: fix bar checkSebastian Ott2016-01-261-1/+1
| * | s390/pci: resize iomapSebastian Ott2016-01-261-12/+22
| * | s390/pci: improve ZPCI_* macrosSebastian Ott2016-01-262-7/+10
| * | s390/pci: provide ZPCI_ADDR macroSebastian Ott2016-01-262-7/+4Star
| * | s390/pci: adjust IOMAP_MAX_ENTRIESSebastian Ott2016-01-261-1/+1
| * | s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu2016-01-261-1/+1
| * | s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1914-49/+41Star
| * | s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-1910-33/+28Star
| * | s390: wire up copy_file_range syscallHeiko Carstens2016-01-193-1/+4
| * | s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-193-6/+0Star
| * | s390/numa: allocate memory with correct alignmentHeiko Carstens2016-01-191-1/+1
| * | s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-192-3/+8
| * | s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2016-01-192-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-274-81/+44Star
|\ \ \
| * | | KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand2016-01-262-84/+43Star
| * | | KVM: s390: Enable the KVM-VFIO deviceDong Jia Shi2016-01-262-1/+2
| * | | KVM: s390: fix guest fprs memory leakDavid Hildenbrand2016-01-261-1/+4
| | |/ | |/|
* | | wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-212-3/+0Star
| |/ |/|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-191-13/+10Star
|\ \
| * | s390: more efficient smp barriersMichael S. Tsirkin2016-01-121-0/+3
| * | s390: use generic memory barriersMichael S. Tsirkin2016-01-121-3/+0Star
| * | s390: define __smp_xxxMichael S. Tsirkin2016-01-121-6/+9
| * | s390: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+2Star
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-121-1/+1
* | | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-3/+0Star
* | | s390/mm: enable fixup_user_fault retryingDominik Dingel2016-01-161-3/+26
* | | mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-161-3/+5
* | | s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-41/+2Star
* | | mm: drop tail page refcountingKirill A. Shutemov2016-01-161-12/+1Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-4/+1Star
|\ \ \ | |_|/ |/| |
| * | mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-151-4/+1Star