aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-40/+77
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-10-01s390/defconfig: set SCSI_DH=ySebastian Ott3-3/+3
2015-09-30s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky3-30/+67
2015-09-29s390/boot/decompression: disable floating point in decompressorChristian Borntraeger1-1/+1
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-23s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky4-6/+6
2015-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-181/+147
2015-09-18s390: wire up separate socketcalls system callsHeiko Carstens4-21/+42
2015-09-18s390/compat: remove superfluous compat wrappersHeiko Carstens2-102/+51
2015-09-18s390/compat: do not trace compat wrapper functionsHeiko Carstens1-6/+6
2015-09-17s390/s390x: allocate sys_membarrier system call numberMathieu Desnoyers2-1/+3
2015-09-17s390/configs//zfcpdump_defconfig: Remove CONFIG_MEMSTICKMichael Holzheu1-5/+0
2015-09-17s390: wire up userfaultfd system callHeiko Carstens2-1/+3
2015-09-17s390/vtime: correct scaled cputime for SMTMartin Schwidefsky1-4/+8
2015-09-17s390/cpum_cf: Corrected return code for unauthorized counter setsHendrik Brueckner1-4/+8
2015-09-17s390/compat: correct uc_sigmask of the compat signal frameMartin Schwidefsky1-4/+23
2015-09-17s390: fix floating point register corruptionHeiko Carstens1-0/+2
2015-09-17s390/hibernate: fix save and restore of vector registersMartin Schwidefsky1-35/+3
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne1-1/+1
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2-0/+2
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig2-12/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-9/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-10/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-31/+0
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-0/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-61/+83
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-43/+55
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds70-1192/+3190
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-109/+259
2015-08-28s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez1-0/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-1/+1
2015-08-27s390/jump_label: Use %*ph to print small buffersAlexander Kuleshov1-6/+3
2015-08-26s390/numa: remove superfluous ARCH_WANT definesMichael Holzheu1-7/+0
2015-08-19s390/mm: simplify page table alloc/free codeMartin Schwidefsky1-136/+89
2015-08-19s390/pci: move debug messages to debugfsSebastian Ott1-10/+23
2015-08-19s390/nmi: initialize control register 0 earlierHeiko Carstens1-1/+1
2015-08-19s390/setup: fix novx parameterMartin Schwidefsky1-8/+7
2015-08-19s390/uaccess: remove uaccess_primary kernel parameterHeiko Carstens1-14/+1
2015-08-19s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens1-1/+1
2015-08-19s390/facilities: remove transactional-execution bitsHeiko Carstens1-2/+2
2015-08-19s390/numa: re-add DIE sched_domain_topology_levelMichael Holzheu1-0/+1
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2