summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-122-5/+5
|\ \ | |/ |/|
| * KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-172-5/+5
* | s390: use _refcount for pgtablesMatthew Wilcox2018-06-071-9/+12
* | signal/s390: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-17/+6
* | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
|/
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-0/+2
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+8
* s390: unify linker symbols usageVasily Gorbik2018-02-271-2/+2
* s390/mm: provide base_asce_alloc() / base_asce_free() helper functionsHeiko Carstens2018-02-221-1/+292
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-26/+18
|\
| * s390x/mm: simplify gmap_protect_rmap()David Hildenbrand2018-01-241-9/+8
| * s390/mm: Remove superfluous parameterJanosch Frank2018-01-231-2/+2
| * s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand2018-01-161-15/+8
* | mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
* | mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-1/+1
* | mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-1/+2
* | mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
|/
* s390/mm: fix off-by-one bug in 5-level page table handlingHeiko Carstens2017-12-051-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-304-15/+4
|\
| * s390: Remove redundant license textGreg Kroah-Hartman2017-11-241-15/+0
| * s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-244-0/+4
* | s390: cmm: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+3
|/
* s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner2017-11-161-1/+1
* s390/mm: remove unused codeHeiko Carstens2017-11-141-6/+3
* s390: remove all code using the access register modeMartin Schwidefsky2017-11-143-46/+67
* s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky2017-11-141-3/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-133-17/+17
|\ \
| * | s390: avoid undefined behaviourHeiko Carstens2017-11-082-9/+9
| * | s390: remove named saved segment supportHeiko Carstens2017-11-081-2/+2
| * | s390/mm: use memset64 instead of clear_tableHeiko Carstens2017-10-092-8/+8
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
|/
* s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer2017-09-191-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-122-14/+14
|\
| * s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky2017-09-062-12/+12
| * s390/mm: use VM_BUG_ON in crst_table_[upgrade|downgrade]Martin Schwidefsky2017-09-061-2/+2
* | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-1/+5
|\ \ | |/ |/|
| * Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-075-50/+308
| |\
| | * KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-291-1/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-058-167/+476
|\ \ \
| * | | s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-291-7/+32
| * | | s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens2017-08-091-0/+53
| * | | s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-262-36/+14
| * | | s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-75/+74
| * | | Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2017-07-265-49/+303
| |\ \ \ | | |/ / | |/| / | | |/
| | * s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-251-17/+30
| | * s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-252-13/+25
OpenPOWER on IntegriCloud