summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-09-06mm/huge_memory.c: constify attribute_group structuresArvind Yadav-1/+1
2017-09-06mm/page_idle.c: constify attribute_group structuresArvind Yadav-1/+1
2017-09-06mm/slub.c: constify attribute_group structuresArvind Yadav-1/+1
2017-09-06mm/ksm.c: constify attribute_group structuresArvind Yadav-1/+1
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin-3/+0
2017-09-06mm, memcg: reset memory.low during memcg offliningRoman Gushchin-0/+2
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara-18/+13
2017-09-06mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara-7/+4
2017-09-06fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara-13/+3
2017-09-06hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara-16/+2
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara-7/+5
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara-10/+4
2017-09-06fs: fix performance regression in clean_bdev_aliases()Jan Kara-6/+8
2017-09-06mm: implement find_get_pages_range()Jan Kara-24/+65
2017-09-06mm: make pagevec_lookup() update indexJan Kara-37/+32
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara-185/+0
2017-09-06mm, vmscan: do not loop on too_many_isolated for everMichal Hocko-1/+7
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu-3/+5
2017-09-06mm: always flush VMA ranges affected by zap_page_rangeMel Gorman-1/+13
2017-09-06mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal-3/+21
2017-09-06mm/gup: make __gup_device_* require THPOliver O'Halloran-1/+1
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz-0/+13
2017-09-06mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka-6/+10
2017-09-06mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka-0/+1
2017-09-06mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka-20/+32
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko-19/+7
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko-20/+11
2017-09-06mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko-7/+2
2017-09-06mm, page_alloc: simplify zonelist initializationMichal Hocko-40/+41
2017-09-06mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko-7/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko-17/+11
2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko-4/+2
2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko-18/+22
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko-166/+28
2017-09-06zram: add config and doc file for writeback featureMinchan Kim-0/+31
2017-09-06zram: read page from backing deviceMinchan Kim-5/+118
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim-13/+103
2017-09-06zram: identify asynchronous IO's return valueMinchan Kim-8/+24
2017-09-06zram: add free space management in backing deviceMinchan Kim-1/+50
2017-09-06zram: add interface to specif backing deviceMinchan Kim-0/+147
2017-09-06zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim-3/+3
2017-09-06zram: inline zram_compressMinchan Kim-42/+22
2017-09-06zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim-33/+23
2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko-54/+23
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko-43/+65
2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang-5/+9
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson-11/+24
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson-3/+11
2017-09-06mm/slub.c: add a naive detection of double free or corruptionAlexander Popov-0/+4
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook-5/+50