summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: cleanup descriptions of filler argHugh Dickins2011-07-261-6/+6
* mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-262-42/+26Star
* mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton2011-07-261-4/+4
* oom: remove references to old badness() functionDavid Rientjes2011-07-261-1/+1
* mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton2011-07-261-11/+0Star
* mm: hugetlb: fix coding style issuesChris Forbes2011-07-261-16/+15Star
* mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright2011-07-261-4/+2Star
* mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper2011-07-261-4/+4
* mm: remove the leftovers of noswapaccountWANG Cong2011-07-261-1/+1
* pagewalk: fix code comment for THPKOSAKI Motohiro2011-07-261-1/+2
* pagewalk: add locking-rule commentsKOSAKI Motohiro2011-07-261-0/+3
* pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro2011-07-261-6/+37
* pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro2011-07-261-1/+1
* mm: swap-token: add a comment for priority agingKOSAKI Motohiro2011-07-261-0/+11
* mm: swap-token: makes global variables to function localKOSAKI Motohiro2011-07-261-2/+2
* mm: swap-token: fix dead linkKOSAKI Motohiro2011-07-261-1/+1
* mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper2011-07-261-3/+65
* mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra2011-07-261-0/+1
* mm: make some struct page's constIan Campbell2011-07-261-1/+1
* hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2011-07-261-1/+9
* [S390] reference bit testing for unmapped pagesMartin Schwidefsky2011-07-241-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-236-43/+66
|\
| * fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-211-21/+8Star
| * fs: kill i_alloc_semChristoph Hellwig2011-07-214-7/+2Star
| * vmscan: add customisable shrinker batch sizeDave Chinner2011-07-201-5/+6
| * vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner2011-07-201-0/+15
| * vmscan: shrinker->nr updates race and go wrongDave Chinner2011-07-201-13/+32
| * vmscan: add shrink_slab tracepointsDave Chinner2011-07-201-1/+7
* | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-231-0/+54
|\ \
| * | x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-131-0/+54
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-231-16/+2Star
|\ \ \
| * | | vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1Star
| * | | vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1Star
| |/ /
* | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-232-4/+2Star
|\ \ \
| * | | ptrace: kill trivial tracehooksTejun Heo2011-06-221-2/+1Star
| * | | ptrace: kill task_ptrace()Tejun Heo2011-06-221-2/+1Star
* | | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-223-10/+118
|\ \ \ \ | |_|_|/ |/| | |
| * | | slab: fix DEBUG_SLAB warningTetsuo Handa2011-07-221-1/+2
| * | | slab: shrink sizeof(struct kmem_cache)Eric Dumazet2011-07-201-4/+6
| * | | slab: fix DEBUG_SLAB buildHugh Dickins2011-07-181-4/+2Star
| * | | SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg2011-07-071-0/+1
| * | | slub: reduce overhead of slub_debugMarcin Slusarz2011-07-071-2/+34
| * | | slub: Add method to verify memory is not freedBen Greear2011-07-071-0/+36
| * | | slub: Enable backtrace for create/delete pointsBen Greear2011-07-071-0/+32
| * | | slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt2011-06-071-0/+6
* | | | vmscan: fix a livelock in kswapdShaohua Li2011-07-201-1/+2
| |_|/ |/| |
* | | mm/nommu.c: fix remap_pfn_range()Bob Liu2011-07-091-3/+6
* | | memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki2011-07-091-6/+27
* | | memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki2011-07-091-31/+76
* | | mm: __tlb_remove_page() check the correct batchShaohua Li2011-07-091-0/+1