summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2023-11-14KVM: s390/mm: Properly reset no-datClaudio Imbrenda
2023-11-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev
2023-11-05s390/mm: use compound page order to distinguish page tablesAlexander Gordeev
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens
2023-11-05s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens
2023-11-05s390/cmma: cleanup inline assembliesHeiko Carstens
2023-11-05s390/mm: add missing conversion to use ptdescsAlexander Gordeev
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-10-25s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens
2023-10-25s390/cmma: fix detection of DAT pagesHeiko Carstens
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens
2023-10-23s390/cmma: fix initial kernel address space page table walkHeiko Carstens
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens
2023-10-23s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens
2023-10-23s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens
2023-10-23s390/mm,fault: improve readability by using teid unionHeiko Carstens
2023-10-23s390/mm,fault: use static key for store indicationHeiko Carstens
2023-10-23s390/mm,fault: use get_fault_address() everywhereHeiko Carstens
2023-10-23s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens
2023-10-23s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens
2023-10-23s390/mm,fault: remove line breakHeiko Carstens
2023-10-23s390/mm,fault: include linux/mmu_context.hHeiko Carstens
2023-10-23s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens
2023-10-23s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens
2023-10-23s390/mm,fault: use pr_warn_ratelimited()Heiko Carstens
2023-10-23s390/mm,fault: use __ratelimit() instead of printk_ratelimit()Heiko Carstens
2023-10-23s390/mm,fault: reverse x-mas tree coding styleHeiko Carstens
2023-10-23s390/mm,fault: remove and improve comments, adjust whitespaceHeiko Carstens
2023-10-19s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG availableHeiko Carstens
2023-10-19s390/mm: remove __GFP_HIGHMEM maskingHeiko Carstens
2023-10-16s390: add support for DCACHE_WORD_ACCESSHeiko Carstens
2023-10-10S390: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-19s390: use control register bit definesHeiko Carstens
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens