summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens1-8/+4
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik1-5/+3
2023-03-13s390/bp: remove __bpon()Heiko Carstens1-12/+6
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens1-23/+13
2023-03-13s390/bp: add missing BPENTER to program check handlerHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev1-10/+0
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens1-6/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+15
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens1-30/+4