summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2024-08-07s390/traps: Handle early warnings gracefullyHeiko 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-08-07s390/cpum_sf: Use variable name cpuhw consistentlyThomas Richter
2024-08-07s390/cpum_sf: Define and initialize variableThomas Richter
2024-08-07s390/cpum_sf: Use hwc as variable consistentlyThomas Richter
2024-08-07s390/cpum_cf: Move defines from header file to source fileThomas Richter
2024-08-07s390/cpum_sf: Move defines from header file to source fileThomas Richter
2024-08-07s390/cpum_sf: Rename macro to consistent prefixThomas Richter
2024-08-07s390/cpum_sf: Remove unused defines REG_NONE and REG_OVERFLOWThomas Richter
2024-08-07s390/cpum_sf: Use refcount_t instead of atomic_tThomas Richter
2024-07-31s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens
2024-07-31s390/alternatives: Remove unused empty header fileHeiko Carstens
2024-07-31s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-23s390: Remove protvirt and kvm config guards for uv codeJanosch Frank
2024-07-23s390/kdump: Make kdump ready for lowcore relocationSven Schnelle
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/head64: Make startup code ready for lowcore relocationSven Schnelle
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle
2024-07-23s390/entry: Move SIE indicator flag to thread infoHeiko Carstens
2024-07-23s390/nmi: Simplify ptregs setupHeiko Carstens
2024-07-23s390/alternatives: Remove alternative facility listHeiko Carstens
2024-07-23s390/nospec: Push down alternative handlingHeiko Carstens
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens
2024-07-23s390/alternatives: Move text sync functionsHeiko Carstens
2024-07-23s390/alternatives: Merge both alternative header filesHeiko Carstens
2024-07-23s390/alternatives: Use consistent namingHeiko Carstens
2024-07-23s390/alternatives: Remove noaltinstr optionSven Schnelle
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle
2024-07-23s390/smp: Switch pcpu_devices to percpuSven Schnelle
2024-07-23s390/smp: Handle restart interrupt on ipl cpuSven Schnelle
2024-07-23s390/cpum_cf: Fix endless loop in CF_DIAG event stopThomas Richter
2024-07-23s390/setup: Fix __pa/__va for modules under non-GPL licensesVasily Gorbik
2024-07-23s390: Add runtime constant supportHeiko Carstens
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda