summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)Author
2024-04-03s390/preempt: mark all functions __always_inlineIlya Leoshkevich
2024-04-03s390/atomic: mark all functions __always_inlineIlya Leoshkevich
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: add CIF_SIE flag and remove sie64a() address checkSven Schnelle
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens
2024-03-13s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens
2024-03-13s390/cio,idal: remove superfluous virt_to_phys() conversionHeiko Carstens
2024-03-13s390/cio,idal: code cleanupHeiko Carstens
2024-03-13s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic
2024-03-13s390/cio: use bitwise types to allow for type checkingHeiko Carstens
2024-03-13s390/cio: introduce bitwise dma types and helper functionsHalil Pasic
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
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