summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-232-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-1/+1
|\
| * mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+1
|\ \ | |/ |/|
| * KVM: s390: Fix RRBE return code not being CCJanosch Frank2017-01-301-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-2211-102/+167
|\ \
| * | s390/mm: add cond_resched call to kernel page table dumperHeiko Carstens2017-02-171-0/+2
| * | s390/mm: make memory_block_size_bytes available for !MEMORY_HOTPLUGHeiko Carstens2017-02-171-9/+9
| * | s390: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-177-6/+4
| * | s390: add no-execute supportMartin Schwidefsky2017-02-087-85/+146
| * | s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-161-1/+1
| * | s390/mem_detect: fix memory type of first blockHeiko Carstens2017-01-161-1/+2
| * | s390/mem_detect: add debugging outputHeiko Carstens2017-01-161-0/+3
| |/
* / s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-01-241-3/+4
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/extmem: add missing memory clobber to dcss_set_subcodesHeiko Carstens2016-12-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-132-5/+5
|\
| * s390: convert remaining bootmem allocations to memblockHeiko Carstens2016-11-291-5/+4
| * s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-111-0/+1
* | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-272-17/+22
|\
| * s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer2016-10-241-17/+21
| * s390/mm: use hugetlb_bad_size()Shyam Saini2016-10-171-0/+1
* | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-044-12/+27
|\
| * s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
| * s390/mm: merge local / non-local IDTE helperMartin Schwidefsky2016-08-241-5/+5
| * s390/mm: merge local / non-local IPTE helperMartin Schwidefsky2016-08-242-6/+6
| * s390/mm,kvm: flush gmap address space with IDTEMartin Schwidefsky2016-08-241-0/+15
* | s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+12
|/
* s390/pageattr: handle numpages parameter correctlyHeiko Carstens2016-08-101-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-024-117/+1707
|\
| * KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand2016-06-201-0/+11
| * s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()David Hildenbrand2016-06-201-6/+11
| * s390/mm: allow to check if a gmap shadow is validDavid Hildenbrand2016-06-201-0/+20
| * s390/mm: remember the int code for the last gmap faultDavid Hildenbrand2016-06-201-0/+1
| * s390/mm: limit number of real-space gmap shadowsDavid Hildenbrand2016-06-201-0/+13
| * s390/mm: support real-space for gmap shadowsDavid Hildenbrand2016-06-201-3/+32
| * s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand2016-06-201-2/+12
| * s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand2016-06-201-4/+25
| * s390/mm: prepare for EDAT1/EDAT2 support in gmap shadowDavid Hildenbrand2016-06-201-5/+11
| * s390/mm: fix races on gmap_shadow creationDavid Hildenbrand2016-06-201-17/+28
| * s390/mm: avoid races on region/segment/page table shadowingDavid Hildenbrand2016-06-201-27/+70
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-202-16/+12
| * s390/mm: flush tlb of shadows in all situationsDavid Hildenbrand2016-06-201-3/+4
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-204-31/+1200
| * s390/mm: add reference counter to gmap structureMartin Schwidefsky2016-06-201-20/+70
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-202-46/+178
| * s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky2016-06-202-24/+31
| * s390/kvm: page table invalidation notifierMartin Schwidefsky2016-06-201-3/+16