summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-10-14mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao
2017-10-09writeback: schedule periodic writeback with sysctlYafang Shao
2017-10-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe
2017-10-03writeback: pass in '0' for nr_pages writeback in laptop modeJens Axboe
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen
2017-09-13mm, page_owner: skip unnecessary stack_trace entriesPrakash Gupta
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-11mm/backing-dev.c: fix an error handling path in 'cgwb_create()'Christophe JAILLET
2017-09-08mem/memcg: cache rightmost nodeDavidlohr Bueso
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-08mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin
2017-09-08mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang
2017-09-08mm: update NUMA counter threshold sizeKemi Wang
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse
2017-09-08mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse