summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-161-3/+26
* mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-161-3/+5
* s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-162-26/+1Star
* mm: drop tail page refcountingKirill A. Shutemov2016-01-161-12/+1Star
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-151-4/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-136-14/+12Star
|\
| * 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/+2Star
| * s390/extmem: remove unused variableChristian Borntraeger2015-12-181-3/+1Star
| * s390/fault: remove unused variableChristian Borntraeger2015-12-181-2/+0Star
| * 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/+12Star
* 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-281-1/+1
* | s390/mm: simplify page table alloc/free codeMartin Schwidefsky2015-08-191-136/+89Star
* | 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-181-2/+0Star
* revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2015-07-181-1/+1
* s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-261-1/+1
* s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-261-4/+1Star
* s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2015-06-261-57/+3Star
* s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-261-0/+2
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-251-5/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-242-3/+3
|\
| * s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2015-05-132-3/+3
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/
* s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky2015-04-231-28/+34
* s390/mm: correct transfer of dirty & young bits in __pmd_to_pteMartin Schwidefsky2015-04-231-2/+2
* s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky2015-04-231-99/+43Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-1511-166/+43Star
|\
| * s390: make couple of functions and variables staticHeiko Carstens2015-03-251-1/+1
| * s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20Star
| * s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-251-10/+19
| * s390: remove 31 bit supportHeiko Carstens2015-03-2510-127/+5Star
* | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-151-8/+0Star
* | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2015-04-151-9/+2Star
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-151-4/+4
* | s390: standardize mmap_rnd() usageKees Cook2015-04-151-11/+23
|/