summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim2013-09-111-9/+6
* mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim2013-09-111-2/+0
* vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_statsChristoph Lameter2013-09-111-19/+16
* vmstat: create fold_diffChristoph Lameter2013-09-111-7/+11
* vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter2013-09-112-7/+35
* swap: clean-up #ifdef in page_mapping()Joonsoo Kim2013-09-111-4/+1
* mm: move pgtable related functions to right placeJoonsoo Kim2013-09-112-24/+24
* mm, page_alloc: add unlikely macro to help compiler optimizationJoonsoo Kim2013-09-111-1/+1
* mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policyJianguo Wu2013-09-111-7/+10
* mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim2013-09-111-8/+26
* mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim2013-09-111-21/+10
* mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim2013-09-111-0/+2
* mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim2013-09-111-5/+2
* mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim2013-09-111-5/+2
* mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim2013-09-111-82/+61
* mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim2013-09-111-9/+4
* mm, hugetlb: trivial commenting fixJoonsoo Kim2013-09-111-2/+2
* mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim2013-09-111-5/+5
* mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner2013-09-111-3/+0
* mm: page_alloc: fair zone allocator policyJohannes Weiner2013-09-112-10/+63
* mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner2013-09-111-8/+8
* mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner2013-09-111-1/+1
* mm/huge_memory.c: fix potential NULL pointer dereferenceLibin2013-09-111-0/+2
* mm: kill one if loop in __free_pages_bootmem()Yinghai Lu2013-09-111-7/+7
* mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat2013-09-111-2/+3
* mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat2013-09-111-36/+59
* mm/page_alloc.c: fix coding style and spellingPintu Kumar2013-09-111-21/+24
* swap: make cluster allocation per-cpuShaohua Li2013-09-111-34/+91
* swap: fix races exposed by swap discardShaohua Li2013-09-111-4/+27
* swap: make swap discard asyncShaohua Li2013-09-111-78/+114
* swap: change block allocation algorithm for SSDShaohua Li2013-09-111-38/+250
* mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang2013-09-111-2/+2
* mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou2013-09-111-3/+4
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-115-14/+14
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-111-1/+2
* mm: vmstats: tlb flush countersDave Hansen2013-09-111-0/+5
* mm/zswap.c: get swapper address_space by using macroSunghan Suh2013-09-111-1/+1
* mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov2013-09-111-9/+5
* mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov2013-09-111-3/+2
* mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov2013-09-111-6/+4
* mm/swapfile.c: convert to pr_foo()Andrew Morton2013-09-111-17/+13
* swap: warn when a swap area overflows the maximum sizeRaymond Jennings2013-09-111-2/+10
* mm/madvise.c: fix coding-style errorsVladimir Cernov2013-09-111-7/+7
* mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov2013-09-112-12/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-063-6/+6
|\
| * Fix comment typo for init_cma_reserved_pageblockLi Zhong2013-08-271-1/+1
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
| * page_isolation: Fix a comment typo in test_pages_isolated()Tang Chen2013-08-201-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-052-4/+5
|\ \
| * | direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1