summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: make pagevec_lookup() update indexJan Kara2017-09-0611-37/+32
* fscache: remove unused ->now_uncached callbackJan Kara2017-09-067-185/+0
* mm, vmscan: do not loop on too_many_isolated for everMichal Hocko2017-09-061-1/+7
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-061-3/+5
* mm: always flush VMA ranges affected by zap_page_rangeMel Gorman2017-09-061-1/+13
* mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal2017-09-061-3/+21
* mm/gup: make __gup_device_* require THPOliver O'Halloran2017-09-061-1/+1
* mm/mremap: fail map duplication attempts for private mappingsMike Kravetz2017-09-061-0/+13
* mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka2017-09-061-6/+10
* mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka2017-09-061-0/+1
* mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka2017-09-061-20/+32
* mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko2017-09-063-19/+7
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-063-20/+11
* mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko2017-09-061-7/+2
* mm, page_alloc: simplify zonelist initializationMichal Hocko2017-09-061-40/+41
* mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko2017-09-061-7/+0
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-065-17/+11
* mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko2017-09-061-4/+2
* mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko2017-09-061-18/+22
* mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko2017-09-065-166/+28
* zram: add config and doc file for writeback featureMinchan Kim2017-09-063-0/+31
* zram: read page from backing deviceMinchan Kim2017-09-061-5/+118
* zram: write incompressible pages to backing deviceMinchan Kim2017-09-062-13/+103
* zram: identify asynchronous IO's return valueMinchan Kim2017-09-061-8/+24
* zram: add free space management in backing deviceMinchan Kim2017-09-062-1/+50
* zram: add interface to specif backing deviceMinchan Kim2017-09-062-0/+147
* zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim2017-09-061-3/+3
* zram: inline zram_compressMinchan Kim2017-09-061-42/+22
* zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2017-09-061-33/+23
* mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-062-54/+23
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-063-43/+65
* mm/memory_hotplug: just build zonelist for newly added nodeWei Yang2017-09-061-5/+9
* drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-065-11/+24
* mm: track actual nr_scanned during shrink_slab()Chris Wilson2017-09-062-3/+11
* mm/slub.c: add a naive detection of double free or corruptionAlexander Popov2017-09-061-0/+4
* mm: add SLUB free list pointer obfuscationKees Cook2017-09-063-5/+50
* slub: tidy up initialization orderingAlexander Potapenko2017-09-061-2/+2
* ocfs2: clean up some dead codeJun Piao2017-09-0612-71/+19
* ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-062-8/+1
* modpost: simplify sec_name()Masahiro Yamada2017-09-061-16/+11
* dax: initialize variable pfn before using itNicolas Iooss2017-09-061-1/+1
* dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler2017-09-061-7/+4
* dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler2017-09-061-0/+5
* dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-062-41/+34
* dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-063-14/+3
* dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-067-235/+86
* dax: relocate some dax functionsRoss Zwisler2017-09-061-69/+69
* mm: add vm_insert_mixed_mkwrite()Ross Zwisler2017-09-062-7/+45
* metag/numa: remove the unused parent_node() macroDou Liyang2017-09-061-1/+0
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-0511-264/+428
|\