aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann1-1/+1
2015-08-03s390/mm: make arch_add_memory() NUMA awareGerald Schaefer1-19/+19
2015-08-03s390/mm: enable gup code for NUMAGerald Schaefer1-0/+10
2015-07-17revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel1-2/+0
2015-07-17revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel1-1/+1
2015-06-25s390/mm: change HPAGE_SHIFT type to intDominik Dingel1-1/+1
2015-06-25s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel1-4/+1
2015-06-25s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel1-57/+3
2015-06-25s390/mm: make hugepages_supported a boot time decisionDominik Dingel1-0/+2
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+3
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2-3/+3
2015-04-23s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky1-28/+34
2015-04-23s390/mm: correct transfer of dirty & young bits in __pmd_to_pteMartin Schwidefsky1-2/+2
2015-04-23s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky1-99/+43
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-166/+43
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook1-8/+0
2015-04-14s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook1-9/+2
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-4/+4
2015-04-14s390: standardize mmap_rnd() usageKees Cook1-11/+23
2015-03-25s390: make couple of functions and variables staticHeiko Carstens1-1/+1
2015-03-25s390/maccess: improve s390_kernel_write()Heiko Carstens1-25/+20
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens1-10/+19
2015-03-25s390: remove 31 bit supportHeiko Carstens10-127/+5