aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstreamIngo Molnar4-50/+57
2015-08-11bpf: s390: Fix build error caused by the struct bpf_array member name changedKaixu Xia1-2/+2
2015-08-10s390/time: Migrate to new 'set-state' interfaceViresh Kumar1-6/+0
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause1-2/+1
2015-08-07s390/vdso: emit a GNU hashMartin Schwidefsky2-2/+2
2015-08-07s390/numa: make core to node mapping data dynamicMichael Holzheu1-27/+41
2015-08-07s390/lib: export __delayGuenter Roeck1-0/+1
2015-08-07s390/topology: remove topology lockMichael Holzheu2-8/+10
2015-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang5-4/+65
2015-08-04s390/vtime: limit MT scaling value updatesMartin Schwidefsky1-1/+11
2015-08-04s390/syscalls: ignore syscalls reachable via sys_socketcallHeiko Carstens1-1/+16
2015-08-04s390/numa: enable support in s390 configsPhilipp Hachtmann4-3/+10
2015-08-04s390/numa: add emulation supportMichael Holzheu6-0/+558
2015-08-03s390/numa: add topology tree infrastructurePhilipp Hachtmann3-0/+403
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann15-26/+375
2015-08-03s390/uaccess, locking/static_keys: employ static_branch_likely()Heiko Carstens1-6/+6
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-2/+17
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()Andrey Konovalov1-2/+2