aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/kasan_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens1-4/+4
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-08-25s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev1-21/+20
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov1-1/+1
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik1-29/+6
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik1-7/+14
2020-11-09s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik1-2/+2
2020-11-09s390/kasan: avoid confusing namingVasily Gorbik1-9/+7
2020-11-09s390/kasan: remove 3-level paging supportVasily Gorbik1-42/+10
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik1-6/+30
2020-09-14s390/kasan: make shadow memory noexecVasily Gorbik1-2/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-11s390/kasan: add KASAN_VMALLOC supportVasily Gorbik1-12/+56
2019-08-29s390/kasan: add kdump supportVasily Gorbik1-0/+2
2019-08-26s390/mem_detect: provide single get_mem_detect_endVasily Gorbik1-12/+0
2019-05-08s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik1-1/+1
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik1-2/+0
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-13/+20
2018-10-22s390/kasan: support preemptible kernel buildVasily Gorbik1-2/+2
2018-10-09s390/kasan: add support for mem= kernel parameterVasily Gorbik1-0/+3
2018-10-09s390/kasan: optimize kasan vmemmap allocationVasily Gorbik1-1/+2
2018-10-09s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik1-1/+18
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-6/+17
2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik1-2/+10
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-4/+62
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik1-8/+3
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik1-0/+294