summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim2016-05-191-8/+4
* mm/page_alloc: correct highmem memory statisticsJoonsoo Kim2016-05-191-5/+14
* mm/writeback: correct dirty page calculation for highmemJoonsoo Kim2016-05-191-2/+6
* power: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+4
* mm/page_owner: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+3
* mm/vmstat: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+7
* mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2016-05-192-1/+3
* mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim2016-05-191-3/+6
* mm: uninline page_mapped()Andrew Morton2016-05-191-0/+23
* mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka2016-05-191-9/+80
* mm, compaction: reduce spurious pcplist drainsVlastimil Babka2016-05-191-11/+9
* mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka2016-05-191-14/+19
* mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov2016-05-191-1/+1
* mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton2016-05-191-9/+11
* mm/hugetlb.c: use first_memory_nodeAndrew Morton2016-05-191-2/+2
* mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang2016-05-191-6/+5
* mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko2016-05-191-4/+3
* mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2016-05-191-3/+3
* mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2016-05-191-1/+13
* mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz2016-05-191-2/+4
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-195-44/+10
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-195-9/+9
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-191-5/+5
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-192-27/+1
* mm: SLAB freelist randomizationThomas Garnier2016-05-191-2/+165
* mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov2016-05-191-1/+1
* mm/slab: lockless decision to grow cacheJoonsoo Kim2016-05-191-3/+18
* mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim2016-05-191-32/+36
* mm/slab: separate cache_grow() to two partsJoonsoo Kim2016-05-191-22/+52
* mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim2016-05-191-39/+21
* mm/slab: racy access/modify the slab colorJoonsoo Kim2016-05-191-13/+13
* mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim2016-05-191-9/+14
* mm/slab: clean-up kmem_cache_node setupJoonsoo Kim2016-05-191-100/+68
* mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim2016-05-191-29/+45
* mm/slab: drain the free slab as much as possibleJoonsoo Kim2016-05-191-9/+3
* mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim2016-05-191-4/+2
* mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim2016-05-191-23/+45
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-19/+13
|\
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-7/+2
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-012-4/+3
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-2/+3
| * filemap: remove pos variables in generic_file_read_iterChristoph Hellwig2016-05-011-8/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-4/+5
|\ \
| * \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-1715-152/+141
| |\ \
| * | | parallel lookups machinery, part 2Al Viro2016-05-021-1/+2
| * | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-3/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-1/+1
|\ \ \ \