| Age | Commit message (Expand) | Author | Lines |
| 2017-09-06 | mm/huge_memory.c: constify attribute_group structures | Arvind Yadav | -1/+1 |
| 2017-09-06 | mm/page_idle.c: constify attribute_group structures | Arvind Yadav | -1/+1 |
| 2017-09-06 | mm/slub.c: constify attribute_group structures | Arvind Yadav | -1/+1 |
| 2017-09-06 | mm/ksm.c: constify attribute_group structures | Arvind Yadav | -1/+1 |
| 2017-09-06 | cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction") | Roman Gushchin | -3/+0 |
| 2017-09-06 | mm, memcg: reset memory.low during memcg offlining | Roman Gushchin | -0/+2 |
| 2017-09-06 | mm: remove nr_pages argument from pagevec_lookup{,_range}() | Jan Kara | -18/+13 |
| 2017-09-06 | mm: use find_get_pages_range() in filemap_range_has_page() | Jan Kara | -7/+4 |
| 2017-09-06 | fs: use pagevec_lookup_range() in page_cache_seek_hole_data() | Jan Kara | -13/+3 |
| 2017-09-06 | hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() | Jan Kara | -16/+2 |
| 2017-09-06 | ext4: use pagevec_lookup_range() in writeback code | Jan Kara | -7/+5 |
| 2017-09-06 | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() | Jan Kara | -10/+4 |
| 2017-09-06 | fs: fix performance regression in clean_bdev_aliases() | Jan Kara | -6/+8 |
| 2017-09-06 | mm: implement find_get_pages_range() | Jan Kara | -24/+65 |
| 2017-09-06 | mm: make pagevec_lookup() update index | Jan Kara | -37/+32 |
| 2017-09-06 | fscache: remove unused ->now_uncached callback | Jan Kara | -185/+0 |
| 2017-09-06 | mm, vmscan: do not loop on too_many_isolated for ever | Michal Hocko | -1/+7 |
| 2017-09-06 | zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs... | Hui Zhu | -3/+5 |
| 2017-09-06 | mm: always flush VMA ranges affected by zap_page_range | Mel Gorman | -1/+13 |
| 2017-09-06 | mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour | Punit Agrawal | -3/+21 |
| 2017-09-06 | mm/gup: make __gup_device_* require THP | Oliver O'Halloran | -1/+1 |
| 2017-09-06 | mm/mremap: fail map duplication attempts for private mappings | Mike Kravetz | -0/+13 |
| 2017-09-06 | mm, page_owner: don't grab zone->lock for init_pages_in_zone() | Vlastimil Babka | -6/+10 |
| 2017-09-06 | mm, page_ext: periodically reschedule during page_ext_init() | Vlastimil Babka | -0/+1 |
| 2017-09-06 | mm, page_owner: make init_pages_in_zone() faster | Vlastimil Babka | -20/+32 |
| 2017-09-06 | mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocations | Michal Hocko | -19/+7 |
| 2017-09-06 | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | -20/+11 |
| 2017-09-06 | mm, page_alloc: remove stop_machine from build_all_zonelists | Michal Hocko | -7/+2 |
| 2017-09-06 | mm, page_alloc: simplify zonelist initialization | Michal Hocko | -40/+41 |
| 2017-09-06 | mm, memory_hotplug: remove explicit build_all_zonelists from try_online_node | Michal Hocko | -7/+0 |
| 2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | -17/+11 |
| 2017-09-06 | mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization | Michal Hocko | -4/+2 |
| 2017-09-06 | mm, page_alloc: remove boot pageset initialization from memory hotplug | Michal Hocko | -18/+22 |
| 2017-09-06 | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | -166/+28 |
| 2017-09-06 | zram: add config and doc file for writeback feature | Minchan Kim | -0/+31 |
| 2017-09-06 | zram: read page from backing device | Minchan Kim | -5/+118 |
| 2017-09-06 | zram: write incompressible pages to backing device | Minchan Kim | -13/+103 |
| 2017-09-06 | zram: identify asynchronous IO's return value | Minchan Kim | -8/+24 |
| 2017-09-06 | zram: add free space management in backing device | Minchan Kim | -1/+50 |
| 2017-09-06 | zram: add interface to specif backing device | Minchan Kim | -0/+147 |
| 2017-09-06 | zram: rename zram_decompress_page to __zram_bvec_read | Minchan Kim | -3/+3 |
| 2017-09-06 | zram: inline zram_compress | Minchan Kim | -42/+22 |
| 2017-09-06 | zram: clean up duplicated codes in __zram_bvec_write | Minchan Kim | -33/+23 |
| 2017-09-06 | mm, memory_hotplug: remove zone restrictions | Michal Hocko | -54/+23 |
| 2017-09-06 | mm, memory_hotplug: display allowed zones in the preferred ordering | Michal Hocko | -43/+65 |
| 2017-09-06 | mm/memory_hotplug: just build zonelist for newly added node | Wei Yang | -5/+9 |
| 2017-09-06 | drm/i915: wire up shrinkctl->nr_scanned | Chris Wilson | -11/+24 |
| 2017-09-06 | mm: track actual nr_scanned during shrink_slab() | Chris Wilson | -3/+11 |
| 2017-09-06 | mm/slub.c: add a naive detection of double free or corruption | Alexander Popov | -0/+4 |
| 2017-09-06 | mm: add SLUB free list pointer obfuscation | Kees Cook | -5/+50 |