summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-05-20mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz1-2/+4
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton5-44/+10
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim5-9/+9
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-20mm/slub.c: fix sysfs filename in commentLi Peng1-5/+5
2016-05-20mm: slab: remove ZONE_DMA_FLAGYang Shi2-27/+1
2016-05-20mm: SLAB freelist randomizationThomas Garnier1-2/+165
2016-05-20mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov1-1/+1
2016-05-20mm/slab: lockless decision to grow cacheJoonsoo Kim1-3/+18
2016-05-20mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim1-32/+36
2016-05-20mm/slab: separate cache_grow() to two partsJoonsoo Kim1-22/+52
2016-05-20mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim1-39/+21
2016-05-20mm/slab: racy access/modify the slab colorJoonsoo Kim1-13/+13
2016-05-20mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim1-9/+14
2016-05-20mm/slab: clean-up kmem_cache_node setupJoonsoo Kim1-100/+68
2016-05-20mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim1-29/+45
2016-05-20mm/slab: drain the free slab as much as possibleJoonsoo Kim1-9/+3
2016-05-20mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim1-4/+2
2016-05-20mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim1-23/+45
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+13
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+5
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro15-152/+141
2016-05-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-05-13mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli3-23/+83
2016-05-13ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar13-70/+130
2016-05-10zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky1-2/+5
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-05-06mm: fix kcompactd hang during memory offliningVlastimil Babka1-1/+3
2016-05-06mm/zswap: provide unique zpool nameDan Streetman1-1/+7
2016-05-06mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+1
2016-05-06mm: update min_free_kbytes from khugepaged after core initializationJason Baron1-1/+1
2016-05-06huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins1-9/+2
2016-05-06mm: thp: correct split_huge_pages file permissionYang Shi1-2/+2
2016-05-06writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran1-2/+4
2016-05-03parallel lookups machinery, part 2Al Viro1-1/+2
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-3/+3
2016-05-02fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-02fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-4/+3
2016-05-02filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-2/+3
2016-05-02filemap: remove pos variables in generic_file_read_iterChristoph Hellwig1-8/+7
2016-04-29mm/memory-failure: fix race with compound page split/mergeKonstantin Khlebnikov1-1/+9
2016-04-29mm: wake kcompactd before kswapd's short sleepVlastimil Babka1-14/+14
2016-04-29mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim1-1/+7
2016-04-29mm: call swap_slot_free_notify() with page lock heldMinchan Kim1-1/+5
2016-04-29mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim1-1/+1
2016-04-29numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-0/+40
2016-04-29mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov1-4/+2
2016-04-29thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2-3/+8