summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-12mm/hotplug: verify hotplug memory rangeToshi Kani1-0/+23
2013-09-12hugepage: mention libhugetlbfs in docDavidlohr Bueso1-13/+12
2013-09-12readahead: make context readahead more conservativeFengguang Wu1-4/+4
2013-09-12mm: use zone_is_initialized() instead of if(zone->wait_table)Xishi Qiu1-1/+1
2013-09-12mm: use zone_is_empty() instead of if(zone->spanned_pages)Xishi Qiu2-4/+4
2013-09-12mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu2-9/+10
2013-09-12lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim2-9/+14
2013-09-12mm/zbud: fix some trivial typos in commentsJianguo Wu1-2/+2
2013-09-12mm/hotplug: remove unnecessary BUG_ON in __offline_pages()Xishi Qiu1-1/+0
2013-09-12mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim1-9/+6
2013-09-12mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim1-2/+0
2013-09-12vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_statsChristoph Lameter1-19/+16
2013-09-12vmstat: create fold_diffChristoph Lameter1-7/+11
2013-09-12vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter3-8/+37
2013-09-12swap: clean-up #ifdef in page_mapping()Joonsoo Kim2-4/+2
2013-09-12mm: move pgtable related functions to right placeJoonsoo Kim2-24/+24
2013-09-12mm, page_alloc: add unlikely macro to help compiler optimizationJoonsoo Kim1-1/+1
2013-09-12mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policyJianguo Wu1-7/+10
2013-09-12mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim1-8/+26
2013-09-12mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim1-21/+10
2013-09-12mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim1-0/+2
2013-09-12mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim1-5/+2
2013-09-12mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim1-5/+2
2013-09-12mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim1-82/+61
2013-09-12mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim1-9/+4
2013-09-12mm, hugetlb: trivial commenting fixJoonsoo Kim1-2/+2
2013-09-12mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim1-5/+5
2013-09-12mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner1-3/+0
2013-09-12mm: page_alloc: fair zone allocator policyJohannes Weiner3-10/+64
2013-09-12mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner1-8/+8
2013-09-12mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner1-1/+1
2013-09-12mm/huge_memory.c: fix potential NULL pointer dereferenceLibin1-0/+2
2013-09-12mm: kill one if loop in __free_pages_bootmem()Yinghai Lu1-7/+7
2013-09-12mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat2-5/+10
2013-09-12mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat1-36/+59
2013-09-12mm/page_alloc.c: fix coding style and spellingPintu Kumar1-21/+24
2013-09-12swap: make cluster allocation per-cpuShaohua Li2-34/+102
2013-09-12swap: fix races exposed by swap discardShaohua Li1-4/+27
2013-09-12swap: make swap discard asyncShaohua Li2-87/+125
2013-09-12swap: change block allocation algorithm for SSDShaohua Li2-38/+270
2013-09-12mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang1-2/+2
2013-09-12mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou1-3/+4
2013-09-12mm: replace strict_strtoul() with kstrtoul()Jingoo Han5-14/+14
2013-09-12mm: vmstats: track TLB flush stats on UP tooDave Hansen5-11/+38
2013-09-12mm: vmstats: tlb flush countersDave Hansen3-4/+24
2013-09-12mm/zswap.c: get swapper address_space by using macroSunghan Suh1-1/+1
2013-09-12mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5
2013-09-12mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov1-3/+2
2013-09-12mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov1-6/+4
2013-09-12mm/swapfile.c: convert to pr_foo()Andrew Morton1-17/+13