summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-15/+15
|\
| * s390/gmap: make gmap memcg awareChristian Borntraeger2020-12-101-15/+15
* | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-146-116/+71
|\ \
| * | s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-231-2/+8
| * | s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-232-33/+9
| * | s390/vmem: make variable and function names consistentAlexander Gordeev2020-11-201-18/+18
| * | s390/vmem: remove redundant checkAlexander Gordeev2020-11-201-1/+1
| * | s390: unify identity mapping limits handlingVasily Gorbik2020-11-202-8/+15
| * | s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik2020-11-092-3/+3
| * | s390/kasan: avoid confusing namingVasily Gorbik2020-11-091-9/+7
| * | s390/kasan: remove 3-level paging supportVasily Gorbik2020-11-091-42/+10
| |/
* / KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank2020-11-111-0/+2
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-0/+11
|\
| * s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel2020-10-211-0/+11
* | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-167-201/+231
|\ \
| * | s390/kasan: support protvirt with 4-level pagingVasily Gorbik2020-09-161-6/+30
| * | s390/mm,ptdump: sort markersVasily Gorbik2020-09-161-0/+19
| * | s390/mm,ptdump: add proper ifdefsHeiko Carstens2020-09-161-2/+3
| * | s390/uv: add destroy page callJanosch Frank2020-09-141-1/+1
| * | s390/mm,ptdump: add couple of additional markersVasily Gorbik2020-09-141-5/+21
| * | s390/kasan: make shadow memory noexecVasily Gorbik2020-09-141-2/+6
| * | s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens2020-09-143-2/+66
| * | s390/mm,ptdump: make page table dumping seq_file optionalHeiko Carstens2020-09-141-10/+26
| * | s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens2020-09-142-1/+4
| * | s390/mm,ptdump: hold memory hotplug lock while walking for kernel page table ...Heiko Carstens2020-09-141-0/+2
| * | s390/mm,ptdump: convert to generic page table dumperHeiko Carstens2020-09-142-187/+48
| * | s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-141-0/+20
* | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-3/+4
* | | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-4/+2
| |/ |/|
* | s390: add 3f program exception handlerJanosch Frank2020-09-141-0/+20
* | s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik2020-08-261-0/+1
|/
* Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-131-7/+20
|\
| * s390/gmap: improve THP splittingGerald Schaefer2020-08-111-7/+20
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-2/+2
* | mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
|/
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-073-3/+0
* Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-034-309/+434
|\
| * s390/vmemmap: coding style updatesHeiko Carstens2020-07-271-35/+20
| * s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sectionsDavid Hildenbrand2020-07-271-3/+42
| * s390/vmemmap: remember unused sub-pmd rangesDavid Hildenbrand2020-07-271-1/+50
| * s390/vmemmap: fallback to PTEs if mapping large PMD failsDavid Hildenbrand2020-07-271-4/+4
| * s390/vmem: cleanup empty page tablesDavid Hildenbrand2020-07-271-1/+101
| * s390/vmemmap: take the vmem_mutex when populating/freeingDavid Hildenbrand2020-07-271-0/+4
| * s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand2020-07-271-1/+6
| * s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand2020-07-271-105/+76
| * s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand2020-07-271-119/+198
| * s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand2020-07-271-3/+3