summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry.S
AgeCommit message (Expand)Author
2024-11-21s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda
2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-09-13s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens
2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle
2024-08-07s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens
2024-08-07s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens
2024-08-07s390/entry: Move early program check handler to entry.SHeiko Carstens
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