Age | Commit message (Expand) | Author | Files | Lines |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -15/+15 |
2020-12-10 | s390/gmap: make gmap memcg aware | Christian Borntraeger | 1 | -15/+15 |
2020-11-11 | KVM: s390: pv: Mark mm as protected after the set secure parameters and impro... | Janosch Frank | 1 | -0/+2 |
2020-09-14 | s390/uv: add destroy page call | Janosch Frank | 1 | -1/+1 |
2020-08-13 | Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -7/+20 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 1 | -2/+2 |
2020-08-11 | s390/gmap: improve THP splitting | Gerald Schaefer | 1 | -7/+20 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -16/+16 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -22/+22 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-04-20 | KVM: s390: vsie: gmap_table_walk() simplifications | David Hildenbrand | 1 | -5/+5 |
2020-04-07 | KVM: s390: vsie: Fix possible race when shadowing region 3 tables | David Hildenbrand | 1 | -0/+1 |
2020-04-07 | KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks | David Hildenbrand | 1 | -1/+5 |
2020-03-27 | s390/gmap: return proper error code on ksm unsharing | Christian Borntraeger | 1 | -4/+5 |
2020-03-23 | KVM: s390: Use fallthrough; | Joe Perches | 1 | -3/+3 |
2020-02-27 | KVM: s390/mm: Make pages accessible before destroying the guest | Christian Borntraeger | 1 | -0/+35 |
2020-02-27 | KVM: s390: protvirt: Secure memory is not mergeable | Janosch Frank | 1 | -10/+20 |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -19/+16 |
2019-09-18 | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -5/+5 |
2019-09-07 | pagewalk: separate function pointers from iterator data | Christoph Hellwig | 1 | -18/+15 |
2019-09-07 | mm: split out a new pagewalk.h header from mm.h | Christoph Hellwig | 1 | -1/+1 |
2019-08-21 | s390/mm: use refcount_t for refcount | Chuhong Yuan | 1 | -5/+5 |
2019-07-29 | s390/mm: make gmap_test_and_clear_dirty_pmd static | Vasily Gorbik | 1 | -2/+2 |
2018-10-04 | Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -2/+8 |
2018-10-01 | s390/mm: optimize locking without huge pages in gmap_pmd_op_walk() | David Hildenbrand | 1 | -2/+8 |
2018-09-12 | s390/mm: Check for valid vma before zapping in gmap_discard | Janosch Frank | 1 | -1/+3 |
2018-07-31 | s390/mm: Add huge page gmap linking support | Janosch Frank | 1 | -3/+6 |
2018-07-31 | s390/mm: hugetlb pages within a gmap can not be freed | Dominik Dingel | 1 | -0/+6 |
2018-07-30 | s390/mm: Clear skeys for newly mapped huge guest pmds | Janosch Frank | 1 | -0/+2 |
2018-07-30 | s390/mm: Clear huge page storage keys on enable_skey | Dominik Dingel | 1 | -3/+29 |
2018-07-30 | s390/mm: Add huge page dirty sync support | Janosch Frank | 1 | -5/+122 |
2018-07-30 | s390/mm: Add gmap pmd invalidation and clearing | Janosch Frank | 1 | -0/+125 |
2018-07-30 | s390/mm: Add gmap pmd notification bit setting | Janosch Frank | 1 | -6/+54 |
2018-07-30 | s390/mm: Add gmap pmd linking | Janosch Frank | 1 | -4/+9 |
2018-07-30 | s390/mm: Abstract gmap notify bit setting | Janosch Frank | 1 | -4/+7 |
2018-07-30 | s390/mm: Make gmap_protect_range more modular | Janosch Frank | 1 | -10/+83 |
2018-05-17 | KVM: s390: Add storage key facility interpretation control | Janosch Frank | 1 | -3/+3 |
2018-01-24 | s390x/mm: simplify gmap_protect_rmap() | David Hildenbrand | 1 | -9/+8 |
2018-01-23 | s390/mm: Remove superfluous parameter | Janosch Frank | 1 | -2/+2 |
2018-01-16 | s390x/mm: cleanup gmap_pte_op_walk() | David Hildenbrand | 1 | -15/+8 |
2017-11-24 | s390: mm: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-15 | s390/mm: remove unused code | Heiko Carstens | 1 | -6/+3 |
2017-09-06 | s390/mm: use a single lock for the fields in mm_context_t | Martin Schwidefsky | 1 | -4/+4 |
2017-08-29 | s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs | Christian Borntraeger | 1 | -7/+32 |
2017-07-26 | s390/mm: use new mm defines instead of magic values | Heiko Carstens | 1 | -62/+62 |
2017-06-12 | s390/mm: add __rcu annotations | Heiko Carstens | 1 | -3/+3 |
2017-06-12 | s390/mm: implement 5 level pages tables | Martin Schwidefsky | 1 | -1/+4 |
2017-04-25 | s390/mm: make TASK_SIZE independent from the number of page table levels | Martin Schwidefsky | 1 | -1/+1 |
2017-03-24 | s390/mm: Remove double gaddr calculation when notifying | Janosch Frank | 1 | -21/+14 |