aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
...
* | | mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas2019-09-24
* | | mm/slub.c: fix -Wunused-function compiler warningsQian Cai2019-09-24
* | | mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-24
* | | mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long2019-09-24
* | | z3fold: fix retry mechanism in page reclaimVitaly Wool2019-09-24
* | | Revert "mm/z3fold.c: fix race between migration and destruction"Vitaly Wool2019-09-24
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-21
|\ \ \
| * | | mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter2019-09-07
| * | | pagewalk: use lockdep_assert_held for locking validationChristoph Hellwig2019-09-07
| * | | pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-07
| * | | mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-07
| * | | mm/mmu_notifiers: prime lockdepDaniel Vetter2019-09-07
| * | | mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter2019-09-07
| * | | mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig2019-08-28
| * | | mm/hmm: hmm_range_fault() infinite loopRalph Campbell2019-08-27
| * | | mm/hmm: hmm_range_fault() NULL pointer bugRalph Campbell2019-08-27
| * | | mm/hmm: fix hmm_range_fault()'s handling of swapped out pagesYang, Philip2019-08-23
| * | | mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe2019-08-21
| * | | Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-21
| |\ \ \
| * | | | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-20
| * | | | mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter2019-08-20
| * | | | mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2019-08-20
| * | | | mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-20
| * | | | mm: turn migrate_vma upside downChristoph Hellwig2019-08-20
| * | | | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-20
| * | | | mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2019-08-16
| * | | | mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe2019-08-16
| * | | | mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe2019-08-16
| * | | | mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig2019-08-07
| * | | | mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig2019-08-07
| * | | | mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stubChristoph Hellwig2019-08-07
| * | | | mm/hmm: cleanup the hmm_vma_handle_pmd stubChristoph Hellwig2019-08-07
| * | | | mm/hmm: only define hmm_vma_walk_pud if neededChristoph Hellwig2019-08-07
| * | | | mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmdChristoph Hellwig2019-08-07
| * | | | mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entryChristoph Hellwig2019-08-07
| * | | | mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-07
| * | | | mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-07
| * | | | mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2019-08-07
| * | | | mm/hmm: remove hmm_range vmaRalph Campbell2019-07-26
| * | | | mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmdRalph Campbell2019-07-26
| * | | | mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig2019-07-26
| * | | | mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-26
| * | | | mm/hmm: a few more C style and comment clean upsRalph Campbell2019-07-26
| * | | | mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-26
| * | | | mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_faultJason Gunthorpe2019-07-25
* | | | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-19
|\ \ \ \ \
| * | | | | vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig2019-09-04
* | | | | | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-12
| * | | | | shmem_parse_one(): switch to use of fs_parse()Al Viro2019-09-12