summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: use pagevec_lookup_range_tag()Jan Kara2017-11-151-12/+2
* ceph: use pagevec_lookup_range_tag()Jan Kara2017-11-151-16/+3
* btrfs: use pagevec_lookup_range_tag()Jan Kara2017-11-151-15/+4
* mm: implement find_get_pages_range_tag()Jan Kara2017-11-154-17/+48
* mm/page_owner.c: reduce page_owner structure sizeAyush Mittal2017-11-151-2/+2
* mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal2017-11-151-1/+1
* mm, arch: remove empty_bad_page*Michal Hocko2017-11-157-54/+2
* mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen2017-11-151-2/+9
* mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2017-11-153-11/+3
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-155-12/+83
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-157-17/+198
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-151-1/+1
* mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell2017-11-151-2/+2
* fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual2017-11-151-1/+0
* zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky2017-11-151-3/+0
* zram: add zstd to the supported algorithms listSergey Senozhatsky2017-11-151-0/+3
* mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao2017-11-152-1/+11
* mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim2017-11-152-8/+8
* mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko2017-11-151-7/+3
* mm, memory_hotplug: do not fail offlining too earlyMichal Hocko2017-11-151-30/+10
* mm, page_alloc: fail has_unmovable_pages when seeing reserved pagesMichal Hocko2017-11-151-0/+3
* mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko2017-11-153-7/+17
* mm: drop migrate type checks from has_unmovable_pagesMichal Hocko2017-11-151-4/+0
* mm/page-writeback.c: remove unused parameter from balance_dirty_pages()Tahsin Erdogan2017-11-151-3/+2
* mm, swap: fix false error message in __swp_swapcount()Huang Ying2017-11-151-0/+3
* mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim2017-11-153-9/+23
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-154-23/+57
* mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim2017-11-152-1/+5
* bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-155-1/+16
* zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim2017-11-151-10/+6
* mm: update comments for struct page.mappingChangbin Du2017-11-151-2/+4
* net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+2
* mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+3
* block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()Johannes Thumshirn2017-11-151-0/+16
* slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-151-0/+4
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-154-28/+28
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-1515-81/+97
* mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes2017-11-151-2/+2
* mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-11-151-1/+1
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-153-2/+67
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-155-15/+6
* tools: slabinfo: add "-U" option to show unreclaimable slabs onlyYang Shi2017-11-151-1/+10
* ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua2017-11-151-4/+1
* ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge2017-11-151-1/+3
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2017-11-151-8/+55
* ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2017-11-151-8/+18
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-151-2/+7