summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm: relax deferred struct page requirementsPavel Tatashin2018-01-311-1/+0
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-314-27/+5
|\
| * dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-1/+1
| * dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig2018-01-152-17/+1
| * s390: move s390_pci_dma_ops to asm/pci_dma.hChristoph Hellwig2018-01-102-2/+3
| * s390: remove the unused dma_capable helperChristoph Hellwig2018-01-091-7/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-173/+0
|\ \
| * | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-52/+0
| * | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-48/+0
| * | signal: unify compat_siginfo_tAl Viro2018-01-151-72/+0
| * | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-2/+0
|\ \ \
| * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-2/+0
| |/ /
* | | Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-241-7/+11
|\ \ \
| * | | KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger2018-01-241-7/+11
* | | | KVM: s390: wire up bpb featureChristian Borntraeger2018-01-204-2/+28
| |_|/ |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-062-5/+6
|\ \ \
| * | | Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-062-5/+6
| |\| |
| | * | KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger2017-12-221-1/+1
| | * | KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2017-12-221-4/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-01-053-3/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky2017-12-151-1/+1
| * | | s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2017-12-132-2/+22
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-6/+5
|\ \ \
| * | | bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-151-6/+5
* | | | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-6/+0
* | | | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+1
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-1012-52/+25
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvm-s390-master-4.15-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-12-0612-52/+25
| |\|
| | * KVM: s390: Fix skey emulation permission checkJanosch Frank2017-12-061-2/+9
| | * KVM: s390: mark irq_state.flags as non-usableChristian Borntraeger2017-12-061-2/+4
| | * KVM: s390: Remove redundant license textGreg Kroah-Hartman2017-12-0612-48/+0
| | * KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-12-0612-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-084-67/+79
|\ \ \
| * | | s390/uapi: correct whitespace & coding style in asm/ptrace.hHendrik Brueckner2017-12-051-66/+52
| * | | s390/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-054-3/+29
| |/ /
* | | s390: fix compat system call tableHeiko Carstens2017-12-071-3/+3
* | | s390/mm: fix off-by-one bug in 5-level page table handlingHeiko Carstens2017-12-051-2/+0
* | | s390: Remove redudant license textMartin Schwidefsky2017-12-052-10/+0
* | | s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-0522-0/+22
* | | s390: always save and restore all registers on context switchHeiko Carstens2017-12-051-14/+13
* | | s390/virtio: add BSD license to virtio-ccwMichael S. Tsirkin2017-12-051-1/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-301-5/+2
|\ \
| * | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3068-234/+90
|\ \ \
| * | | s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky2017-11-281-0/+8
| * | | s390: revert ELF_ET_DYN_BASE base changesMartin Schwidefsky2017-11-241-7/+8
| * | | s390: Remove redundant license textGreg Kroah-Hartman2017-11-244-24/+0
| * | | s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-248-46/+0
| * | | s390: include: Remove redundant license textGreg Kroah-Hartman2017-11-2412-73/+0