| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 2019-03-05 | 12 | -59/+221 |
* | | | | docs/mm: vmalloc: re-indent kernel-doc comemnts | Mike Rapoport | 2019-03-05 | 1 | -185/+182 |
* | | | | numa: make "nr_online_nodes" unsigned int | Alexey Dobriyan | 2019-03-05 | 1 | -2/+2 |
* | | | | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 2019-03-05 | 7 | -9/+7 |
* | | | | mm,oom: don't kill global init via memory.oom.group | Tetsuo Handa | 2019-03-05 | 1 | -1/+2 |
* | | | | mm, swap: bounds check swap_info array accesses to avoid NULL derefs | Daniel Jordan | 2019-03-05 | 1 | -22/+29 |
* | | | | mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list() | Kirill Tkhai | 2019-03-05 | 1 | -30/+14 |
* | | | | mm: ksm: do not block on page lock when searching stable tree | Yang Shi | 2019-03-05 | 1 | -10/+35 |
* | | | | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 2019-03-05 | 3 | -0/+20 |
* | | | | mm: vmscan: do not iterate all mem cgroups for global direct reclaim | Yang Shi | 2019-03-05 | 1 | -4/+3 |
* | | | | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd | Joel Fernandes (Google) | 2019-03-05 | 2 | -4/+24 |
* | | | | mm: update get_user_pages_longterm to migrate pages allocated from CMA region | Aneesh Kumar K.V | 2019-03-05 | 2 | -26/+178 |
* | | | | mm: rid swapoff of quadratic complexity | Vineeth Remanan Pillai | 2019-03-05 | 2 | -390/+310 |
* | | | | mm: refactor swap-in logic out of shmem_getpage_gfp | Vineeth Remanan Pillai | 2019-03-05 | 1 | -205/+244 |
* | | | | mm/vmscan.c: remove 7th argument of isolate_lru_pages() | Kirill Tkhai | 2019-03-05 | 1 | -11/+4 |
* | | | | mm, mempolicy: fix uninit memory access | Vlastimil Babka | 2019-03-05 | 1 | -1/+1 |
* | | | | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 2019-03-05 | 1 | -5/+14 |
* | | | | mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() | Mike Rapoport | 2019-03-05 | 1 | -1/+8 |
* | | | | mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update | Aneesh Kumar K.V | 2019-03-05 | 1 | -3/+5 |
* | | | | mm: update ptep_modify_prot_commit to take old pte value as arg | Aneesh Kumar K.V | 2019-03-05 | 2 | -7/+7 |
* | | | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-05 | 2 | -4/+4 |
* | | | | mm: fix some typos in mm directory | Wei Yang | 2019-03-05 | 5 | -9/+9 |
* | | | | mm/page_owner: move config option to mm/Kconfig.debug | Changbin Du | 2019-03-05 | 1 | -0/+17 |
* | | | | mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() | Yang Fan | 2019-03-05 | 1 | -4/+3 |
* | | | | mm, oom: remove 'prefer children over parent' heuristic | Shakeel Butt | 2019-03-05 | 1 | -60/+18 |
* | | | | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-03-05 | 9 | -64/+24 |
* | | | | mm/memory.c: prevent mapping typed pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | | | | mm: prevent mapping slab pages to userspace | Matthew Wilcox | 2019-03-05 | 1 | -1/+1 |
* | | | | mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! | Uladzislau Rezki (Sony) | 2019-03-05 | 1 | -1/+5 |
* | | | | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 2019-03-05 | 1 | -45/+19 |
* | | | | mm, memcg: create mem_cgroup_from_seq | Chris Down | 2019-03-05 | 2 | -15/+15 |
* | | | | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-05 | 3 | -11/+102 |
* | | | | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 2019-03-05 | 1 | -18/+106 |
* | | | | mm, compaction: sample pageblocks for free pages | Mel Gorman | 2019-03-05 | 1 | -6/+22 |
* | | | | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 2019-03-05 | 2 | -4/+32 |
* | | | | mm, compaction: reduce premature advancement of the migration target scanner | Mel Gorman | 2019-03-05 | 1 | -17/+10 |
* | | | | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman | 2019-03-05 | 1 | -19/+4 |
* | | | | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman | 2019-03-05 | 1 | -38/+23 |
* | | | | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman | 2019-03-05 | 1 | -0/+18 |
* | | | | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman | 2019-03-05 | 1 | -4/+12 |
* | | | | mm, compaction: finish pageblock scanning on contention | Mel Gorman | 2019-03-05 | 1 | -56/+34 |
* | | | | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 2019-03-05 | 2 | -6/+27 |
* | | | | mm, compaction: use free lists to quickly locate a migration target | Mel Gorman | 2019-03-05 | 1 | -5/+213 |
* | | | | mm, compaction: keep migration source private to a single compaction instance | Mel Gorman | 2019-03-05 | 1 | -25/+99 |
* | | | | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 2019-03-05 | 2 | -3/+177 |
* | | | | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman | 2019-03-05 | 1 | -1/+1 |
* | | | | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 2019-03-05 | 2 | -12/+8 |
* | | | | mm, migrate: immediately fail migration of a page with no migration handler | Mel Gorman | 2019-03-05 | 1 | -1/+1 |
* | | | | mm, compaction: rename map_pages to split_map_pages | Mel Gorman | 2019-03-05 | 1 | -3/+3 |
* | | | | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman | 2019-03-05 | 1 | -28/+26 |