summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2020-01-301-1/+99
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* s390/kasan: add KASAN_VMALLOC supportVasily Gorbik2019-12-111-12/+56
* s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik2019-11-301-3/+9
* Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-251-4/+8
|\
| * s390/kasan: support memcpy_real with TRACE_IRQFLAGSVasily Gorbik2019-11-201-4/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-0/+1
|\ \
| * | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-0/+1
| |/
* / s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG2019-10-311-6/+6
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-3/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-19/+16
|\
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-18/+15
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-6/+1
|\ \
| * | s390/mm: Remove sev_active() functionThiago Jung Bauermann2019-08-091-6/+1
* | | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-174-32/+17
|\ \ \ | |_|/ |/| |
| * | s390/kasan: add kdump supportVasily Gorbik2019-08-291-0/+2
| * | s390/mem_detect: provide single get_mem_detect_endVasily Gorbik2019-08-261-12/+0
| * | s390/cmma: reuse kstrtobool for option value parsingVasily Gorbik2019-08-261-10/+4
| * | s390/mm: use refcount_t for refcountChuhong Yuan2019-08-211-5/+5
| * | s390/extmem: use refcount_t for refcountChuhong Yuan2019-08-211-5/+6
| |/
* | s390/mm: fix dump_pagetables top level page table walkingVasily Gorbik2019-08-061-6/+6
* | s390/mm: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
* | s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik2019-07-291-2/+2
|/
* s390/mm: use shared variables for sysctl range checkVasily Gorbik2019-07-261-4/+2
* 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
* | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-15/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-4/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-4/+2
* | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-083-6/+52
|\ \
| * | s390/mm: force swiotlb for protected virtualizationHalil Pasic2019-06-151-0/+47
| * | s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personalityAlexandre Ghiti2019-06-041-2/+0
| * | s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky2019-06-041-4/+5
* | | s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-051-1/+4
|/ /
* / s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada2019-05-281-1/+3
|/
* Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-171-1/+1
|\
| * s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
* | 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
|/
* Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-067-302/+22
|\
| * s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-021-0/+1
| * locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+3
| * s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-292-1/+15
| * s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky2019-04-232-292/+1
| * s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2019-04-231-21/+12