summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-09s390/pageattr: Implement missing kernel_page_present()Heiko Carstens1-0/+1
2024-11-01s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-0/+2
2024-10-17s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens1-2/+4
2024-08-29s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda1-1/+4
2024-07-18s390: Mark psw in __load_psw_mask() as __unitializedSven Schnelle1-1/+1
2024-07-11KVM: s390: fix LPSWEY handlingChristian Borntraeger1-0/+1
2024-07-05randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-1/+1
2024-06-16s390/cpacf: Make use of invalid opcode produce a link errorHarald Freudenberger1-2/+10
2024-06-16s390/cpacf: Split and rework cpacf query functionsHarald Freudenberger1-20/+81
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-1/+3
2024-06-12s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand4-4/+20
2024-05-17s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus1-0/+1
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-2/+2
2024-03-15KVM: s390: add stat counter for shadow gmap eventsNico Boehr1-0/+7
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-2/+0
2024-01-26s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle1-14/+18
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-12/+1
2024-01-01s390/vx: fix save/restore of fpu kernel contextHeiko Carstens1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-2/+4
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+36
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-37/+33
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-1/+45
2023-08-30s390/airq: remove lsi_mask from airq_structBenjamin Block1-1/+0
2023-08-30s390/set_memory: add __set_memory() variantHeiko Carstens1-5/+23
2023-08-30s390/set_memory: generate all set_memory() functionsHeiko Carstens1-31/+11
2023-08-30s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens1-2/+2
2023-08-30s390: remove "noexec" optionHeiko Carstens1-1/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-22/+44
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds14-17/+74
2023-08-28KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden1-1/+11
2023-08-28KVM: s390: Add UV feature negotiationSteffen Eiden2-0/+18
2023-08-28s390/uv: UV feature check utilitySteffen Eiden1-0/+7
2023-08-25s390: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+24
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens2-0/+9
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)2-4/+4
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He1-9/+12
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins1-0/+4
2023-08-18KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak1-0/+3
2023-08-18s390/uv: export uv_pin_shared for direct usageJanosch Frank1-0/+6
2023-08-17s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler1-1/+1
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij2-3/+11
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev1-0/+3
2023-08-09s390: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-01s390/ptrace: add missing linux/const.h includeHeiko Carstens1-0/+2
2023-07-29s390/pfault: cleanup inline assembliesHeiko Carstens1-1/+3
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens2-8/+24