summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/vmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev2024-08-221-2/+12
* s390: Add infrastructure to patch lowcore accessesSven Schnelle2024-07-231-1/+10
* Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-191-6/+6
|\
| * s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-6/+6
* | s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev2024-06-111-1/+1
* | s390/mm: Allow large pages only for aligned physical addressesAlexander Gordeev2024-06-111-2/+8
|/
* s390/boot: Rework deployment of the kernel imageAlexander Gordeev2024-04-171-5/+2
* s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-50/+61
* mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
* mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-1/+1
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-0/+17
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-9/+8
|\
| * s390/vmem: remove unused variableVasily Gorbik2023-10-161-2/+0
| * s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-4/+4
| * s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
* | s390/kasan: handle DCSS mapping in memory holesVasily Gorbik2023-10-161-1/+6
|/
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-301-3/+9
* s390/kasan: avoid short by one page shadow memoryAlexander Gordeev2023-06-201-4/+11
* s390/mm: fix direct map accountingHeiko Carstens2023-04-131-2/+16
* s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens2023-04-131-4/+4
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-201-11/+216
* s390/boot: rework decompressor reserved trackingVasily Gorbik2023-03-201-63/+6
* 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-1/+1
* s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-061-0/+7
* s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-061-9/+6
* s390/boot: remove pgtable_populate_endVasily Gorbik2023-01-311-27/+2
* s390/boot: avoid mapping standby memoryVasily Gorbik2023-01-311-5/+11
* s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev2023-01-131-0/+6
* s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev2023-01-131-0/+15
* s390/boot: allow setup of different virtual address typesAlexander Gordeev2023-01-131-15/+33
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-0/+254