summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)Author
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-03-06mm/treewide: drop pXd_large()Peter Xu
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06s390: supplement for ptdesc conversionQi Zheng
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand
2024-02-22s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman
2024-02-20s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf
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: save PAI counter value page in event structureThomas Richter
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
2024-02-16s390/fpu: add documentation about fpu helper functionsHeiko 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: improve description of RXB macroHeiko Carstens
2024-02-16s390/fpu: fix VLGV macroHeiko Carstens
2024-02-14s390/bug: remove entry size from __bug_table sectionHeiko Carstens
2024-02-12s390/switch_to: use generic header fileHeiko Carstens
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds