aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/mm/vmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-3/+3
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-3/+3
2024-02-21s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar1-27/+35
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens1-2/+2
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens1-1/+1
2023-10-23s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens1-2/+6
2023-10-19s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG availableHeiko Carstens1-0/+4
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens1-0/+1
2023-09-05s390/vmem: do not silently ignore mapping limitAlexander Gordeev1-15/+3
2023-08-30s390/mm: use __set_memory() variants where usefulHeiko Carstens1-10/+10
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 Carstens1-2/+2
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-105/+4
2023-08-30s390/vmem: fix virtual vs physical address confusionAlexander Gordeev1-4/+8
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2023-07-27s390/vmem: split pages when debug pagealloc is enabledSven Schnelle1-0/+2
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev1-1/+1
2023-07-04Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev1-1/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-28s390/vmem: fix virtual vs physical address confusionAlexander Gordeev1-0/+2
2023-06-28s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev1-1/+1
2023-06-20s390/kasan: fix insecure W+X mapping warningAlexander Gordeev1-4/+10
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens1-20/+14
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik1-0/+11
2023-02-06s390/vmem: remove unnecessary KASAN checksVasily Gorbik1-12/+1
2023-02-06s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik1-3/+3
2023-01-22s390/vmem: use swap() instead of open coding itJiapeng Chong1-7/+1
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-8/+88
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-1/+1
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-0/+97
2022-09-07s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens1-2/+5
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-6/+2
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens1-5/+5
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-2/+8
2021-08-05s390: rename dma section to amode31Heiko Carstens1-1/+1
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-15/+15
2021-02-26s390/mm: define arch_get_mappable_range()Anshuman Khandual1-1/+13
2021-02-24s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev1-15/+15
2020-11-20s390/vmem: make variable and function names consistentAlexander Gordeev1-18/+18
2020-11-20s390/vmem: remove redundant checkAlexander Gordeev1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-3/+4
2020-08-26s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik1-0/+1
2020-07-27s390/vmemmap: coding style updatesHeiko Carstens1-35/+20
2020-07-27s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand1-3/+42
2020-07-27s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand1-1/+50