summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman
2024-02-22KVM: s390: only deliver the set service event bitsEric Farman
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-02-21s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang
2024-02-21s390: enable MHP_MEMMAP_ON_MEMORYSumanth Korikkar
2024-02-21s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar
2024-02-21KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank
2024-02-21s390: use the correct count for __iowrite64_copy()Jason Gunthorpe
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen
2024-02-20s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf
2024-02-20s390: add relocs toolJosh Poimboeuf
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar
2024-02-20s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor
2024-02-20s390/pci: fix three typos in commentsGerd Bayer
2024-02-20s390/pci: remove hotplug slot when releasing the deviceGerd Bayer
2024-02-20s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer
2024-02-20s390/pci: rename lock member in struct zpci_devGerd Bayer
2024-02-20s390/pai: adjust whitespace indentationThomas Richter
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/crc32le: convert to CHeiko Carstens
2024-02-16s390/crc32be: convert to CHeiko Carstens
2024-02-16s390/fpu: add vector instruction inline assemblies for crc32Heiko Carstens
2024-02-16s390/sysinfo: convert bogomips calculation to CHeiko Carstens
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens
2024-02-16s390/checksum: provide csum_partial_copy_nocheck()Heiko Carstens
2024-02-16s390/checksum: provide vector register variant of csum_partial()Heiko Carstens
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens
2024-02-16s390/checksum: call instrument_read() instead of kasan_check_read()Heiko Carstens
2024-02-16s390/fpu: remove TIF_FPUHeiko 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: let fpu_vlm() and fpu_vstm() return number of registersHeiko 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