aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02s390: simplify disabled_waitMartin Schwidefsky5-8/+8
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky4-8/+9
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky11-119/+297
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky6-4/+35
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2-0/+2
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer11-168/+30
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer2-4/+2
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 Schaefer2-10/+10
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer4-42/+72
2019-04-29s390: enable processes for mio instructionsSebastian Ott1-0/+2
2019-04-29s390/pci: gather statistics for floating vs directed irqsSebastian Ott1-1/+2
2019-04-29s390: show statistics for MSI IRQsSebastian Ott1-9/+38
2019-04-29s390/ipl: Provide has_secure sysfs attributePhilipp Rudo1-0/+17
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 Rudo3-9/+82
2019-04-29s390/kexec_file: Signature verification prototypePhilipp Rudo3-0/+80
2019-04-29s390/kexec_file: Load new kernel to absolute 0Philipp Rudo4-18/+22
2019-04-29s390/kexec_file: Unify loader codePhilipp Rudo3-77/+55
2019-04-29s390/kexec_file: Simplify parmarea accessPhilipp Rudo3-17/+8
2019-04-29s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo1-1/+6
2019-04-29s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo1-1/+1
2019-04-26s390/ipl: add helper functions to create an IPL reportMartin Schwidefsky1-0/+134
2019-04-26s390/ipl: read IPL report at early bootMartin Schwidefsky2-0/+64
2019-04-26s390/ipl: provide uapi header for list directed IPLMartin Schwidefsky2-42/+40
2019-04-26s390/ipl: make ipl_info less confusingMartin Schwidefsky2-60/+58
2019-04-25s390: report new CPU capabilitiesMartin Schwidefsky2-1/+10
2019-04-23s390/cpum_cf_diag: Add support for CPU-MF SVN 6Thomas-Mich Richter1-2/+7
2019-04-11s390: Convert IS_ENABLED uses to __is_definedJoe Perches2-4/+4
2019-04-11s390: don't build vdso32 with clangArnd Bergmann2-6/+6
2019-04-10s390/protvirt: add memory sharing for diag 308 set/storeVasily Gorbik1-0/+9
2019-04-10s390/uv: introduce guest side ultravisor codeVasily Gorbik1-0/+5
2019-04-10s390: move ipl block to .boot.preserved.data sectionVasily Gorbik2-14/+2
2019-04-10s390: introduce .boot.preserved.data sectionGerald Schaefer1-0/+4
2019-03-29s390/cpum_cf: Add support for CPU-MF SVN 6Thomas Richter2-38/+84
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-14/+27
2019-03-28s390/cpumf: Fix warning from check_processor_idThomas Richter1-6/+13
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport3-1/+23
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+5
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport2-0/+6
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-03-06s390/vtime: steal time exponential moving averageMartin Schwidefsky2-8/+14
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+61
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds19-804/+1133
2019-03-01s390/suspend: fix prefix register reset in swsusp_arch_resumeMartin Schwidefsky1-3/+3
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik1-2/+0
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-2/+2