summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-21s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik
2020-09-16s390/mm,ptdump: sort markersVasily Gorbik
2020-09-16s390/mm,ptdump: add proper ifdefsHeiko Carstens
2020-09-14s390/uv: add destroy page callJanosch Frank
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik
2020-09-14s390/kasan: make shadow memory noexecVasily Gorbik
2020-09-14s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens
2020-09-14s390/mm,ptdump: make page table dumping seq_file optionalHeiko Carstens
2020-09-14s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens
2020-09-14s390/mm,ptdump: hold memory hotplug lock while walking for kernel page table ...Heiko Carstens
2020-09-14s390/mm,ptdump: convert to generic page table dumperHeiko Carstens
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle
2020-09-14s390: add 3f program exception handlerJanosch Frank
2020-08-26s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12mm/s390: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-11s390/gmap: improve THP splittingGerald Schaefer
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-07-27s390/vmemmap: coding style updatesHeiko Carstens
2020-07-27s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand
2020-07-27s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand
2020-07-27s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand
2020-07-27s390/vmem: cleanup empty page tablesDavid Hildenbrand
2020-07-27s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand
2020-07-27s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand
2020-07-27s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand
2020-07-27s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand
2020-07-27s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich
2020-07-20s390/mm: fix typo in commentHeiko Carstens
2020-07-10Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-07-09s390/mm: fix huge pte soft dirty copyingJanosch Frank
2020-07-03s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle
2020-06-29s390/maccess: add no DAT mode to kernel_writeVasily Gorbik
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport