summaryrefslogtreecommitdiff
path: root/arch/s390/mm/vmem.c
AgeCommit message (Expand)Author
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle
2021-08-05s390: rename dma section to amode31Heiko Carstens
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-02-26s390/mm: define arch_get_mappable_range()Anshuman Khandual
2021-02-24s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev
2020-11-20s390/vmem: make variable and function names consistentAlexander Gordeev
2020-11-20s390/vmem: remove redundant checkAlexander Gordeev
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-08-26s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik
2020-07-27s390/vmemmap: coding style updatesHeiko Carstens
2020-07-27s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand
2020-07-27s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand
2020-07-27s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand
2020-07-27s390/vmem: cleanup empty page tablesDavid Hildenbrand
2020-07-27s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand
2020-07-27s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand
2020-07-27s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand
2020-07-27s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand
2020-07-27s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-08s390: avoid undefined behaviourHeiko Carstens
2017-11-08s390: remove named saved segment supportHeiko Carstens
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens
2017-07-26s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky
2017-05-08s390: use set_memory.h headerLaura Abbott
2017-02-17s390: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2017-02-08s390: add no-execute supportMartin Schwidefsky
2016-11-29s390: convert remaining bootmem allocations to memblockHeiko Carstens
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens
2016-06-13s390/vmem: simplify vmem code for read-only mappingsHeiko Carstens
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens
2016-06-13s390/vmem: make use of pte_clear()Heiko Carstens
2016-06-13s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens
2016-06-13s390/vmem: align segment and region tables to 16kHeiko Carstens
2016-05-11s390/vmem: remove unused function parameterHeiko Carstens
2016-05-11s390/vmem: fix identity mappingHeiko Carstens
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger
2015-03-25s390: remove 31 bit supportHeiko Carstens
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds