summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-07159-1938/+4907
|\
| * s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-032-2/+2
| * s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann2019-05-035-11/+11
| * s390: drop CONFIG_VIRT_TO_BUSArnd Bergmann2019-05-031-1/+0
| * s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann2019-05-032-2/+3
| * s390: only build for new CPUs with clangArnd Bergmann2019-05-032-6/+18
| * s390: simplify disabled_waitMartin Schwidefsky2019-05-029-18/+13
| * s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky2019-05-025-8/+11
| * s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-0216-205/+521
| * s390/opcodes: add missing instructions to the disassemblerMartin Schwidefsky2019-05-021-0/+11
| * s390/bug: add entry size to the __bug_table sectionMartin Schwidefsky2019-05-021-12/+12
| * s390: use proper expoline sections for .dma codeMartin Schwidefsky2019-05-021-4/+15
| * s390/nospec: rename assembler generated expoline thunksMartin Schwidefsky2019-05-021-5/+5
| * s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky2019-05-0210-6/+47
| * locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-294-0/+32
| * s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-299-5/+207
| * s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-2924-188/+334
| * s390/sclp: do not use static sccbsGerald Schaefer2019-04-299-57/+71
| * s390/kprobes: use static buffer for insn_pageGerald Schaefer2019-04-291-17/+18
| * s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quadGerald Schaefer2019-04-293-17/+12
| * s390/kernel: build a relocatable kernelGerald Schaefer2019-04-2911-42/+124
| * s390: enable processes for mio instructionsSebastian Ott2019-04-292-0/+12
| * s390/pci: add parameter to disable usage of MIO instructionsSebastian Ott2019-04-292-1/+7
| * s390/pci: provide support for MIO instructionsSebastian Ott2019-04-297-31/+294
| * s390/ism: move oddities of device IO to wrapper functionSebastian Ott2019-04-292-16/+31
| * s390/pci: move io address mapping code to pci_insn.cSebastian Ott2019-04-295-40/+61
| * s390/pci: add parameter to force floating irqsSebastian Ott2019-04-294-0/+10
| * s390/pci: gather statistics for floating vs directed irqsSebastian Ott2019-04-293-6/+10
| * s390: show statistics for MSI IRQsSebastian Ott2019-04-294-14/+43
| * s390/pci: provide support for CPU directed interruptsSebastian Ott2019-04-295-63/+368
| * s390/airq: provide cacheline aligned ivsSebastian Ott2019-04-292-9/+40
| * s390/pci: clarify interrupt vector usageSebastian Ott2019-04-291-12/+26
| * s390/airq: recognize directed interruptsSebastian Ott2019-04-298-10/+10
| * s390/sclp: detect DIRQ facilitySebastian Ott2019-04-293-1/+3
| * s390/pci: move everything irq related to pci_irq.cSebastian Ott2019-04-294-217/+229
| * s390/pci: remove unused defineSebastian Ott2019-04-291-2/+0
| * s390/pci: mark command line parser data __initdataSebastian Ott2019-04-291-1/+1
| * s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2019-04-294-1/+24
| * s390/kexec_file: Disable kexec_load when IPLed securePhilipp Rudo2019-04-293-1/+17
| * s390/kexec_file: Create ipl report and pass to next kernelPhilipp Rudo2019-04-295-9/+86
| * s390/kexec_file: Signature verification prototypePhilipp Rudo2019-04-298-0/+95
| * s390/kexec_file: Load new kernel to absolute 0Philipp Rudo2019-04-295-18/+28
| * s390/kexec_file: Unify loader codePhilipp Rudo2019-04-294-84/+58
| * s390/kexec_file: Simplify parmarea accessPhilipp Rudo2019-04-296-25/+28
| * s390/purgatory: Omit use of bin2cPhilipp Rudo2019-04-292-6/+17
| * s390/purgatory: Reduce purgatory sizePhilipp Rudo2019-04-292-4/+64
| * s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo2019-04-291-1/+6
| * s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo2019-04-291-1/+1
| * s390/zcore: Rename ipl_block to mitigate name collisionPhilipp Rudo2019-04-261-10/+12
| * s390/boot: pad bzImage to 4KMartin Schwidefsky2019-04-261-0/+1