summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/extable: use generic search and sort routinesArd Biesheuvel2016-03-222-86/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-3/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-6/+4
|\ \
| * | s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-151-6/+4
* | | s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky2016-03-085-1293/+1378
* | | s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky2016-03-082-29/+71
* | | s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky2016-03-081-29/+266
* | | s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-9/+7
* | | s390/fault: merge report_user_fault implementationsHeiko Carstens2016-03-021-7/+8
* | | s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky2016-03-021-17/+0
* | | s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky2016-02-231-5/+3
|/ /
* | s390/maccess: reduce stnsm instructionsHeiko Carstens2016-02-171-4/+6
* | s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger2016-02-111-1/+3
|/
* s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-191-2/+2
* s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-191-1/+1
* s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-191-1/+1
* s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2016-01-192-7/+7
* s390/mm: enable fixup_user_fault retryingDominik Dingel2016-01-151-3/+26
* mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-151-3/+5
* s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-152-26/+1
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-12/+1
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-136-14/+12
|\
| * s390: fix normalization bug in exception table sortingArd Biesheuvel2016-01-111-2/+6
| * s390: rename struct _lowcore to struct lowcoreHeiko Carstens2016-01-111-2/+2
| * s390/mem_detect: use unsigned longsHeiko Carstens2016-01-111-5/+2
| * s390/extmem: remove unused variableChristian Borntraeger2015-12-181-3/+1
| * s390/fault: remove unused variableChristian Borntraeger2015-12-181-2/+0
| * s390: get_user_pages_fast() might sleepDavid Hildenbrand2015-11-271-0/+1
* | KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-151-2/+2
|/
* s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-162-78/+12
* s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-141-2/+2
* s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-142-0/+6
* s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky2015-10-141-0/+2
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-1/+1
* | s390/mm: simplify page table alloc/free codeMartin Schwidefsky2015-08-191-136/+89
* | s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens2015-08-191-1/+1
* | s390/numa: add core infrastructurePhilipp Hachtmann2015-08-031-1/+1
* | s390/mm: make arch_add_memory() NUMA awareGerald Schaefer2015-08-031-19/+19
* | s390/mm: enable gup code for NUMAGerald Schaefer2015-08-031-0/+10
|/
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-171-2/+0
* revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2015-07-171-1/+1
* s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-251-1/+1
* s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-251-4/+1
* s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2015-06-251-57/+3
* s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-251-0/+2
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-242-3/+3
|\