summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-161-7/+21
|\
| * virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2017-11-141-7/+21
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-0/+1
|\ \
| * | afs: Get rid of the afs_writeback recordDavid Howells2017-11-131-0/+1
| |/
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-8/+22
|\ \
| * \ Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-0222-126/+154
| |\ \
| * \ \ Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-10-201-8/+22
| |\ \ \
| | * | | mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld2017-10-071-8/+22
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1550-813/+1196
|\ \ \ \ \
| * | | | | memory hotplug: fix comments when adding sectionFan Du2017-11-151-1/+1
| * | | | | mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador2017-11-151-7/+7
| * | | | | mm: simplify nodemask printingMichal Hocko2017-11-152-17/+7
| * | | | | mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa2017-11-151-8/+0
| * | | | | mm/page_ext.c: check if page_ext is not preparedJaewon Kim2017-11-151-4/+0
| * | | | | writeback: remove unused function parameterWang Long2017-11-151-2/+2
| * | | | | mm: do not rely on preempt_count in print_vma_addrMichal Hocko2017-11-151-5/+3
| * | | | | mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2017-11-151-2/+10
| * | | | | mm/hmm: remove redundant variable align_endColin Ian King2017-11-151-2/+1
| * | | | | mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-151-0/+1
| * | | | | mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-151-0/+1
| * | | | | mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-151-9/+18
| * | | | | mm: don't warn about allocations which stall for too longTetsuo Handa2017-11-151-10/+0
| * | | | | mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2017-11-151-3/+3
| * | | | | mm: mlock: remove lru_add_drain_all()Shakeel Butt2017-11-151-5/+0
| * | | | | mm, sysctl: make NUMA stats configurableKemi Wang2017-11-153-0/+80
| * | | | | shmem: convert shmem_init_inodecache() to voidweiping zhang2017-11-151-6/+2
| * | | | | Unify migrate_pages and move_pages access checksOtto Ebeling2017-11-151-9/+4
| * | | | | mm, pagevec: rename pagevec drained fieldMel Gorman2017-11-151-2/+2
| * | | | | mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka2017-11-151-9/+9
| * | | | | mm: remove __GFP_COLDMel Gorman2017-11-153-18/+10
| * | | | | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-154-23/+18
| * | | | | mm: remove cold parameter for release_pagesMel Gorman2017-11-152-5/+5
| * | | | | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-156-13/+13
| * | | | | mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman2017-11-151-1/+4
| * | | | | mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman2017-11-151-28/+63
| * | | | | mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-154-13/+8
| * | | | | mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman2017-11-151-14/+44
| * | | | | mm: batch radix tree operations when truncating pagesJan Kara2017-11-152-2/+101
| * | | | | mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara2017-11-151-31/+41
| * | | | | mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara2017-11-151-3/+3
| * | | | | mm: move accounting updates before page_cache_tree_delete()Jan Kara2017-11-151-24/+25
| * | | | | mm: factor out page cache page freeing into a separate functionJan Kara2017-11-151-13/+18
| * | | | | mm: refactor truncate_complete_page()Jan Kara2017-11-151-14/+16
| * | | | | mm: speed up cancel_dirty_page() for clean pagesJan Kara2017-11-151-2/+2
| * | | | | mm/page-writeback.c: convert timers to use timer_setup()Kees Cook2017-11-151-4/+3
| * | | | | mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth2017-11-151-1/+1
| * | | | | mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu2017-11-151-5/+5
| * | | | | mm: stop zeroing memory during allocation in vmemmapPavel Tatashin2017-11-153-11/+22
| * | | | | mm: zero reserved and unavailable struct pagesPavel Tatashin2017-11-151-0/+40
| * | | | | mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2017-11-152-15/+60
OpenPOWER on IntegriCloud