aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-22s390/cpum_sf: Rework debug_sprintf_event() messagesThomas Richter1-137/+10
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev1-1/+1
2024-08-21s390/cpum_sf: Ignore qsi() return codeThomas Richter1-51/+28
2024-08-21s390/cpum_sf: Ignore lsctl() return code in sf_disable()Thomas Richter1-6/+5
2024-08-21s390/mm: Prevent lowcore vs identity mapping overlapAlexander Gordeev1-1/+18
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn1-2/+1
2024-08-07s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens1-0/+2
2024-08-07s390/traps: Handle early warnings gracefullyHeiko Carstens1-2/+15
2024-08-07s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens2-7/+11
2024-08-07s390/entry: Move early program check handler to entry.SHeiko Carstens3-24/+16
2024-08-07s390/cpum_sf: Use variable name cpuhw consistentlyThomas Richter1-6/+6
2024-08-07s390/cpum_sf: Define and initialize variableThomas Richter1-3/+2
2024-08-07s390/cpum_sf: Use hwc as variable consistentlyThomas Richter1-2/+2
2024-08-07s390/cpum_cf: Move defines from header file to source fileThomas Richter1-0/+4
2024-08-07s390/cpum_sf: Move defines from header file to source fileThomas Richter1-0/+16
2024-08-07s390/cpum_sf: Rename macro to consistent prefixThomas Richter1-2/+2
2024-08-07s390/cpum_sf: Remove unused defines REG_NONE and REG_OVERFLOWThomas Richter1-4/+0
2024-08-07s390/cpum_sf: Use refcount_t instead of atomic_tThomas Richter1-17/+12
2024-07-31s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens1-8/+9
2024-07-31s390/alternatives: Remove unused empty header fileHeiko Carstens1-0/+0
2024-07-31s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens1-1/+1
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds19-311/+311
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2-2/+2
2024-07-23s390: Remove protvirt and kvm config guards for uv codeJanosch Frank2-22/+16
2024-07-23s390/kdump: Make kdump ready for lowcore relocationSven Schnelle2-16/+12
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/head64: Make startup code ready for lowcore relocationSven Schnelle1-3/+5
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle5-0/+9
2024-07-23s390/entry: Move SIE indicator flag to thread infoHeiko Carstens2-8/+13
2024-07-23s390/nmi: Simplify ptregs setupHeiko Carstens1-3/+2
2024-07-23s390/alternatives: Remove alternative facility listHeiko Carstens3-13/+1
2024-07-23s390/nospec: Push down alternative handlingHeiko Carstens5-14/+18
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle2-0/+7
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens2-25/+27
2024-07-23s390/alternatives: Move text sync functionsHeiko Carstens2-21/+19
2024-07-23s390/alternatives: Merge both alternative header filesHeiko Carstens1-1/+1
2024-07-23s390/alternatives: Use consistent namingHeiko Carstens1-1/+1
2024-07-23s390/alternatives: Remove noaltinstr optionSven Schnelle1-19/+2
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle4-12/+13
2024-07-23s390/smp: Switch pcpu_devices to percpuSven Schnelle1-56/+57