summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-221-2/+0
* s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2024-02-211-3/+0
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-2/+0
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-051-2/+0
* s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
* s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev2023-09-051-1/+1
* s390/mm: use __set_memory() variants where usefulHeiko Carstens2023-08-301-1/+1
* s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens2023-04-131-3/+2
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-32/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-6/+6
|\
| * s390/mm: fix virtual-physical address confusion for swiotlbNico Boehr2022-11-071-6/+6
* | s390/sclp: keep sclp_early_sccbHeiko Carstens2022-12-061-3/+0
* | s390/mm: provide minimal setup_per_cpu_areas() implementationHeiko Carstens2022-11-231-0/+36
|/
* s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-141-1/+1
* virtio: replace restricted mem access flag with callbackJuergen Gross2022-08-011-2/+2
* virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross2022-06-061-10/+3
* swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-2/+1
* s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov2021-12-161-0/+3
* s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-3/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
|\
| * mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-1/+1
|\ \
| * | s390/pv: fix the forcing of the swiotlbHalil Pasic2021-07-231-1/+1
| |/
* / s390: add support for KFENCESven Schnelle2021-07-301-1/+2
|/
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
* s390/mm: define arch_get_mappable_range()Anshuman Khandual2021-02-261-0/+1
* s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-231-2/+8
* s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik2020-11-091-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-0/+11
|\
| * s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel2020-10-211-0/+11
* | s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens2020-09-141-0/+2
|/
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-3/+3
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-0/+1
* s390/mm: Remove sev_active() functionThiago Jung Bauermann2019-08-091-6/+1
* Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-201-1/+6
|\
| * dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-161-1/+6
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* | s390x/mm: implement arch_remove_memory()David Hildenbrand2019-07-181-6/+7
* | s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand2019-07-181-0/+3
|/
* s390/mm: force swiotlb for protected virtualizationHalil Pasic2019-06-151-0/+47
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-2/+3
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0