summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)Author
2024-07-23s390/entry: Make system_call() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make ret_from_fork() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make __switch_to() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make restart_int_handler() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make mchk_int_handler() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make int handlers ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Make pgm_check_handler() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Add base register to CHECK_VMAP_STACK/CHECK_STACK macroSven Schnelle
2024-07-23s390/entry: Add base register to SIEEXIT macroSven Schnelle
2024-07-23s390/entry: Add base register to MBEAR macroSven Schnelle
2024-07-23s390/entry: Make __sie64a() ready for lowcore relocationSven Schnelle
2024-07-23s390/entry: Move SIE indicator flag to thread infoHeiko Carstens
2024-07-23s390/nmi: Simplify ptregs setupHeiko Carstens
2024-07-23s390/nospec: Push down alternative handlingHeiko Carstens
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens
2024-07-23s390/alternatives: Merge both alternative header filesHeiko Carstens
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda
2024-05-14s390/idle: Rewrite psw_idle() in CSven Schnelle
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-02-16s390/nmi: remove register validation codeHeiko Carstens
2024-02-12s390/switch_to: use generic header fileHeiko Carstens
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-07-03s390/entry: remove mcck clockSven Schnelle
2023-07-03s390/entry: rework entering DAT-on mode on CPU restartAlexander Gordeev
2023-06-28s390: consistently use .balign instead of .alignHeiko Carstens
2023-04-19s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik
2023-03-13s390/bp: remove __bpon()Heiko Carstens
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens
2023-03-13s390/bp: add missing BPENTER to program check handlerHeiko Carstens
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens
2022-10-26s390/entry: sort out physical vs virtual pointers usage in sie64aNico Boehr
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens
2022-05-09s390/pai: add support for cryptography countersThomas Richter