aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-12/+38
2016-05-11s390/vmem: remove unused function parameterHeiko Carstens1-3/+3
2016-05-11s390/vmem: fix identity mappingHeiko Carstens1-1/+1
2016-05-10s390: add missing include statementsHeiko Carstens1-0/+1
2016-04-21s390/mm: fix asce_bits handling with dynamic pagetable levelsGerald Schaefer3-61/+33
2016-04-15s390: Clarify pagefault interruptPeter Zijlstra1-8/+33
2016-04-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2016-04-05s390/mm/kvm: fix mis-merge in gmap handlingChristian Borntraeger1-2/+2
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-6/+12
2016-03-22s390/extable: use generic search and sort routinesArd Biesheuvel2-86/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2016-03-17s390/mm: handle PTE-mapped tail pages in fast gupGerald Schaefer1-3/+5
2016-03-17s390: add DEBUG_RODATA supportHeiko Carstens1-3/+7
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+4
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger1-6/+4
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky5-1293/+1378
2016-03-08s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky2-29/+71
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky1-29/+266
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-9/+7
2016-03-02s390/fault: merge report_user_fault implementationsHeiko Carstens1-7/+8
2016-03-02s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky1-17/+0
2016-02-23s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky1-5/+3
2016-02-17s390/maccess: reduce stnsm instructionsHeiko Carstens1-4/+6
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-3/+1
2016-02-11s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger1-1/+3
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-2/+2
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens1-1/+1
2016-01-19s390/irqflags: optimize irq restoreChristian Borntraeger1-1/+1
2016-01-19s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2-7/+7
2016-01-15s390/mm: enable fixup_user_fault retryingDominik Dingel1-3/+26
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel1-3/+5
2016-01-15s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-26/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-12/+1
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-4/+1
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-14/+12
2016-01-11s390: fix normalization bug in exception table sortingArd Biesheuvel1-2/+6
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens1-2/+2
2016-01-11s390/mem_detect: use unsigned longsHeiko Carstens1-5/+2
2015-12-18s390/extmem: remove unused variableChristian Borntraeger1-3/+1
2015-12-18s390/fault: remove unused variableChristian Borntraeger1-2/+0
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel1-2/+2
2015-11-27s390: get_user_pages_fast() might sleepDavid Hildenbrand1-0/+1
2015-11-16s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2-78/+12
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger1-2/+2
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky2-0/+6
2015-10-14s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky1-0/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-1/+1
2015-08-19s390/mm: simplify page table alloc/free codeMartin Schwidefsky1-136/+89
2015-08-19s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens1-1/+1