summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik1-6/+30
2020-09-16s390/mm,ptdump: sort markersVasily Gorbik1-0/+19
2020-09-16s390/mm,ptdump: add proper ifdefsHeiko Carstens1-2/+3
2020-09-14s390/uv: add destroy page callJanosch Frank1-1/+1
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik1-5/+21
2020-09-14s390/kasan: make shadow memory noexecVasily Gorbik1-2/+6
2020-09-14s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens3-2/+66
2020-09-14s390/mm,ptdump: make page table dumping seq_file optionalHeiko Carstens1-10/+26
2020-09-14s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens2-1/+4
2020-09-14s390/mm,ptdump: hold memory hotplug lock while walking for kernel page table ...Heiko Carstens1-0/+2
2020-09-14s390/mm,ptdump: convert to generic page table dumperHeiko Carstens2-187/+48
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle1-0/+20
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-7/+20
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-2/+2
2020-08-12mm/s390: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-11s390/gmap: improve THP splittingGerald Schaefer1-7/+20
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport3-3/+0
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-309/+434
2020-07-27s390/vmemmap: coding style updatesHeiko Carstens1-35/+20
2020-07-27s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand1-3/+42
2020-07-27s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand1-1/+50
2020-07-27s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand1-4/+4
2020-07-27s390/vmem: cleanup empty page tablesDavid Hildenbrand1-1/+101
2020-07-27s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand1-0/+4
2020-07-27s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand1-1/+6
2020-07-27s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand1-105/+76
2020-07-27s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand1-119/+198
2020-07-27s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand1-3/+3
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich1-3/+1
2020-07-20s390/mm: fix typo in commentHeiko Carstens1-1/+1
2020-07-10Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2020-07-09s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-07-03s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand1-6/+1
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand2-120/+20
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle1-1/+1
2020-06-29s390/maccess: add no DAT mode to kernel_writeVasily Gorbik1-5/+9
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse3-18/+18
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-29/+29
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport6-6/+0
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-3/+6
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-18/+8
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-18/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+12