summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev1-5/+4
2023-08-16sysctl: Add size to register_sysctlJoel Granados1-1/+1
2023-08-09s390: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada3-3/+3
2023-08-09s390: remove unneeded #include <asm/export.h>Masahiro Yamada1-2/+0
2023-08-09s390/smp: ensure global control register contents are in syncHeiko Carstens1-3/+12
2023-08-03Merge tag 's390-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds7-16/+24
2023-08-01s390/ptrace: add missing linux/const.h includeHeiko Carstens1-0/+2
2023-08-01s390/cert_store: select CRYPTO_LIB_SHA256Sven Schnelle1-0/+1
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2-2/+2
2023-07-29s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang1-0/+1
2023-07-29s390/pfault: use consistent comment styleHeiko Carstens1-10/+20
2023-07-29s390/pfault: cleanup inline assembliesHeiko Carstens2-15/+17
2023-07-29s390/pfault: use early_param() instead if __setup()Heiko Carstens1-2/+1
2023-07-29s390/pfault: remove not needed packed and aligned attributesHeiko Carstens1-1/+1
2023-07-29s390/pfault: use UL instead of ULLHeiko Carstens1-3/+3
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens7-236/+266
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens2-6/+9
2023-07-27s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=yHeiko Carstens2-0/+2
2023-07-27s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens1-1/+1
2023-07-27s390/ebcdic: fix typo in commentChristophe JAILLET1-1/+1
2023-07-27s390/diag: fix diagnose 8c descriptionHeiko Carstens1-1/+1
2023-07-27s390: update defconfigsHeiko Carstens3-10/+11
2023-07-27s390/vmem: split pages when debug pagealloc is enabledSven Schnelle1-0/+2