summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/vdso: map vdso also for statically linked binariesHeiko Carstens2019-08-091-5/+0Star
* s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-061-6/+4Star
* s390/head64: cleanup unused labelsVasily Gorbik2019-08-061-7/+0Star
* s390/unwind: remove stack recursion warningVasily Gorbik2019-08-061-5/+1Star
* s390/setup: adjust start_code of init_mm to _textVasily Gorbik2019-08-061-2/+1Star
* s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-061-9/+0Star
* s390/kexec: add missing include to machine_kexec_reloc.cVasily Gorbik2019-07-291-0/+1
* s390/perf: make cf_diag_csd staticVasily Gorbik2019-07-291-1/+1
* s390: wire up clone3 system callVasily Gorbik2019-07-231-1/+1
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-4/+2Star
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-134-9/+4Star
|\
| * s390/unwind: avoid int overflow in outside_of_stackVasily Gorbik2019-07-111-1/+1
| * s390: fix setting of mio addressing controlSebastian Ott2019-07-111-2/+0Star
| * s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-6/+1Star
| * s390/cpumf: Add extended counter set definitions for model 8561 and 8562Thomas Richter2019-07-111-0/+2
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-091-1/+0Star
|\ \ \
| * | | PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre2019-06-141-1/+0Star
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-093-7/+7
|\ \ \ | |_|/ |/| |
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+3
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-4/+4
| |/
* | docs: s390: unify and update s390dbf kdocs at debug.cSteffen Maier2019-07-051-19/+86
* | s390/kasan: avoid false positives during stack unwindVasily Gorbik2019-07-021-8/+8
* | processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-2/+2
* | s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-152-6/+13
* | s390/traps: simplify data exception handlerVasily Gorbik2019-06-151-8/+2Star
* | s390/kdump: get rid of compile warningHeiko Carstens2019-06-111-1/+2
* | s390/jump_label: remove unused structure definitionHeiko Carstens2019-06-071-5/+0Star
* | s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens2019-06-071-19/+0Star
* | s390: enforce CONFIG_SMPHeiko Carstens2019-06-075-11/+1Star
* | s390/disassembler: update opcode tableMartin Schwidefsky2019-06-041-3/+2Star
* | s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky2019-06-041-13/+5Star
|/
* 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