aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-06hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara
2017-09-06fs: fix performance regression in clean_bdev_aliases()Jan Kara
2017-09-06mm: implement find_get_pages_range()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2017-09-06mm, vmscan: do not loop on too_many_isolated for everMichal Hocko
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu
2017-09-06mm: always flush VMA ranges affected by zap_page_rangeMel Gorman
2017-09-06mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal
2017-09-06mm/gup: make __gup_device_* require THPOliver O'Halloran
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz
2017-09-06mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka
2017-09-06mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka
2017-09-06mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko
2017-09-06mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: simplify zonelist initializationMichal Hocko
2017-09-06mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko
2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko
2017-09-06zram: add config and doc file for writeback featureMinchan Kim
2017-09-06zram: read page from backing deviceMinchan Kim
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim
2017-09-06zram: identify asynchronous IO's return valueMinchan Kim
2017-09-06zram: add free space management in backing deviceMinchan Kim
2017-09-06zram: add interface to specif backing deviceMinchan Kim
2017-09-06zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim
2017-09-06zram: inline zram_compressMinchan Kim
2017-09-06zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim
2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko
2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson
2017-09-06mm/slub.c: add a naive detection of double free or corruptionAlexander Popov
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook
2017-09-06slub: tidy up initialization orderingAlexander Potapenko
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara
2017-09-06modpost: simplify sec_name()Masahiro Yamada
2017-09-06dax: initialize variable pfn before using itNicolas Iooss
2017-09-06dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler
2017-09-06dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler