summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/kasan_init.c
Commit message (Expand)AuthorAgeFilesLines
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-201-298/+0
* s390/boot: rework decompressor reserved trackingVasily Gorbik2023-03-201-21/+18
* s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-3/+3
* s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-2/+2
* s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik2023-02-061-21/+5
* s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-061-2/+0
* s390/kasan: update kasan memory layout noteVasily Gorbik2023-02-061-30/+26
* s390/kasan: remove identity mapping supportAlexander Gordeev2023-01-131-22/+5
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-80/+5
* s390/kasan: use set_pXe_bit() for pgtable entries setupAlexander Gordeev2023-01-131-11/+26
* s390/kasan: cleanup setup of untracked memory pgtablesAlexander Gordeev2023-01-131-4/+3
* s390/kasan: cleanup setup of zero pgtableAlexander Gordeev2023-01-131-7/+5
* s390/kasan: sort out physical vs virtual memory confusionAlexander Gordeev2023-01-131-2/+2
* s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-011-4/+4
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev2021-08-251-21/+20
* s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-271-1/+1
* s390: setup kernel memory layout earlyVasily Gorbik2021-06-181-29/+6
* s390: unify identity mapping limits handlingVasily Gorbik2020-11-201-7/+14
* s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik2020-11-091-2/+2
* s390/kasan: avoid confusing namingVasily Gorbik2020-11-091-9/+7
* s390/kasan: remove 3-level paging supportVasily Gorbik2020-11-091-42/+10
* s390/kasan: support protvirt with 4-level pagingVasily Gorbik2020-09-161-6/+30
* s390/kasan: make shadow memory noexecVasily Gorbik2020-09-141-2/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* s390/kasan: add KASAN_VMALLOC supportVasily Gorbik2019-12-111-12/+56
* s390/kasan: add kdump supportVasily Gorbik2019-08-291-0/+2
* s390/mem_detect: provide single get_mem_detect_endVasily Gorbik2019-08-261-12/+0
* s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
* s390: clean up redundant facilities list setupVasily Gorbik2019-03-011-2/+0
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-13/+20
* s390/kasan: support preemptible kernel buildVasily Gorbik2018-10-221-2/+2
* s390/kasan: add support for mem= kernel parameterVasily Gorbik2018-10-091-0/+3
* s390/kasan: optimize kasan vmemmap allocationVasily Gorbik2018-10-091-1/+2
* s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik2018-10-091-1/+18
* s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-091-6/+17
* s390/kasan: free early identity mapping structuresVasily Gorbik2018-10-091-2/+10
* s390/kasan: use noexec and large pagesVasily Gorbik2018-10-091-4/+62
* s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik2018-10-091-8/+3
* s390/kasan: add initialization code and enable itVasily Gorbik2018-10-091-0/+294