aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev1-1/+5
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens1-17/+0
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens1-2/+12
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens1-10/+10
2022-05-09s390/pai: add support for cryptography countersThomas Richter1-0/+1
2022-05-06s390/entry: remove broken and not needed codeHeiko Carstens1-4/+1
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens1-5/+5
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-2/+2
2022-03-10s390: assume stckf is always presentVasily Gorbik1-8/+3
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-03-01s390/entry: remove unused expoline thunkVasily Gorbik1-1/+0
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-8/+37
2021-08-31s390/entry: make oklabel within CHKSTG macro localHeiko Carstens1-2/+2
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev1-4/+7
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev1-38/+1
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev1-11/+32
2021-07-05s390/mcck: always enter C handler with DAT enabledAlexander Gordeev1-3/+32
2021-07-05s390/mcck: optimize user mode check in case of !CONFIG_KVMAlexander Gordeev1-2/+4
2021-07-05s390/entry.S: factor out SIEEXIT macroAlexander Gordeev1-16/+12
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-30/+31
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle1-0/+1
2021-06-16s390/entry.S: factor out OUTSIDE macroAlexander Gordeev1-23/+25
2021-06-07s390/mcck: cleanup use of cleanup_sie_mcckAlexander Gordeev1-12/+10
2021-06-07Merge branch 's390/fixes' into featuresVasily Gorbik1-2/+2
2021-06-07s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle1-0/+1
2021-06-07s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev1-1/+1
2021-06-07s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev1-1/+1
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/linuxLinus 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/linuxLinus 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