summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2020-03-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds1-2/+4
2019-11-06s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG1-6/+6
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-12-01s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-0/+2
2018-10-10s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik1-2/+2
2018-09-05s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-06-17s390/vmem: fix identity mappingHeiko Carstens1-1/+1
2017-03-18KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank1-1/+18
2016-10-28s390/mm: fix gmap tlb flush issuesDavid Hildenbrand1-2/+2
2016-05-19s390/mm: fix asce_bits handling with dynamic pagetable levelsGerald Schaefer3-61/+33
2016-03-04s390: fix normalization bug in exception table sortingArd Biesheuvel1-2/+6
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-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-08-28mm: 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-18revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel1-2/+0
2015-07-18revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel1-1/+1
2015-06-26s390/mm: change HPAGE_SHIFT type to intDominik Dingel1-1/+1
2015-06-26s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel1-4/+1
2015-06-26s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel1-57/+3
2015-06-26s390/mm: make hugepages_supported a boot time decisionDominik Dingel1-0/+2
2015-06-25mm/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/s39...Linus Torvalds2-3/+3
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David 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-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-166/+43
2015-04-15mm: split ET_DYN ASLR from mmap ASLRKees Cook1-8/+0
2015-04-15s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook1-9/+2
2015-04-15mm: expose arch_mmap_rnd when availableKees Cook1-4/+4
2015-04-15s390: 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
2015-02-19s390/mm: align 64-bit PIE binaries to 4GBMartin Schwidefsky1-1/+4
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-24/+2
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-10/+151
2015-02-12mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2015-02-12mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-20/+0