aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik1-1/+1
2019-05-07s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2-1/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-17/+4
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds120-1644/+3996
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-153/+42
2019-05-03s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2-2/+2
2019-05-03s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann4-9/+9
2019-05-03s390: drop CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2019-05-03s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann2-2/+3
2019-05-03s390: only build for new CPUs with clangArnd Bergmann2-6/+18
2019-05-02s390: simplify disabled_waitMartin Schwidefsky8-12/+12
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky5-8/+11
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky16-205/+521
2019-05-02s390/opcodes: add missing instructions to the disassemblerMartin Schwidefsky1-0/+11
2019-05-02s390/bug: add entry size to the __bug_table sectionMartin Schwidefsky1-12/+12
2019-05-02s390: use proper expoline sections for .dma codeMartin Schwidefsky1-4/+15
2019-05-02s390/nospec: rename assembler generated expoline thunksMartin Schwidefsky1-5/+5
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky10-6/+47
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2-0/+15
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer9-5/+207
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer24-188/+334
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer4-6/+10
2019-04-29s390/kprobes: use static buffer for insn_pageGerald Schaefer1-17/+18
2019-04-29s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quadGerald Schaefer3-17/+12
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer11-42/+124
2019-04-29s390: enable processes for mio instructionsSebastian Ott2-0/+12
2019-04-29s390/pci: add parameter to disable usage of MIO instructionsSebastian Ott1-1/+6
2019-04-29s390/pci: provide support for MIO instructionsSebastian Ott7-31/+294
2019-04-29s390/pci: move io address mapping code to pci_insn.cSebastian Ott4-39/+60
2019-04-29s390/pci: add parameter to force floating irqsSebastian Ott3-0/+9
2019-04-29s390/pci: gather statistics for floating vs directed irqsSebastian Ott3-6/+10
2019-04-29s390: show statistics for MSI IRQsSebastian Ott3-13/+42
2019-04-29s390/pci: provide support for CPU directed interruptsSebastian Ott5-63/+368
2019-04-29s390/airq: provide cacheline aligned ivsSebastian Ott1-4/+6
2019-04-29s390/pci: clarify interrupt vector usageSebastian Ott1-12/+26
2019-04-29s390/airq: recognize directed interruptsSebastian Ott3-3/+3
2019-04-29s390/sclp: detect DIRQ facilitySebastian Ott1-0/+1
2019-04-29s390/pci: move everything irq related to pci_irq.cSebastian Ott4-217/+229
2019-04-29s390/pci: remove unused defineSebastian Ott1-2/+0
2019-04-29s390/pci: mark command line parser data __initdataSebastian Ott1-1/+1
2019-04-29s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2-0/+19
2019-04-29s390/kexec_file: Disable kexec_load when IPLed securePhilipp Rudo2-0/+16
2019-04-29s390/kexec_file: Create ipl report and pass to next kernelPhilipp Rudo5-9/+86
2019-04-29s390/kexec_file: Signature verification prototypePhilipp Rudo8-0/+95
2019-04-29s390/kexec_file: Load new kernel to absolute 0Philipp Rudo5-18/+28
2019-04-29s390/kexec_file: Unify loader codePhilipp Rudo4-84/+58