aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+3
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik1-0/+1
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik1-1/+3
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-0/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2017-11-08s390: avoid undefined behaviourHeiko Carstens1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens1-0/+53
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-3/+2
2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky1-0/+2
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-28/+2
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2017-06-12s390: rename struct psw_bits membersHeiko Carstens1-1/+1
2017-06-12s390: rename psw_bits enumsHeiko Carstens1-1/+1
2017-06-12s390/mm: use correct address space when enabling DATHeiko Carstens1-1/+5
2017-05-08s390: use set_memory.h headerLaura Abbott1-0/+1
2017-02-17s390/mm: make memory_block_size_bytes available for !MEMORY_HOTPLUGHeiko Carstens1-9/+9
2017-02-08s390: add no-execute supportMartin Schwidefsky1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-24s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer1-17/+21
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens1-3/+4
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky1-3/+1
2016-06-13s390/mm: align swapper_pg_dir to 16kHeiko Carstens1-1/+1
2016-04-21s390/mm: fix asce_bits handling with dynamic pagetable levelsGerald Schaefer1-1/+2
2016-03-17s390: add DEBUG_RODATA supportHeiko Carstens1-3/+7
2016-01-19s390/irqflags: optimize irq restoreChristian Borntraeger1-1/+1
2015-11-16s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky1-27/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-1/+1
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann1-1/+1
2015-08-03s390/mm: make arch_add_memory() NUMA awareGerald Schaefer1-19/+19
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand1-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens1-5/+0
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky1-3/+6
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel1-0/+1
2014-04-03s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky1-2/+5
2013-07-26s390: add support for IBM zBC12 machineHeiko Carstens1-0/+1
2013-07-03mm/s390: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-15/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1