aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/boot/vmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens1-1/+2
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens1-1/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens1-1/+2
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-32/+103
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik1-3/+44
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik1-3/+7
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik1-3/+3
2025-01-26s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-24/+50
2025-01-20Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-17/+3
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens1-8/+0
2024-12-10s390/Kconfig: Select KASAN_VMALLOC if KASAN is enabledHeiko Carstens1-9/+3
2024-12-10s390/mm: Fix DirectMap accountingHeiko Carstens1-3/+3
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev1-2/+12
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle1-1/+10
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-6/+6
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle1-6/+6
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev1-1/+1
2024-06-11s390/mm: Allow large pages only for aligned physical addressesAlexander Gordeev1-2/+8
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev1-5/+2
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev1-50/+61
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens1-0/+17
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+8
2023-10-16s390/vmem: remove unused variableVasily Gorbik1-2/+0
2023-10-16s390/kasan: handle DCSS mapping in memory holesVasily Gorbik1-1/+6
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-4/+4
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens1-3/+3
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-3/+3
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens1-0/+1
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-3/+9
2023-06-20s390/kasan: avoid short by one page shadow memoryAlexander Gordeev1-4/+11
2023-04-13s390/mm: fix direct map accountingHeiko Carstens1-2/+16
2023-04-13s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens1-4/+4
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik1-11/+216
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-63/+6
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-3/+3
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-1/+1
2023-02-06s390/boot: avoid page tables memory in kaslrVasily Gorbik1-0/+7
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-9/+6
2023-01-31s390/boot: remove pgtable_populate_endVasily Gorbik1-27/+2
2023-01-31s390/boot: avoid mapping standby memoryVasily Gorbik1-5/+11
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-0/+6
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-0/+15
2023-01-13s390/boot: allow setup of different virtual address typesAlexander Gordeev1-15/+33
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-0/+254