summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-211-9/+27
|\
| * s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle2024-08-291-11/+11
| * s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens2024-08-071-0/+2
| * s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens2024-08-071-5/+6
| * s390/entry: Move early program check handler to entry.SHeiko Carstens2024-08-071-0/+15
* | s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens2024-09-131-1/+1
|/
* s390/entry: Make system_call() ready for lowcore relocationSven Schnelle2024-07-231-10/+11
* s390/entry: Make ret_from_fork() ready for lowcore relocationSven Schnelle2024-07-231-3/+4
* s390/entry: Make __switch_to() ready for lowcore relocationSven Schnelle2024-07-231-4/+5
* s390/entry: Make restart_int_handler() ready for lowcore relocationSven Schnelle2024-07-231-6/+8
* s390/entry: Make mchk_int_handler() ready for lowcore relocationSven Schnelle2024-07-231-23/+25
* s390/entry: Make int handlers ready for lowcore relocationSven Schnelle2024-07-231-15/+16
* s390/entry: Make pgm_check_handler() ready for lowcore relocationSven Schnelle2024-07-231-21/+26
* s390/entry: Add base register to CHECK_VMAP_STACK/CHECK_STACK macroSven Schnelle2024-07-231-12/+12
* s390/entry: Add base register to SIEEXIT macroSven Schnelle2024-07-231-8/+8
* s390/entry: Add base register to MBEAR macroSven Schnelle2024-07-231-4/+5
* s390/entry: Make __sie64a() ready for lowcore relocationSven Schnelle2024-07-231-3/+6
* s390/entry: Move SIE indicator flag to thread infoHeiko Carstens2024-07-231-8/+12
* s390/nmi: Simplify ptregs setupHeiko Carstens2024-07-231-3/+2
* s390/nospec: Push down alternative handlingHeiko Carstens2024-07-231-4/+4
* s390/alternatives: Rework to allow for callbacksHeiko Carstens2024-07-231-11/+11
* s390/alternatives: Merge both alternative header filesHeiko Carstens2024-07-231-1/+1
* s390: Move CIF flags to struct pcpuSven Schnelle2024-07-231-1/+2
* s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2024-07-101-5/+3
* s390/idle: Rewrite psw_idle() in CSven Schnelle2024-05-141-23/+0
* s390/mm: Fix NULL pointer dereferenceSven Schnelle2024-04-171-1/+2
* s390/entry: align system call table on 8 bytesSumanth Korikkar2024-04-031-0/+1
* s390/entry: compare gmap asce to determine guest/host faultSven Schnelle2024-03-171-16/+15
* s390/entry: remove OUTSIDE macroSven Schnelle2024-03-171-25/+4
* s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle2024-03-171-3/+14
* s390/kvm: convert to regular kernel fpu userHeiko Carstens2024-02-161-2/+0
* s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2024-02-161-1/+1
* s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-1/+1
* s390/nmi: remove register validation codeHeiko Carstens2024-02-161-5/+0
* s390/switch_to: use generic header fileHeiko Carstens2024-02-121-5/+5
* s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-091-1/+1
* s390/entry: remove mcck clockSven Schnelle2023-07-031-1/+0
* s390/entry: rework entering DAT-on mode on CPU restartAlexander Gordeev2023-07-031-3/+8
* s390: consistently use .balign instead of .alignHeiko Carstens2023-06-281-1/+1
* s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-35/+34
* s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens2023-04-041-0/+10
* s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens2023-04-041-8/+4
* s390/entry: rely on long-displacement facilityVasily Gorbik2023-04-041-5/+3
* s390/bp: remove __bpon()Heiko Carstens2023-03-131-12/+6
* s390/bp: remove TIF_ISOLATE_BPHeiko Carstens2023-03-131-23/+13
* s390/bp: add missing BPENTER to program check handlerHeiko Carstens2023-03-131-0/+1
* s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-281-10/+0
* s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens2023-02-141-6/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-11/+15
|\
| * s390/entry: sort out physical vs virtual pointers usage in sie64aNico Boehr2022-10-261-11/+15