summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-3/+1
| * s390/mm: fix typo in commentHeiko Carstens2020-07-201-1/+1
| * s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand2020-07-031-6/+1
| * s390/vmem: get rid of memory segment listDavid Hildenbrand2020-07-012-120/+20
| * s390: convert to msecs_to_jiffies()Sven Schnelle2020-06-291-1/+1
* | Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-07-101-1/+1
|\ \
| * | s390/mm: fix huge pte soft dirty copyingJanosch Frank2020-07-091-1/+1
| |/
* / s390/maccess: add no DAT mode to kernel_writeVasily Gorbik2020-06-291-5/+9
|/
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-093-18/+18
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-29/+29
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-1/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-3/+6
|\
| * s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf2020-05-081-3/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-032-18/+8
|\ \
| * | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-18/+0
| * | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-4/+12
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-7/+5
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-3/+6
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-2/+14
| |\ \ \ | | | |/ | | |/|
| * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-7/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-05-271-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: s390: vsie: gmap_table_walk() simplificationsDavid Hildenbrand2020-04-201-5/+5
| | |/
* | / s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer2020-05-201-3/+6
|/ /
* | Merge tag 'cve-2020-11884' from emailed bundleLinus Torvalds2020-04-281-2/+14
|\ \ | |/ |/|
| * s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2020-04-211-2/+14