summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/vmem.c
Commit message (Expand)AuthorAgeFilesLines
* s390: Keep inittext section writableHeiko Carstens2024-07-311-3/+0
* s390/mm: Get rid of RELOC_HIDE()Heiko Carstens2024-07-311-8/+2
* s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-0/+2
* s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev2024-04-171-1/+2
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-3/+3
* mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-3/+3
* s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2024-02-211-27/+35
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-2/+2
* s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-051-1/+1
* s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-10-231-2/+6
* s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG availableHeiko Carstens2023-10-191-0/+4
* s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
* s390/vmem: do not silently ignore mapping limitAlexander Gordeev2023-09-051-15/+3
* s390/mm: use __set_memory() variants where usefulHeiko Carstens2023-08-301-10/+10
* s390/mm: improve description of mapping permissions of prefix pagesHeiko Carstens2023-08-301-2/+5
* s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens2023-08-301-2/+2
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-301-105/+4
* s390/vmem: fix virtual vs physical address confusionAlexander Gordeev2023-08-301-4/+8
* Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-281-2/+2
|\
| * s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-161-1/+1
| * s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-1/+1
* | s390/vmem: split pages when debug pagealloc is enabledSven Schnelle2023-07-271-0/+2
|/
* Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-041-1/+1
* s390: fix various typosHeiko Carstens2023-07-031-1/+1
* s390/vmem: fix virtual vs physical address confusionAlexander Gordeev2023-06-281-0/+2
* s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-281-1/+1
* s390/kasan: fix insecure W+X mapping warningAlexander Gordeev2023-06-201-4/+10
* s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens2023-04-131-20/+14
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-201-0/+11
* s390/vmem: remove unnecessary KASAN checksVasily Gorbik2023-02-061-12/+1
* s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik2023-02-061-3/+3
* s390/vmem: use swap() instead of open coding itJiapeng Chong2023-01-221-7/+1
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-8/+88
* s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-141-1/+1
* s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-141-0/+97
* s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens2022-09-071-2/+5
* s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-101-6/+2
* s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-011-5/+5
* s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* s390: add support for BEAR enhancement facilitySven Schnelle2021-10-261-2/+8
* s390: rename dma section to amode31Heiko Carstens2021-08-051-1/+1
* Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-261-15/+15
|\
| * s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev2021-02-241-15/+15
* | s390/mm: define arch_get_mappable_range()Anshuman Khandual2021-02-261-1/+13
|/
* s390/vmem: make variable and function names consistentAlexander Gordeev2020-11-201-18/+18
* s390/vmem: remove redundant checkAlexander Gordeev2020-11-201-1/+1
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-3/+4