summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s390/set_memory: add __set_memory() variantHeiko Carstens2-6/+24
2023-08-30s390/set_memory: generate all set_memory() functionsHeiko Carstens1-31/+11
2023-08-30s390/mm: improve description of mapping permissions of prefix pagesHeiko Carstens1-2/+5
2023-08-30s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens5-16/+16
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens4-114/+15
2023-08-30s390: remove "noexec" optionHeiko Carstens5-12/+2
2023-08-30s390/vmem: fix virtual vs physical address confusionAlexander Gordeev1-4/+8
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-47/+21
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-132/+175
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds58-981/+2024
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2023-08-28KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden2-3/+15
2023-08-28KVM: s390: Add UV feature negotiationSteffen Eiden3-0/+91
2023-08-28s390/uv: UV feature check utilitySteffen Eiden4-3/+10
2023-08-28KVM: s390: pv: relax WARN_ONCE condition for destroy fastViktor Mihajlovski1-1/+2
2023-08-28Merge remote-tracking branch 'vfio-ap' into nextJanosch Frank5-13/+25
2023-08-28KVM: s390: interrupt: Fix single-stepping keyless mode exitsIlya Leoshkevich1-2/+2
2023-08-28KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich1-3/+20
2023-08-28KVM: s390: interrupt: Fix single-stepping kernel-emulated instructionsIlya Leoshkevich1-3/+14
2023-08-28KVM: s390: interrupt: Fix single-stepping into program interrupt handlersIlya Leoshkevich1-1/+16
2023-08-28KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich2-2/+16
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2023-08-25s390: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+24
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-23s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao1-6/+1
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens5-13/+25
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+5
2023-08-21s390: convert various pgalloc functions to use ptdescsVishal Moola (Oracle)3-67/+69
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-18remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder1-3/+0
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder2-2/+2
2023-08-18s390/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-46/+23
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+1
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-2/+0
2023-08-18s390: mm: convert to GENERIC_IOREMAPBaoquan He3-56/+23
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2-12/+72
2023-08-18KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak3-12/+17
2023-08-18s390/uv: export uv_pin_shared for direct usageJanosch Frank2-1/+8
2023-08-18s390/ipl: refactor deprecated strncpyJustin Stitt1-1/+1
2023-08-18s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2-3/+3
2023-08-17s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler1-1/+1
2023-08-17s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler1-1/+1
2023-08-16s390/ipl: add common ipl parameter attribute groupSven Schnelle1-22/+6
2023-08-16s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle1-0/+2
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij4-5/+13
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev1-2/+4
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev1-1/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev4-5/+9