aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2022-06-25s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger
2022-06-14s390/gmap: voluntarily schedule during key settingChristian Borntraeger
2022-01-27s390/mm: fix 2KB pgtable release raceAlexander Gordeev
2021-12-01s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand
2021-11-17s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand
2021-09-22s390/pv: fix the forcing of the swiotlbHalil Pasic
2021-09-15s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev
2020-08-19s390/gmap: improve THP splittingGerald Schaefer
2020-07-16s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2020-07-16s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf
2020-07-16s390/mm: fix huge pte soft dirty copyingJanosch Frank
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand
2020-04-17KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand
2020-04-13s390: prevent leaking kernel address in BEARSven Schnelle
2020-02-11s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer
2020-01-09mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2020-01-04s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik
2019-12-31s390/kasan: support memcpy_real with TRACE_IRQFLAGSVasily Gorbik
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
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-06-15s390/mm: force swiotlb for protected virtualizationHalil Pasic
2019-06-05s390/mm: fix address space detection in exception handlingGerald Schaefer
2019-06-04s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personalityAlexandre Ghiti
2019-06-04s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman