summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)Author
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-28s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-08-27s390/jump_label: Use %*ph to print small buffersAlexander Kuleshov
2015-08-26s390/numa: remove superfluous ARCH_WANT definesMichael Holzheu
2015-08-19s390/mm: simplify page table alloc/free codeMartin Schwidefsky
2015-08-19s390/pci: move debug messages to debugfsSebastian Ott
2015-08-19s390/nmi: initialize control register 0 earlierHeiko Carstens
2015-08-19s390/setup: fix novx parameterMartin Schwidefsky
2015-08-19s390/uaccess: remove uaccess_primary kernel parameterHeiko Carstens
2015-08-19s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens
2015-08-19s390/facilities: remove transactional-execution bitsHeiko Carstens
2015-08-19s390/numa: re-add DIE sched_domain_topology_levelMichael Holzheu
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar
2015-08-11bpf: s390: Fix build error caused by the struct bpf_array member name changedKaixu Xia
2015-08-10s390/time: Migrate to new 'set-state' interfaceViresh Kumar
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause
2015-08-07s390/vdso: emit a GNU hashMartin Schwidefsky
2015-08-07s390/numa: make core to node mapping data dynamicMichael Holzheu
2015-08-07s390/lib: export __delayGuenter Roeck
2015-08-07s390/topology: remove topology lockMichael Holzheu
2015-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang
2015-08-04s390/vtime: limit MT scaling value updatesMartin Schwidefsky
2015-08-04s390/syscalls: ignore syscalls reachable via sys_socketcallHeiko Carstens
2015-08-04s390/numa: enable support in s390 configsPhilipp Hachtmann
2015-08-04s390/numa: add emulation supportMichael Holzheu
2015-08-03s390/numa: add topology tree infrastructurePhilipp Hachtmann
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann
2015-08-03s390/uaccess, locking/static_keys: employ static_branch_likely()Heiko Carstens
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov