aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-117/+1707
2016-07-31s390/mm: clean up pte/pmd encodingGerald Schaefer1-14/+38
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-151/+493
2016-07-13s390/mm: fix gmap tlb flush issuesDavid Hildenbrand1-2/+2
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer4-40/+176
2016-06-28s390/mm: use basic block for essa inline assemblyHeiko Carstens1-4/+9
2016-06-24s390: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-20KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand1-0/+11
2016-06-20s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()David Hildenbrand1-6/+11
2016-06-20s390/mm: allow to check if a gmap shadow is validDavid Hildenbrand1-0/+20
2016-06-20s390/mm: remember the int code for the last gmap faultDavid Hildenbrand1-0/+1
2016-06-20s390/mm: limit number of real-space gmap shadowsDavid Hildenbrand1-0/+13
2016-06-20s390/mm: support real-space for gmap shadowsDavid Hildenbrand1-3/+32
2016-06-20s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand1-2/+12
2016-06-20s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand1-4/+25
2016-06-20s390/mm: prepare for EDAT1/EDAT2 support in gmap shadowDavid Hildenbrand1-5/+11
2016-06-20s390/mm: fix races on gmap_shadow creationDavid Hildenbrand1-17/+28
2016-06-20s390/mm: avoid races on region/segment/page table shadowingDavid Hildenbrand1-27/+70
2016-06-20s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2-16/+12
2016-06-20s390/mm: flush tlb of shadows in all situationsDavid Hildenbrand1-3/+4
2016-06-20s390/mm: add shadow gmap supportMartin Schwidefsky4-31/+1200
2016-06-20s390/mm: add reference counter to gmap structureMartin Schwidefsky1-20/+70
2016-06-20s390/mm: extended gmap pte notifierMartin Schwidefsky2-46/+178
2016-06-20s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky2-24/+31
2016-06-20s390/kvm: page table invalidation notifierMartin Schwidefsky1-3/+16
2016-06-14s390/mm: fix compile for PAGE_DEFAULT_KEY != 0Heiko Carstens1-2/+2
2016-06-13s390: avoid extable collisionsHeiko Carstens1-1/+1
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens2-7/+7
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky2-23/+15
2016-06-13s390/mm: fix vunmap vs finish_arch_post_lock_switchMartin Schwidefsky1-2/+18
2016-06-13s390/mm: align swapper_pg_dir to 16kHeiko Carstens1-1/+1
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens2-0/+34
2016-06-13s390/vmem: simplify vmem code for read-only mappingsHeiko Carstens1-28/+9
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens2-33/+214
2016-06-13s390/mm: always use PAGE_KERNEL when mapping pagesHeiko Carstens1-1/+1
2016-06-13s390/vmem: make use of pte_clear()Heiko Carstens1-3/+1
2016-06-13s390/pgtable: get rid of _REGION3_ENTRY_ROHeiko Carstens1-1/+1
2016-06-13s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens1-8/+5
2016-06-13s390/vmem: align segment and region tables to 16kHeiko Carstens1-1/+3
2016-06-13KVM: s390/mm: Fix CMMA reset during rebootChristian Borntraeger1-1/+1
2016-06-10KVM: s390: handle missing storage-key facilityDavid Hildenbrand1-0/+37
2016-06-10KVM: s390: pfmf: support conditional-sske facilityDavid Hildenbrand1-0/+33
2016-06-10s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand1-6/+6
2016-06-10s390/mm: simplify get_guest_storage_keyDavid Hildenbrand1-13/+4
2016-06-10s390/mm: set and get guest storage key mmap lockingMartin Schwidefsky1-12/+3
2016-06-10s390/mm: don't drop errors in get_guest_storage_keyDavid Hildenbrand1-1/+1
2016-05-23s390: fix info leak in do_sigsegvMichal Hocko1-0/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-12/+38