aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2016-01-26s390/pci: remove iomap sanity checksGravatar Sebastian Ott 1-9/+4
2016-01-26s390/pci: set error state for unusable functionsGravatar Sebastian Ott 1-0/+5
2016-01-26s390/pci: fix bar checkGravatar Sebastian Ott 1-1/+1
2016-01-26s390/pci: resize iomapGravatar Sebastian Ott 1-12/+22
2016-01-26s390/pci: improve ZPCI_* macrosGravatar Sebastian Ott 2-7/+10
2016-01-26s390/pci: provide ZPCI_ADDR macroGravatar Sebastian Ott 2-7/+4
2016-01-26s390/pci: adjust IOMAP_MAX_ENTRIESGravatar Sebastian Ott 1-1/+1
2016-01-26s390/numa: move numa_init_late() from device to arch_initcallGravatar Michael Holzheu 1-1/+1
2016-01-19s390: remove all usages of PSW_ADDR_INSNGravatar Heiko Carstens 14-49/+41
2016-01-19s390: remove all usages of PSW_ADDR_AMODEGravatar Heiko Carstens 10-33/+28
2016-01-19s390: wire up copy_file_range syscallGravatar Heiko Carstens 3-1/+4
2016-01-19s390: remove superfluous memblock_alloc() return value checksGravatar Heiko Carstens 3-6/+0
2016-01-19s390/numa: allocate memory with correct alignmentGravatar Heiko Carstens 1-1/+1
2016-01-19s390/irqflags: optimize irq restoreGravatar Christian Borntraeger 2-3/+8
2016-01-19s390/mm: use TASK_MAX_SIZE where applicableGravatar Dominik Dingel 2-7/+7
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-13/+10
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-3/+0
2016-01-15s390/mm: enable fixup_user_fault retryingGravatar Dominik Dingel 1-3/+26
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockGravatar Dominik Dingel 1-3/+5
2016-01-15s390, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 3-41/+2
2016-01-15mm: drop tail page refcountingGravatar Kirill A. Shutemov 1-12/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-11/+11
2016-01-14mm, shmem: add internal shmem resident memory accountingGravatar Jerome Marchand 1-4/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-12/+1
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 66-853/+1094
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-11/+5
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 14-144/+454
2016-01-12s390: more efficient smp barriersGravatar Michael S. Tsirkin 1-0/+3
2016-01-12s390: use generic memory barriersGravatar Michael S. Tsirkin 1-3/+0
2016-01-12s390: define __smp_xxxGravatar Michael S. Tsirkin 1-6/+9
2016-01-12s390: reuse asm-generic/barrier.hGravatar Michael S. Tsirkin 1-8/+2
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Gravatar Davidlohr Bueso 1-1/+1
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-01-11s390: fix normalization bug in exception table sortingGravatar Ard Biesheuvel 1-2/+6
2016-01-11s390/configs: update default configurationsGravatar Heiko Carstens 5-54/+61
2016-01-11s390/vdso: optimize getcpu system callGravatar Martin Schwidefsky 9-3/+101
2016-01-11s390: drop smp_mb in vdso_initGravatar Michael S. Tsirkin 1-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreGravatar Heiko Carstens 12-116/+116
2016-01-11s390/mem_detect: use unsigned longsGravatar Heiko Carstens 2-9/+6
2016-01-11s390/ptrace: get rid of long longs in psw_bitsGravatar Heiko Carstens 1-19/+19
2016-01-11s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsGravatar Heiko Carstens 2-11/+21
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugGravatar Dan Williams 2-12/+1
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEGravatar Al Viro 1-2/+1
2016-01-08KVM: move architecture-dependent requests to arch/Gravatar Paolo Bonzini 1-0/+4
2016-01-07KVM: s390: implement the RI support of guestGravatar Fan Zhang 3-1/+27
2016-01-07kvm/s390: drop unpaired smp_mbGravatar Michael S. Tsirkin 1-1/+0
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFGravatar Craig Gallek 1-0/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+12