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