summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev
2024-04-09s390/mm: Convert gmap_make_secure to use a folioMatthew Wilcox (Oracle)
2024-04-09s390/mm: Convert make_page_secure to use a folioMatthew Wilcox (Oracle)
2024-04-09s390/cpum_cf: make crypto counters upward compatible across machine typesThomas Richter
2024-04-09s390/uv: export prot_virt_guest symbol in uvHolger Dengler
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
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-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13s390/vtime: fix average steal time calculationMete Durlu
2024-03-13s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-07s390/cache: prevent rebuild of shared_cpu_listHeiko Carstens
2024-03-07s390/pai: change sampling event assignment for PMU device driverThomas Richter
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He
2024-02-23s390, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar
2024-02-20s390/pai: simplify event start function for perf statThomas Richter
2024-02-20s390/pai: save PAI counter value page in event structureThomas Richter
2024-02-16s390/sysinfo: convert bogomips calculation to CHeiko Carstens
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens
2024-02-16s390/fpu: change type of fpu mask from u32 to intHeiko Carstens
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens
2024-02-16s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens
2024-02-16s390/fpu: provide and use vlm and vstm inline assembliesHeiko Carstens
2024-02-16s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens
2024-02-16s390/fpu: provide and use ld and std inline assembliesHeiko Carstens
2024-02-16s390/fpu: use lfpc instead of sfpc instructionHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-02-16s390/fpu: various coding style changesHeiko Carstens
2024-02-16s390/fpu: use KERNEL_VXR_LOW instead of KERNEL_VXR_V0V7Heiko Carstens
2024-02-16s390/nmi: remove register validation codeHeiko Carstens
2024-02-16s390/setup: fix virtual vs physical address confusionGerald Schaefer
2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens
2024-02-14s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor
2024-02-12s390/switch_to: use generic header fileHeiko Carstens