| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages | Mel Gorman | 2012-05-23 | 1 | -24/+17 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-23 | 4 | -12/+22 |
|\ |
|
| * | userns: Convert the move_pages, and migrate_pages permission checks to use ui... | Eric W. Biederman | 2012-05-15 | 2 | -4/+4 |
| * | userns: Convert tmpfs to use kuid and kgid where appropriate | Eric W. Biederman | 2012-05-15 | 1 | -6/+16 |
| * | userns: Store uid and gid values in struct cred with kuid_t and kgid_t types | Eric W. Biederman | 2012-05-03 | 1 | -2/+2 |
* | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-05-22 | 1 | -63/+52 |
|\ \ |
|
| * | | cgroup: get rid of populate for memcg | Glauber Costa | 2012-04-10 | 1 | -10/+13 |
| * | | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg | Glauber Costa | 2012-04-10 | 1 | -15/+9 |
| * | | cgroup: make css->refcnt clearing on cgroup removal optional | Tejun Heo | 2012-04-01 | 1 | -0/+1 |
| * | | cgroup: convert memcg controller to the new cftype interface | Tejun Heo | 2012-04-01 | 1 | -9/+3 |
| * | | memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP | Tejun Heo | 2012-04-01 | 1 | -34/+31 |
| |/ |
|
* | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-22 | 1 | -3/+3 |
|\ \ |
|
| * | | mm: use KERN_CONT in printk() continuation lines | Kay Sievers | 2012-05-08 | 1 | -3/+3 |
* | | | Merge branch 'vm-cleanups' (unmap_vma() interface cleanup) | Linus Torvalds | 2012-05-21 | 2 | -23/+23 |
|\ \ \ |
|
| * | | | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces | Linus Torvalds | 2012-05-06 | 2 | -17/+17 |
| * | | | vm: simplify unmap_vmas() calling convention | Linus Torvalds | 2012-05-06 | 2 | -11/+11 |
| |/ / |
|
* | | | memcg,thp: fix res_counter:96 regression | Hugh Dickins | 2012-05-19 | 1 | -1/+1 |
* | | | slub: missing test for partial pages flush work in flush_all() | majianpeng | 2012-05-17 | 1 | -1/+1 |
* | | | mm: raise MemFree by reverting percpu_pagelist_fraction to 0 | Hugh Dickins | 2012-05-11 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-05-10 | 4 | -5/+9 |
|\ \ \ |
|
| * | | | mm: nobootmem: fix sign extend problem in __free_pages_memory() | Russ Anderson | 2012-05-10 | 1 | -2/+1 |
| * | | | memcg: free spare array to avoid memory leak | Sha Zhengju | 2012-05-10 | 1 | -0/+6 |
| * | | | hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() | Chris Metcalf | 2012-05-10 | 1 | -1/+0 |
| * | | | mm: fix division by 0 in percpu_pagelist_fraction() | Sasha Levin | 2012-05-10 | 1 | -2/+2 |
* | | | | kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP | Catalin Marinas | 2012-05-09 | 1 | -0/+2 |
* | | | | percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar... | Tejun Heo | 2012-05-09 | 1 | -0/+10 |
|/ / / |
|
* | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-05-08 | 1 | -5/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | percpu: use KERN_CONT in pcpu_dump_alloc_info() | Tejun Heo | 2012-03-29 | 1 | -5/+5 |
| |/ |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-26 | 5 | -18/+26 |
|\ \ |
|
| * | | mm: fix NULL ptr dereference in move_pages | Sasha Levin | 2012-04-25 | 1 | -8/+8 |
| * | | mm: fix NULL ptr dereference in migrate_pages | Sasha Levin | 2012-04-25 | 1 | -4/+7 |
| * | | mm: fix up the vmscan stat in vmstat | Ying Han | 2012-04-25 | 2 | -5/+10 |
| * | | mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma | Konstantin Khlebnikov | 2012-04-25 | 1 | -1/+1 |
* | | | mm: memcg: move pc lookup point to commit_charge() | Johannes Weiner | 2012-04-25 | 1 | -12/+5 |
* | | | mm: nobootmem: Correct alloc_bootmem semantics. | David Miller | 2012-04-25 | 1 | -2/+8 |
* | | | mm: fix s390 BUG by __set_page_dirty_no_writeback on swap | Hugh Dickins | 2012-04-23 | 1 | -1/+1 |
|/ / |
|
* | | kill mm argument of vm_munmap() | Al Viro | 2012-04-21 | 2 | -4/+6 |
* | | VM: add "vm_mmap()" helper function | Linus Torvalds | 2012-04-20 | 2 | -4/+54 |
* | | VM: add "vm_munmap()" helper function | Linus Torvalds | 2012-04-20 | 2 | -8/+16 |
* | | VM: add "vm_brk()" helper function | Linus Torvalds | 2012-04-20 | 2 | -3/+15 |
* | | memblock: memblock should be able to handle zero length operations | Tejun Heo | 2012-04-20 | 1 | -1/+6 |
* | | memcg: fix Bad page state after replace_page_cache | Hugh Dickins | 2012-04-18 | 1 | -0/+1 |
* | | Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()" | Ying Han | 2012-04-12 | 1 | -6/+1 |
* | | hugetlb: fix race condition in hugetlb_fault() | Chris Metcalf | 2012-04-12 | 1 | -0/+2 |
* | | memcg: do not open code accesses to res_counter members | Glauber Costa | 2012-04-12 | 1 | -2/+2 |
* | | memcg: fix broken boolen expression | Kirill A. Shutemov | 2012-04-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-28 | 6 | -51/+136 |
|\ |
|
| * | radix-tree: use iterators in find_get_pages* functions | Konstantin Khlebnikov | 2012-03-28 | 1 | -48/+38 |
| * | mm: only IPI CPUs to drain local pages if they exist | Gilad Ben-Yossef | 2012-03-28 | 1 | -2/+38 |
| * | slub: only IPI CPUs that have per cpu obj to flush | Gilad Ben-Yossef | 2012-03-28 | 1 | -1/+9 |