summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-11/+11
|\ \ \ | |/ / |/| |
| * | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-11/+11
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-142-12/+1Star
|\ \ \
| * | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-092-12/+1Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-1366-853/+1094
|\ \ \
| * | | s390: fix normalization bug in exception table sortingArd Biesheuvel2016-01-111-2/+6
| * | | s390/configs: update default configurationsHeiko Carstens2016-01-115-54/+61
| * | | s390/vdso: optimize getcpu system callMartin Schwidefsky2016-01-119-3/+101
| * | | s390: drop smp_mb in vdso_initMichael S. Tsirkin2016-01-111-2/+0Star
| * | | s390: rename struct _lowcore to struct lowcoreHeiko Carstens2016-01-1112-116/+116
| * | | s390/mem_detect: use unsigned longsHeiko Carstens2016-01-112-9/+6Star
| * | | s390/ptrace: get rid of long longs in psw_bitsHeiko Carstens2016-01-111-19/+19
| * | | s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens2016-01-112-11/+21
| * | | s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens2015-12-304-8/+8
| * | | s390/Kconfig: remove pointless 64 bit dependenciesHeiko Carstens2015-12-301-3/+2Star