#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ef='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/arch/s390/mm/vmem.c
AgeCommit message (Expand)Author
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