aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/vmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-27s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand1-4/+4
2020-07-27s390/vmem: cleanup empty page tablesDavid Hildenbrand1-1/+101
2020-07-27s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand1-0/+4
2020-07-27s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand1-1/+6
2020-07-27s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand1-105/+76
2020-07-27s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand1-119/+198
2020-07-27s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand1-3/+3
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand1-108/+7
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-0/+4
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-2/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+2
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-8/+8
2017-11-08s390: avoid undefined behaviourHeiko Carstens1-7/+7
2017-11-08s390: remove named saved segment supportHeiko Carstens1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens1-1/+1
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens1-35/+12
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-5/+39
2017-05-08s390: use set_memory.h headerLaura Abbott1-0/+1
2017-02-17s390: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-02-08s390: add no-execute supportMartin Schwidefsky1-10/+32
2016-11-29s390: convert remaining bootmem allocations to memblockHeiko Carstens1-5/+4
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens1-4/+3
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens1-0/+16
2016-06-13s390/vmem: simplify vmem code for read-only mappingsHeiko Carstens1-28/+9
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens1-2/+2
2016-06-13s390/vmem: make use of pte_clear()Heiko Carstens1-3/+1
2016-06-13s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens1-8/+5
2016-06-13s390/vmem: align segment and region tables to 16kHeiko Carstens1-1/+3
2016-05-11s390/vmem: remove unused function parameterHeiko Carstens1-3/+3
2016-05-11s390/vmem: fix identity mappingHeiko Carstens1-1/+1
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger1-6/+4