summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-03-28s390/mm: cleanup virtual memory constants usageAlexander Gordeev
2020-03-28s390/mm: remove page table downgrade supportAlexander Gordeev
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger
2020-03-27s390/mm: cleanup arch_get_unmapped_area() and friendsAlexander Gordeev
2020-03-25s390: use fallthrough;Joe Perches
2020-03-23KVM: s390: Use fallthrough;Joe Perches
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens
2020-03-23s390/mm: optimize page table upgrade routineAlexander Gordeev
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle
2020-03-04s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger
2020-02-27KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger
2020-02-27KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank
2020-02-27s390/mm: add (non)secure page access exceptions handlersVasily Gorbik
2020-01-30s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-12-11s390/kasan: add KASAN_VMALLOC supportVasily Gorbik
2019-11-30s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-20s390/kasan: support memcpy_real with TRACE_IRQFLAGSVasily Gorbik
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-10-31s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-29s390/kasan: add kdump supportVasily Gorbik
2019-08-26s390/mem_detect: provide single get_mem_detect_endVasily Gorbik
2019-08-26s390/cmma: reuse kstrtobool for option value parsingVasily Gorbik
2019-08-21s390/mm: use refcount_t for refcountChuhong Yuan
2019-08-21s390/extmem: use refcount_t for refcountChuhong Yuan
2019-08-09s390/mm: Remove sev_active() functionThiago Jung Bauermann
2019-08-06s390/mm: fix dump_pagetables top level page table walkingVasily Gorbik
2019-07-29s390/mm: add fallthrough annotationsHeiko Carstens
2019-07-29s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik
2019-07-26s390/mm: use shared variables for sysctl range checkVasily Gorbik
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-18s390x/mm: implement arch_remove_memory()David Hildenbrand
2019-07-18s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual
2019-07-16dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds