summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-252-25/+88
| | * s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2017-07-253-15/+181
* | | s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky2017-08-311-2/+4
|/ /
* | s390/mm: set change and reference bit on lazy key enablementChristian Borntraeger2017-07-131-3/+3
|/
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-28/+2
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-0311-57/+189
|\
| * s390: rename struct psw_bits membersHeiko Carstens2017-06-121-1/+1
| * s390: rename psw_bits enumsHeiko Carstens2017-06-121-1/+1
| * s390/mm: use correct address space when enabling DATHeiko Carstens2017-06-121-1/+5
| * s390/fault: use _ASCE_ORIGIN instead of PAGE_MASKHeiko Carstens2017-06-121-1/+1
| * s390/mm: add __rcu annotationsHeiko Carstens2017-06-121-3/+3
| * s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-129-52/+180
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-2/+2
|/
* s390: use set_memory.h headerLaura Abbott2017-05-083-0/+3
* s390/pageattr: avoid unnecessary page table splittingHeiko Carstens2017-04-261-3/+7
* s390/mm: simplify arch_get_unmapped_area[_topdown]Martin Schwidefsky2017-04-251-57/+32
* s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-254-23/+14
* s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda2017-04-202-2/+154
* s390/mm: Remove double gaddr calculation when notifyingJanosch Frank2017-03-241-21/+14
* s390: get rid of superfluous __GFP_REPEATMichal Hocko2017-03-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-121-1/+18
|\
| * KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-021-1/+18
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-232-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-1/+1
|\
| * mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+1
|\ \ | |/ |/|
| * KVM: s390: Fix RRBE return code not being CCJanosch Frank2017-01-301-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-2211-102/+167
|\ \
| * | s390/mm: add cond_resched call to kernel page table dumperHeiko Carstens2017-02-171-0/+2
OpenPOWER on IntegriCloud