summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-1411-166/+43
|\
| * s390: make couple of functions and variables staticHeiko Carstens2015-03-251-1/+1
| * s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20
| * s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-251-10/+19
| * s390: remove 31 bit supportHeiko Carstens2015-03-2510-127/+5
* | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-141-8/+0
* | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2015-04-141-9/+2
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-4/+4
* | s390: standardize mmap_rnd() usageKees Cook2015-04-141-11/+23
|/
* s390/mm: align 64-bit PIE binaries to 4GBMartin Schwidefsky2015-02-191-1/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-112-24/+2
|\
| * mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-111-4/+2
| * mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-20/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-114-10/+151
|\ \ | |/ |/|
| * s390/mm: correct missing space when reporting user process faultsHendrik Brueckner2015-01-291-1/+1
| * s390: avoid z13 cache aliasingMartin Schwidefsky2015-01-222-5/+146
| * s390: remove unnecessary KERN_CONTJoe Perches2015-01-081-1/+1
| * s390/pgtable: add unsigned long castsHeiko Carstens2015-01-081-3/+3
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-01-151-2/+3
|\|
| * s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky2015-01-081-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-181-1/+40
|\ \ | |/ |/|
| * KVM: S390: Create helper function get_guest_storage_keyJason J. Herne2014-11-281-0/+39
| * KVM: s390: Cleanup usage of current->mm in set_guest_storage_keyJason J. Herne2014-10-281-1/+1
* | mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-112-107/+88
|\ \
| * | s390/traps: print interrupt code and instruction length codeHeiko Carstens2014-11-211-2/+2
| * | s390/mm: use correct unlock function in gmap_ipte_notifyMartin Schwidefsky2014-11-031-1/+1
| * | s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUGDominik Dingel2014-10-271-2/+1
| * | s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens2014-10-271-2/+4
| * | s390/mm: disable KSM for storage key enabled pagesDominik Dingel2014-10-271-1/+15
| * | s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel2014-10-271-1/+12
| * | s390/mm: recfactor global pgste updatesDominik Dingel2014-10-271-99/+54
| |/
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-2/+2
|\ \ | |/ |/|
| * /dev/mem: Use more consistent data typesThierry Reding2014-11-101-2/+2
* | s390/mm: fixing calls of pte_unmap_unlockDominik Dingel2014-10-151-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-144-16/+37
|\
| * s390/mm: make use of ipte range facilityHeiko Carstens2014-09-301-7/+31
| * s390/mm: remove change bit override supportHeiko Carstens2014-09-253-6/+4
| * s390/vmemmap: remove memset call from vmemmap_populate()Heiko Carstens2014-09-251-3/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-083-388/+346
|\ \
| * | KVM: s390/mm: fix up indentation of set_guest_storage_keyChristian Borntraeger2014-08-291-6/+6
| * | KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky2014-08-261-30/+55
| * | KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky2014-08-263-359/+289
| * | KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-252-55/+57
| * | KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky2014-08-251-1/+2
| |/
* / mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel2014-09-141-0/+1
|/
* KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger2014-08-251-0/+10
* s390/mm: implement dirty bits for large segment table entriesMartin Schwidefsky2014-08-012-56/+50
* KVM: s390/mm: Fix page table locking vs. split pmd lockChristian Borntraeger2014-08-011-2/+3