summaryrefslogtreecommitdiff
path: root/arch/s390/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-2/+0
2024-02-22s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar1-3/+0
2023-11-06s390/cmma: rework no-dat handlingHeiko Carstens1-2/+0
2023-11-06s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens1-2/+0
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens1-1/+1
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev1-1/+1
2023-08-30s390/mm: use __set_memory() variants where usefulHeiko Carstens1-1/+1
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens1-3/+2
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-32/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2022-12-06s390/sclp: keep sclp_early_sccbHeiko Carstens1-3/+0
2022-11-23s390/mm: provide minimal setup_per_cpu_areas() implementationHeiko Carstens1-0/+36
2022-11-07s390/mm: fix virtual-physical address confusion for swiotlbNico Boehr1-6/+6
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-1/+1
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-10/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-2/+1
2021-12-16s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov1-0/+3
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy1-3/+0
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-07-30s390: add support for KFENCESven Schnelle1-1/+2
2021-07-24s390/pv: fix the forcing of the swiotlbHalil Pasic1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-02-26s390/mm: define arch_get_mappable_range()Anshuman Khandual1-0/+1
2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens1-2/+8
2020-11-09s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+11
2020-10-21s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel1-0/+11
2020-09-14s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens1-0/+2
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-0/+3
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-3/+3
2020-01-05mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne1-0/+1
2019-08-09s390/mm: Remove sev_active() functionThiago Jung Bauermann1-6/+1
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+6
2019-07-19mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-19s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2019-07-19s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand1-0/+3
2019-07-16dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky1-1/+6
2019-06-15s390/mm: force swiotlb for protected virtualizationHalil Pasic1-0/+47
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-2/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-8/+0