summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0Star
|\ \ | |/ |/|
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-0744-650/+1209
|\ \
| * | s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-032-2/+2
| * | s390: simplify disabled_waitMartin Schwidefsky2019-05-025-8/+8
| * | s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky2019-05-024-8/+9
| * | s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-0211-119/+297
| * | s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky2019-05-026-4/+35
| * | s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-292-0/+2
| * | s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-2911-168/+30Star
| * | s390/sclp: do not use static sccbsGerald Schaefer2019-04-292-4/+2Star
| * | 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-292-10/+10
| * | s390/kernel: build a relocatable kernelGerald Schaefer2019-04-294-42/+72
| * | s390: enable processes for mio instructionsSebastian Ott2019-04-291-0/+2
| * | s390/pci: gather statistics for floating vs directed irqsSebastian Ott2019-04-291-1/+2
| * | s390: show statistics for MSI IRQsSebastian Ott2019-04-291-9/+38
| * | s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2019-04-291-0/+17
| * | s390/kexec_file: Disable kexec_load when IPLed securePhilipp Rudo2019-04-292-0/+16
| * | s390/kexec_file: Create ipl report and pass to next kernelPhilipp Rudo2019-04-293-9/+82
| * | s390/kexec_file: Signature verification prototypePhilipp Rudo2019-04-293-0/+80
| * | s390/kexec_file: Load new kernel to absolute 0Philipp Rudo2019-04-294-18/+22
| * | s390/kexec_file: Unify loader codePhilipp Rudo2019-04-293-77/+55Star
| * | s390/kexec_file: Simplify parmarea accessPhilipp Rudo2019-04-293-17/+8Star
| * | 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/ipl: add helper functions to create an IPL reportMartin Schwidefsky2019-04-261-0/+134
| * | s390/ipl: read IPL report at early bootMartin Schwidefsky2019-04-262-0/+64
| * | s390/ipl: provide uapi header for list directed IPLMartin Schwidefsky2019-04-262-42/+40Star
| * | s390/ipl: make ipl_info less confusingMartin Schwidefsky2019-04-262-60/+58Star
| * | s390: report new CPU capabilitiesMartin Schwidefsky2019-04-252-1/+10
| * | s390/cpum_cf_diag: Add support for CPU-MF SVN 6Thomas-Mich Richter2019-04-231-2/+7
| * | s390: Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-112-4/+4
| * | s390: don't build vdso32 with clangArnd Bergmann2019-04-112-6/+6
| * | s390/protvirt: add memory sharing for diag 308 set/storeVasily Gorbik2019-04-101-0/+9
| * | s390/uv: introduce guest side ultravisor codeVasily Gorbik2019-04-101-0/+5
| * | s390: move ipl block to .boot.preserved.data sectionVasily Gorbik2019-04-102-14/+2Star
| * | s390: introduce .boot.preserved.data sectionGerald Schaefer2019-04-101-0/+4
| * | s390/cpum_cf: Add support for CPU-MF SVN 6Thomas Richter2019-03-292-38/+84
* | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-6/+0Star
|\ \ \
| * | | s390/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-6/+0Star
| |/ /
* | | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-1/+2
|\ \ \
| * | | s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-1/+2
* | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ \
| * | | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| | |_|/ | |/| |
* | | | s390: correct some inline assembly constraintsVasily Gorbik2019-04-172-5/+5
| |_|/ |/| |
* | | Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-283-14/+27
|\ \ \ | |/ / |/| |
| * | s390/cpumf: Fix warning from check_processor_idThomas Richter2019-03-281-6/+13