summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2025-05-05s390/entry: Fix last breaking event handling in case of stack corruptionHeiko Carstens1-1/+2
2025-03-31s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocationSven Schnelle1-1/+1
2025-03-04s390/traps: Change stack overflow messageSven Schnelle1-6/+6
2025-03-04s390: Use system header file variant of include directiveHeiko Carstens1-2/+2
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens1-1/+2
2024-12-10s390/Kconfig: Select VMAP_STACK unconditionallyHeiko Carstens1-18/+2
2024-11-21s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik1-0/+4
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda1-23/+1
2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda1-12/+14
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-9/+27
2024-09-13s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens1-1/+1
2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle1-11/+11
2024-08-07s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens1-0/+2
2024-08-07s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens1-5/+6
2024-08-07s390/entry: Move early program check handler to entry.SHeiko Carstens1-0/+15
2024-07-23s390/entry: Make system_call() ready for lowcore relocationSven Schnelle1-10/+11
2024-07-23s390/entry: Make ret_from_fork() ready for lowcore relocationSven Schnelle1-3/+4
2024-07-23s390/entry: Make __switch_to() ready for lowcore relocationSven Schnelle1-4/+5
2024-07-23s390/entry: Make restart_int_handler() ready for lowcore relocationSven Schnelle1-6/+8
2024-07-23s390/entry: Make mchk_int_handler() ready for lowcore relocationSven Schnelle1-23/+25
2024-07-23s390/entry: Make int handlers ready for lowcore relocationSven Schnelle1-15/+16
2024-07-23s390/entry: Make pgm_check_handler() ready for lowcore relocationSven Schnelle1-21/+26
2024-07-23s390/entry: Add base register to CHECK_VMAP_STACK/CHECK_STACK macroSven Schnelle1-12/+12
2024-07-23s390/entry: Add base register to SIEEXIT macroSven Schnelle1-8/+8
2024-07-23s390/entry: Add base register to MBEAR macroSven Schnelle1-4/+5
2024-07-23s390/entry: Make __sie64a() ready for lowcore relocationSven Schnelle1-3/+6
2024-07-23s390/entry: Move SIE indicator flag to thread infoHeiko Carstens1-8/+12
2024-07-23s390/nmi: Simplify ptregs setupHeiko Carstens1-3/+2
2024-07-23s390/nospec: Push down alternative handlingHeiko Carstens1-4/+4
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens1-11/+11
2024-07-23s390/alternatives: Merge both alternative header filesHeiko Carstens1-1/+1
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle1-1/+2
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda1-5/+3
2024-05-14s390/idle: Rewrite psw_idle() in CSven Schnelle1-23/+0
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle1-16/+15
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle1-25/+4
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle1-3/+14
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens1-2/+0
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens1-1/+1
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-1/+1
2024-02-16s390/nmi: remove register validation codeHeiko Carstens1-5/+0
2024-02-12s390/switch_to: use generic header fileHeiko Carstens1-5/+5
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-07-03s390/entry: remove mcck clockSven Schnelle1-1/+0
2023-07-03s390/entry: rework entering DAT-on mode on CPU restartAlexander Gordeev1-3/+8
2023-06-28s390: consistently use .balign instead of .alignHeiko Carstens1-1/+1
2023-04-19s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-35/+34
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens1-0/+10