summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens2024-07-311-8/+9
* s390/alternatives: Remove unused empty header fileHeiko Carstens2024-07-311-0/+0
* s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens2024-07-311-1/+1
* Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-2619-311/+311
|\
| * s390: Remove protvirt and kvm config guards for uv codeJanosch Frank2024-07-232-22/+16
| * s390/kdump: Make kdump ready for lowcore relocationSven Schnelle2024-07-232-16/+12
| * 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/head64: Make startup code ready for lowcore relocationSven Schnelle2024-07-231-3/+5
| * s390: Add infrastructure to patch lowcore accessesSven Schnelle2024-07-235-0/+9
| * s390/entry: Move SIE indicator flag to thread infoHeiko Carstens2024-07-232-8/+13
| * s390/nmi: Simplify ptregs setupHeiko Carstens2024-07-231-3/+2
| * s390/alternatives: Remove alternative facility listHeiko Carstens2024-07-233-13/+1
| * s390/nospec: Push down alternative handlingHeiko Carstens2024-07-235-14/+18
| * s390/alternatives: Allow early alternative patching in decompressorSven Schnelle2024-07-232-0/+7
| * s390/alternatives: Rework to allow for callbacksHeiko Carstens2024-07-232-25/+27
| * s390/alternatives: Move text sync functionsHeiko Carstens2024-07-232-21/+19
| * s390/alternatives: Merge both alternative header filesHeiko Carstens2024-07-231-1/+1
| * s390/alternatives: Use consistent namingHeiko Carstens2024-07-231-1/+1
| * s390/alternatives: Remove noaltinstr optionSven Schnelle2024-07-231-19/+2
| * s390: Move CIF flags to struct pcpuSven Schnelle2024-07-234-12/+13
| * s390/smp: Switch pcpu_devices to percpuSven Schnelle2024-07-231-56/+57
| * s390/smp: Handle restart interrupt on ipl cpuSven Schnelle2024-07-232-16/+1
| * s390/cpum_cf: Fix endless loop in CF_DIAG event stopThomas Richter2024-07-231-4/+10
| * s390/setup: Fix __pa/__va for modules under non-GPL licensesVasily Gorbik2024-07-231-1/+1
| * s390: Add runtime constant supportHeiko Carstens2024-07-231-0/+3
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-242-2/+2
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-214-4/+18
|\
| * s390/unwind: disable KMSAN checksIlya Leoshkevich2024-07-031-0/+4
| * s390/traps: unpoison the kernel_stack_overflow()'s pt_regsIlya Leoshkevich2024-07-031-0/+6
| * s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich2024-07-031-0/+2
| * s390/diag: unpoison diag224() output bufferIlya Leoshkevich2024-07-031-4/+6
* | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-1822-414/+610
|\ \ | |/ |/|
| * s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2024-07-102-5/+4
| * s390/sthyi: Use cached data when diag is busyMete Durlu2024-07-101-17/+38
| * s390/sthyi: Move diag operationsMete Durlu2024-07-101-15/+31
| * s390/diag: Diag204 add busy return errnoMete Durlu2024-07-101-1/+5
| * s390/diag: Return errno's from diag204Mete Durlu2024-07-101-3/+3
| * s390/smp: Switch to GENERIC_CPU_DEVICESSven Schnelle2024-07-101-35/+20
| * s390/topology: Remove CPU KOBJ_CHANGE ueventsMete Durlu2024-07-021-7/+1
| * s390/mm: Remove duplicate get_lowcore() callsSven Schnelle2024-06-181-13/+15