summaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-061-1/+3
|\
| * kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-071-1/+3
* | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-051-0/+2
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-7/+4
|\ \
| * \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-282-7/+4
| |\ \
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-7/+4
* | | | Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-036-14/+54
|\ \ \ \
| * | | | s390/unwind: start unwinding from reliable stateVasily Gorbik2019-11-301-3/+3
| * | | | s390: fix register clobbering in CALL_ON_STACKVasily Gorbik2019-11-301-2/+2
| * | | | s390/unwind: always inline get_stack_pointerVasily Gorbik2019-11-301-2/+2
| * | | | s390/cpum_sf: Replace function name in debug statementsThomas Richter2019-11-301-1/+1
| * | | | s390/unwind: make reuse_sp default when unwinding pt_regsVasily Gorbik2019-11-301-1/+0
| * | | | s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik2019-11-301-0/+11
| * | | | s390: correct CALL_ON_STACK back_chain savingVasily Gorbik2019-11-301-1/+14
| * | | | s390/unwind: unify task is current checksVasily Gorbik2019-11-302-2/+3
| * | | | s390: always inline disabled_waitVasily Gorbik2019-11-301-1/+1
| * | | | s390/vdso: fix getcpuHeiko Carstens2019-11-301-2/+11
| * | | | s390: implement perf_arch_fetch_caller_regsIlya Leoshkevich2019-11-301-0/+7
* | | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-4/+0
|\ \ \ \ \
| * | | | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-4/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-261-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-0/+1
| |\| | | |
| * | | | | Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-11-181-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: s390: count invalid yieldsChristian Borntraeger2019-10-101-0/+1
| | | |/ / | | |/| |
* | | | | Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-2610-81/+65
|\ \ \ \ \
| * | | | | s390/early: move control registers setup in C codeVasily Gorbik2019-11-201-0/+1
| * | | | | s390: always inline current_stack_pointer()Heiko Carstens2019-10-311-1/+1
| * | | | | s390/mm: add mm_pxd_folded() checks to pxd_free()Gerald Schaefer2019-10-311-2/+14
| * | | | | s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer2019-10-311-2/+2
| * | | | | s390/mm: simplify page table helpers for large entriesGerald Schaefer2019-10-311-55/+28
| * | | | | s390/mm: make pmd/pud_bad() report large entries as badGerald Schaefer2019-10-311-8/+2
| * | | | | s390/time: ensure get_clock_monotonic() returns monotonic valuesHeiko Carstens2019-10-311-6/+10
| * | | | | s390/unwind: fix get_stack_pointer(NULL, NULL)Ilya Leoshkevich2019-10-311-1/+1
| * | | | | s390/time: remove monotonic_clock()Heiko Carstens2019-10-311-1/+0
| * | | | | s390/qdio: move SSQD Sniffer mask definitionJulian Wiedmann2019-10-311-0/+1
| * | | | | s390/alternatives: make use of asm_inlineHeiko Carstens2019-10-312-3/+3
| * | | | | s390/bug: make use of asm_inlineHeiko Carstens2019-10-311-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-261-2/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-2/+0
| | |/ / | |/| |
* / | | s390/unwind: fix mixing regs and spIlya Leoshkevich2019-10-311-0/+1
|/ / /
* / / s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger2019-10-111-2/+2
|/ /
* | s390/mm: mark function(s) __always_inlineHeiko Carstens2019-10-041-11/+11
* | s390/jump_label: mark function(s) __always_inlineHeiko Carstens2019-10-041-2/+2
* | s390/cpu_mf: mark function(s) __always_inlineHeiko Carstens2019-10-041-1/+2
* | s390/atomic,bitops: mark function(s) __always_inlineHeiko Carstens2019-10-042-5/+5
* | s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-042-3/+9
* | s390: mark __cpacf_query() as __always_inlineJiri Kosina2019-10-041-1/+1
* | s390/qdio: clarify size of the QIB parm areaJulian Wiedmann2019-10-011-1/+1
* | s390/cpumsf: Check for CPU Measurement samplingThomas Richter2019-10-011-1/+4
|/
* Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-263-7/+9
|\