summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-26/+4
|\
| * 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-301-73/+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
| |/
* | KVM: s390: wire up bpb featureChristian Borntraeger2018-01-202-2/+6
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-6/+0
* 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: Remove redudant license textMartin Schwidefsky2017-12-051-4/+0
* | s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-0510-0/+10
* | 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3015-81/+17
|\
| * s390: revert ELF_ET_DYN_BASE base changesMartin Schwidefsky2017-11-241-7/+8
| * s390: include: Remove redundant license textGreg Kroah-Hartman2017-11-2412-73/+0
| * s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-247-0/+7
| * s390: fix alloc_pgste check in init_new_context againMartin Schwidefsky2017-11-241-1/+1
| * s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter2017-11-201-0/+1
* | mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-291-0/+6
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-1712-104/+106
|\
| * s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner2017-11-161-1/+1
| * s390/cpum_sf: load program parameter at sampler enablementHendrik Brueckner2017-11-161-0/+6
| * s390/perf: extend perf_regs support to include floating-point registersHendrik Brueckner2017-11-161-0/+16
| * s390/perf: add perf_regs support and user stack dumpHeiko Carstens2017-11-161-0/+27
| * s390/cpumf: remove raw event support in basic-only sampling modePu Hou2017-11-161-17/+0
| * s390: enable CPU alternatives unconditionallyHeiko Carstens2017-11-141-17/+3
| * s390/vdso: add missing boot_vdso_data declarationHeiko Carstens2017-11-141-0/+1
| * s390: correct some inline assembly constraintsVasily Gorbik2017-11-143-4/+4
| * s390: remove all code using the access register modeMartin Schwidefsky2017-11-145-65/+46
| * s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky2017-11-141-0/+2
* | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\ \
| * | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0
| |/
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-4/+21
|\ \
| * \ Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-164-6/+30
| |\ \
| | * | KVM: s390: SIE considerations for AP Queue virtualizationTony Krowiak2017-11-091-4/+21
* | | | mm: account pud page tablesKirill A. Shutemov2017-11-151-1/+3
* | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-5/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-5/+0
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-14/+2
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07169-0/+169
| |\ \ \
| * | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
| * | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+1
| * | | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-0/+3
OpenPOWER on IntegriCloud