summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-171-6/+6
| * | | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-171-0/+23
* | | | | | | | mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman2012-05-241-24/+17
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-244-12/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2012-05-152-4/+4
| * | | | | | | | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-6/+16
| * | | | | | | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-63/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup: get rid of populate for memcgGlauber Costa2012-04-101-10/+13
| * | | | | | | | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-15/+9
| * | | | | | | | cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-0/+1
| * | | | | | | | cgroup: convert memcg controller to the new cftype interfaceTejun Heo2012-04-011-9/+3
| * | | | | | | | memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAPTejun Heo2012-04-011-34/+31
| |/ / / / / / /
* | | | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-231-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | mm: use KERN_CONT in printk() continuation linesKay Sievers2012-05-081-3/+3
* | | | | | | | Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds2012-05-212-23/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds2012-05-062-17/+17
| * | | | | | | vm: simplify unmap_vmas() calling conventionLinus Torvalds2012-05-062-11/+11
| |/ / / / / /
* | | | | | | memcg,thp: fix res_counter:96 regressionHugh Dickins2012-05-191-1/+1
* | | | | | | slub: missing test for partial pages flush work in flush_all()majianpeng2012-05-181-1/+1
* | | | | | | mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins2012-05-111-1/+1
* | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-114-5/+9
|\ \ \ \ \ \ \
| * | | | | | | mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-111-2/+1
| * | | | | | | memcg: free spare array to avoid memory leakSha Zhengju2012-05-111-0/+6
| * | | | | | | hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-111-1/+0
| * | | | | | | mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin2012-05-111-2/+2
* | | | | | | | kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas2012-05-091-0/+2
* | | | | | | | percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-091-0/+10
|/ / / / / / /
* | | | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-081-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo2012-03-291-5/+5
| |/ / / / /
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-275-18/+26
|\ \ \ \ \ \
| * | | | | | mm: fix NULL ptr dereference in move_pagesSasha Levin2012-04-261-8/+8
| * | | | | | mm: fix NULL ptr dereference in migrate_pagesSasha Levin2012-04-261-4/+7
| * | | | | | mm: fix up the vmscan stat in vmstatYing Han2012-04-262-5/+10
| * | | | | | mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-04-261-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | mm: memcg: move pc lookup point to commit_charge()Johannes Weiner2012-04-261-12/+5
* | | | | | mm: nobootmem: Correct alloc_bootmem semantics.David Miller2012-04-261-2/+8
* | | | | | mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-04-241-1/+1
|/ / / / /
* | | | | kill mm argument of vm_munmap()Al Viro2012-04-212-4/+6
* | | | | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-212-4/+54
* | | | | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-212-8/+16
* | | | | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-212-3/+15
* | | | | memblock: memblock should be able to handle zero length operationsTejun Heo2012-04-201-1/+6
* | | | | memcg: fix Bad page state after replace_page_cacheHugh Dickins2012-04-191-0/+1
| |_|_|/ |/| | |
* | | | Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
* | | | hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-121-0/+2
* | | | memcg: do not open code accesses to res_counter membersGlauber Costa2012-04-121-2/+2
* | | | memcg: fix broken boolen expressionKirill A. Shutemov2012-04-121-1/+1
|/ / /
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-296-51/+136
|\ \ \
| * | | radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov2012-03-291-48/+38