aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-7/+7
2019-07-05docs: s390: unify and update s390dbf kdocs at debug.cSteffen Maier1-19/+86
2019-07-02s390/kasan: avoid false positives during stack unwindVasily Gorbik1-8/+8
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-2/+2
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky2-6/+13
2019-06-15s390/traps: simplify data exception handlerVasily Gorbik1-8/+2
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-1/+0
2019-06-11s390/kdump: get rid of compile warningHeiko Carstens1-1/+2
2019-06-07s390/jump_label: remove unused structure definitionHeiko Carstens1-5/+0
2019-06-07s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens1-19/+0
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens5-11/+1
2019-06-04s390/disassembler: update opcode tableMartin Schwidefsky1-3/+2
2019-06-04s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky1-13/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-3/+3
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-4/+4
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+6
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds44-650/+1209
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-03s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2-2/+2
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