aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu
2013-09-11mm/zbud: fix some trivial typos in commentsJianguo Wu
2013-09-11mm/hotplug: remove unnecessary BUG_ON in __offline_pages()Xishi Qiu
2013-09-11mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim
2013-09-11mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim
2013-09-11vmstat: use this_cpu() to avoid irqon/off sequence in refresh_cpu_vm_statsChristoph Lameter
2013-09-11vmstat: create fold_diffChristoph Lameter
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim
2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim
2013-09-11mm, page_alloc: add unlikely macro to help compiler optimizationJoonsoo Kim
2013-09-11mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policyJianguo Wu
2013-09-11mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim
2013-09-11mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim
2013-09-11mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim
2013-09-11mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim
2013-09-11mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim
2013-09-11mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim
2013-09-11mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim
2013-09-11mm, hugetlb: trivial commenting fixJoonsoo Kim
2013-09-11mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim
2013-09-11mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner
2013-09-11mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner
2013-09-11mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner
2013-09-11mm/huge_memory.c: fix potential NULL pointer dereferenceLibin
2013-09-11mm: kill one if loop in __free_pages_bootmem()Yinghai Lu
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat
2013-09-11mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat
2013-09-11mm/page_alloc.c: fix coding style and spellingPintu Kumar
2013-09-11swap: make cluster allocation per-cpuShaohua Li
2013-09-11swap: fix races exposed by swap discardShaohua Li
2013-09-11swap: make swap discard asyncShaohua Li
2013-09-11swap: change block allocation algorithm for SSDShaohua Li
2013-09-11mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang
2013-09-11mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-09-11mm: vmstats: tlb flush countersDave Hansen
2013-09-11mm/zswap.c: get swapper address_space by using macroSunghan Suh
2013-09-11mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov
2013-09-11mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov
2013-09-11mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov
2013-09-11mm/swapfile.c: convert to pr_foo()Andrew Morton
2013-09-11swap: warn when a swap area overflows the maximum sizeRaymond Jennings
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds