summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-102-4/+7
|\ \
| * | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
| * | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-3/+3
| * | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* | | Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-101-2/+0
|\ \ \ | |/ / |/| |
| * | s390/mm: use fallthrough;Joe Perches2020-04-061-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-081-1/+6
|\ \ \ | |/ / |/| |
| * | KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-071-0/+1
| * | KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-071-1/+5
* | | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-047-163/+83
|\ \ \ | |/ / |/| |
| * | s390/mm: cleanup virtual memory constants usageAlexander Gordeev2020-03-281-2/+2
| * | s390/mm: remove page table downgrade supportAlexander Gordeev2020-03-281-24/+0
| * | s390/mm: cleanup arch_get_unmapped_area() and friendsAlexander Gordeev2020-03-272-38/+13
| * | s390: use fallthrough;Joe Perches2020-03-252-7/+6
| * | s390: remove broken hibernate / power management supportHeiko Carstens2020-03-232-59/+3
| * | s390/mm: optimize page table upgrade routineAlexander Gordeev2020-03-231-34/+56
| * | s390: prevent leaking kernel address in BEARSven Schnelle2020-03-101-0/+4
| * | s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger2020-03-041-5/+5
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-022-13/+137
|\ \
| * | s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2020-03-271-4/+5
| * | KVM: s390: Use fallthrough;Joe Perches2020-03-231-3/+3
| * | KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger2020-02-271-0/+35
| * | KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank2020-02-271-10/+20
| * | s390/mm: add (non)secure page access exceptions handlersVasily Gorbik2020-02-271-0/+78
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-4/+1
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-2/+1
|/