summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-27/+5
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-173/+0
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2018-01-24Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář1-7/+11
2018-01-24KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger1-7/+11
2018-01-20KVM: s390: wire up bpb featureChristian Borntraeger4-2/+28
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-52/+0
2018-01-16signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-48/+0
2018-01-16signal: unify compat_siginfo_tAl Viro1-72/+0
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig1-1/+1
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig2-17/+1
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-1/+0
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+3
2018-01-10s390: move s390_pci_dma_ops to asm/pci_dma.hChristoph Hellwig2-2/+3
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-2/+0
2018-01-09s390: remove the unused dma_capable helperChristoph Hellwig1-7/+0
2018-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+6
2018-01-06Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2-5/+6
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-3/+23
2017-12-22KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger1-1/+1
2017-12-22KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger1-4/+5
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-6/+5
2017-12-16Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-6/+0
2017-12-15bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann1-6/+5
2017-12-15s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky1-1/+1
2017-12-15kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-12-13s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2-2/+22
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-52/+25
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-67/+79
2017-12-07s390: fix compat system call tableHeiko Carstens1-3/+3
2017-12-06Merge tag 'kvm-s390-master-4.15-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář12-52/+25
2017-12-06KVM: s390: Fix skey emulation permission checkJanosch Frank1-2/+9
2017-12-06KVM: s390: mark irq_state.flags as non-usableChristian Borntraeger1-2/+4
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman12-48/+0
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman12-0/+12
2017-12-05s390/uapi: correct whitespace & coding style in asm/ptrace.hHendrik Brueckner1-66/+52
2017-12-05s390/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner4-3/+29
2017-12-05s390/mm: fix off-by-one bug in 5-level page table handlingHeiko Carstens1-2/+0
2017-12-05s390: Remove redudant license textMartin Schwidefsky2-10/+0
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky22-0/+22
2017-12-05s390: always save and restore all registers on context switchHeiko Carstens1-14/+13
2017-12-05s390/virtio: add BSD license to virtio-ccwMichael S. Tsirkin1-1/+1
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+2
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds68-234/+90
2017-11-30mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-0/+6
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-28s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+8
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-11-24s390: revert ELF_ET_DYN_BASE base changesMartin Schwidefsky1-7/+8