Age | Commit message (Expand) | Author | Files | Lines |
2018-10-26 | mm, slab: combine kmalloc_caches and kmalloc_dma_caches | Vlastimil Babka | 3 | -27/+21 |
2018-10-26 | userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults | Andrea Arcangeli | 1 | -5/+19 |
2018-10-26 | mm: convert insert_pfn() to vm_fault_t | Matthew Wilcox | 1 | -19/+5 |
2018-10-26 | mm: convert __vm_insert_mixed() to vm_fault_t | Matthew Wilcox | 1 | -21/+15 |
2018-10-26 | mm: inline vm_insert_pfn_prot() into caller | Matthew Wilcox | 1 | -31/+24 |
2018-10-26 | mm: remove vm_insert_pfn() | Matthew Wilcox | 1 | -25/+29 |
2018-10-26 | mm: make vm_insert_pfn_prot() static | Matthew Wilcox | 1 | -25/+25 |
2018-10-26 | mm: introduce vmf_insert_pfn_prot() | Matthew Wilcox | 1 | -16/+31 |
2018-10-26 | mm: remove vm_insert_mixed() | Matthew Wilcox | 1 | -4/+10 |
2018-10-26 | mm: convert to use vm_fault_t | Souptick Joarder | 1 | -2/+2 |
2018-10-26 | mm/page_alloc.c: clean up check_for_memory() | Oscar Salvador | 1 | -6/+3 |
2018-10-26 | mm/swapfile.c: clear si->swap_map[] in swap_free_cluster() | Huang Ying | 1 | -3/+1 |
2018-10-26 | mm/swapfile.c: call free_swap_slot() in __swap_entry_free() | Huang Ying | 1 | -6/+4 |
2018-10-26 | mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache() | Huang Ying | 1 | -32/+25 |
2018-10-26 | kmemleak: add module param to print warnings to dmesg | Vincent Whitchurch | 1 | -7/+35 |
2018-10-26 | Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca... | Michal Hocko | 1 | -31/+0 |
2018-10-26 | mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry() | Michal Hocko | 1 | -16/+16 |
2018-10-26 | mm: don't miss the last page because of round-off error | Roman Gushchin | 1 | -2/+4 |
2018-10-26 | mm: drain memcg stocks on css offlining | Roman Gushchin | 1 | -0/+2 |
2018-10-26 | slub: extend slub debug to handle multiple slabs | Aaron Tomlin | 1 | -6/+44 |
2018-10-26 | mm: don't warn about large allocations for slab | Dmitry Vyukov | 2 | -6/+10 |
2018-10-26 | mm/slub.c: switch to bitmap_zalloc() | Andy Shevchenko | 1 | -13/+7 |
2018-10-26 | Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+0 |
2018-10-24 | mm/page_poison: expose page_poisoning_enabled to kernel modules | Wei Wang | 1 | -0/+6 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
2018-10-24 | iov_iter: Use accessor function | David Howells | 1 | -1/+1 |
2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+6 |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2018-10-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -250/+264 |
2018-10-21 | radix tree: Remove multiorder support | Matthew Wilcox | 1 | -2/+2 |
2018-10-21 | page cache: Finish XArray conversion | Matthew Wilcox | 1 | -1/+1 |
2018-10-21 | shmem: Comment fixups | Matthew Wilcox | 1 | -6/+6 |
2018-10-21 | memfd: Convert memfd_tag_pins to XArray | Matthew Wilcox | 1 | -26/+18 |
2018-10-21 | memfd: Convert memfd_wait_for_pins to XArray | Matthew Wilcox | 1 | -36/+25 |
2018-10-21 | shmem: Convert shmem_partial_swap_usage to XArray | Matthew Wilcox | 1 | -14/+4 |
2018-10-21 | shmem: Convert shmem_free_swap to XArray | Matthew Wilcox | 1 | -2/+2 |
2018-10-21 | shmem: Convert shmem_alloc_hugepage to XArray | Matthew Wilcox | 1 | -10/+4 |
2018-10-21 | shmem: Convert shmem_add_to_page_cache to XArray | Matthew Wilcox | 1 | -47/+34 |
2018-10-21 | shmem: Convert find_swap_entry to XArray | Matthew Wilcox | 1 | -17/+10 |
2018-10-21 | shmem: Convert shmem_confirm_swap to XArray | Matthew Wilcox | 1 | -6/+1 |
2018-10-21 | shmem: Convert shmem_radix_tree_replace to XArray | Matthew Wilcox | 1 | -14/+8 |
2018-10-21 | pagevec: Use xa_mark_t | Matthew Wilcox | 1 | -2/+2 |
2018-10-21 | mm: Convert is_page_cache_freeable to XArray | Matthew Wilcox | 1 | -4/+4 |
2018-10-21 | mm: Convert khugepaged_scan_shmem to XArray | Matthew Wilcox | 1 | -12/+5 |
2018-10-21 | mm: Convert collapse_shmem to XArray | Matthew Wilcox | 1 | -93/+66 |
2018-10-21 | mm: Convert huge_memory to XArray | Matthew Wilcox | 1 | -10/+7 |
2018-10-21 | mm: Convert page migration to XArray | Matthew Wilcox | 1 | -30/+18 |
2018-10-21 | mm: Convert __do_page_cache_readahead to XArray | Matthew Wilcox | 1 | -3/+1 |