summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390: use _refcount for pgtablesMatthew Wilcox2018-06-071-9/+12
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-072-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-064-256/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-032-2/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2119-150/+396
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-074-252/+13
| |\ \ \
| | * | | bpf, s390x: remove ld_abs/ld_indDaniel Borkmann2018-05-034-252/+13
* | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-1/+1
|\ \ \ \ \
| * | | | | kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck2018-05-291-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-0518-112/+335
|\ \ \ \ \
| * | | | | s390/archrandom: Rework arch random implementation.Harald Freudenberger2018-05-302-14/+102
| * | | | | s390/net: add pnetid supportUrsula Braun2018-05-304-0/+108
| * | | | | s390/cio: add test for ccwgroup deviceSebastian Ott2018-05-231-0/+10
| * | | | | s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott2018-05-231-0/+1
| * | | | | s390: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-231-2/+2
| * | | | | s390: remove closung punctuation from spectre messagesMartin Schwidefsky2018-05-091-2/+2
| * | | | | s390: introduce compile time check for empty .bss sectionVasily Gorbik2018-05-093-0/+20
| * | | | | s390/early: move functions which may not access bss section to extra fileHeiko Carstens2018-05-095-61/+86
| * | | | | s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens2018-05-091-2/+3
| * | | | | s390/early: get rid of memmove_earlyHeiko Carstens2018-05-091-33/+1
| * | | | | s390/cpum_sf: Add data entry sizes to sampling trailer entryThomas Richter2018-05-091-1/+3
| * | | | | perf: fix invalid bit in diagnostic entryThomas Richter2018-05-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-133/+19
|\ \ \ \ \
| * | | | | Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-1945-874/+1430
| |\| | | |
| * | | | | y2038: s390: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-133/+19
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-16/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-0231-719/+1025
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| * | | | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-195-16/+2
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+2
|\ \ \ \ \ \
| * | | | | | softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker2018-05-141-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-38/+12
|\ \ \ \ \ \
| * | | | | | signal/s390: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-43/+12
| * | | | | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-043-26/+4
|\ \ \ \ \ \
| * | | | | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
| * | | | | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | | | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | | | | iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig2018-05-091-3/+2
| * | | | | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
| * | | | | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
| * | | | | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-072-4/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-26/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-13/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-05-301-1/+1
|\ \ \ \ \
| * | | | | s390/purgatory: Fix endless interrupt loopPhilipp Rudo2018-05-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand2018-05-171-1/+1
| |/ / /
* | | | s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner2018-05-081-0/+4
* | | | s390: use expoline thunks in the BPF JITMartin Schwidefsky2018-05-072-8/+71