summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2021-04-12s390/entry: save the caller of psw_idleVasily Gorbik1-0/+1
2021-04-12s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik1-4/+2
2021-02-13s390: split cleanup_sieSven Schnelle1-10/+7
2021-02-13s390: use r13 in cleanup_sie as temp registerSven Schnelle1-2/+2
2021-02-13s390: fix kernel asce loading when sie is interruptedSven Schnelle1-2/+1
2021-02-13s390: add stack for machine check handlerSven Schnelle1-10/+7
2021-02-13s390: open code SWITCH_KERNEL macroSven Schnelle1-28/+46
2021-02-09s390/entry: use cpu alternative for stck/stckfHeiko Carstens1-5/+3
2021-01-19s390: convert to generic entrySven Schnelle1-714/+89
2020-12-18Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-10/+6
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2020-12-16s390/delay: simplify udelayHeiko Carstens1-4/+0
2020-12-16s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balancedHeiko Carstens1-2/+2
2020-12-16s390: always clear kernel stack backchain before calling functionsHeiko Carstens1-6/+6
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-68/+73
2020-12-09s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-09s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-02s390: fix irq state tracingHeiko Carstens1-15/+0
2020-11-23s390/mm: add debug user asce supportHeiko Carstens1-0/+8
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-51/+24
2020-11-23Merge branch 'fixes' into featuresHeiko Carstens1-0/+2
2020-11-23s390: fix fpu restore in entry.SSven Schnelle1-0/+2
2020-11-20s390: add separate program check exit pathHeiko Carstens1-3/+11
2020-11-09s390: add support for TIF_NOTIFY_SIGNALJens Axboe1-5/+6
2020-11-09s390: fix system call exit pathHeiko Carstens1-0/+2
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle1-6/+0
2020-07-10s390: fix comment regarding interrupts in svcChristian Borntraeger1-1/+1
2020-06-23s390: fix system call single steppingSven Schnelle1-1/+1
2020-06-16s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle1-1/+1
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-354/+110
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-26/+39
2019-12-08sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens1-4/+0
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky1-2/+22
2019-04-29s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quadGerald Schaefer1-9/+9
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann1-2/+2
2018-11-02s390/kasan: increase instrumented stack size to 64kVasily Gorbik1-3/+3
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-17/+36
2018-07-04s390: wire up rseq system callHeiko Carstens1-0/+4
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-05-07s390: move expoline assembler macros to a headerMartin Schwidefsky1-81/+24
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-70/+26
2018-03-28s390/kvm: improve stack frame constants in entry.SMartin Schwidefsky1-13/+13
2018-03-28s390/lpp: use assembler alternatives for the LPP instructionMartin Schwidefsky1-8/+6
2018-03-28s390/entry.S: use assembler alternativesMartin Schwidefsky1-49/+7
2018-03-06s390/entry.S: fix spurious zeroing of r0Christian Borntraeger1-2/+2
2018-02-22s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky1-0/+1
2018-02-22s390/clean-up: use CFI_* macros in entry.SHendrik Brueckner1-2/+3
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky1-25/+88
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky1-5/+46