| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | 2 | -13/+13 |
| * | | | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 | Tejun Heo | 2012-11-06 | 9 | -29/+63 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 | Tejun Heo | 2012-11-05 | 2 | -99/+93 |
| |\ \ \ |
|
| | * | | | cgroup: make ->pre_destroy() return void | Tejun Heo | 2012-11-05 | 2 | -5/+2 |
| | * | | | hugetlb: do not fail in hugetlb_cgroup_pre_destroy | Michal Hocko | 2012-11-05 | 1 | -8/+3 |
| | * | | | memcg: make mem_cgroup_reparent_charges non failing | Michal Hocko | 2012-11-05 | 1 | -13/+6 |
| | * | | | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_... | Tejun Heo | 2012-11-05 | 1 | -23/+1 |
| | * | | | cgroup: kill CSS_REMOVED | Tejun Heo | 2012-11-05 | 1 | -4/+3 |
| | * | | | memcg: Simplify mem_cgroup_force_empty_list error handling | Michal Hocko | 2012-10-29 | 1 | -28/+48 |
| | * | | | memcg: root_cgroup cannot reach mem_cgroup_move_parent | Michal Hocko | 2012-10-29 | 1 | -3/+3 |
| | * | | | memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts | Michal Hocko | 2012-10-29 | 1 | -30/+42 |
* | | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 2012-12-12 | 1 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | mm, percpu: Make sure percpu_alloc early parameter has an argument | Cyrill Gorcunov | 2012-12-02 | 1 | -0/+3 |
| * | | | | | percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree() | Joonsoo Kim | 2012-10-29 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 | 29 | -585/+1493 |
|\ \ \ \ \ |
|
| * | | | | | memory_hotplug: ensure every online node has NORMAL memory | Lai Jiangshan | 2012-12-11 | 1 | -0/+40 |
| * | | | | | memory_hotplug: handle empty zone when online_movable/online_kernel | Lai Jiangshan | 2012-12-11 | 1 | -6/+45 |
| * | | | | | mm, memory-hotplug: dynamic configure movable memory and portion memory | Lai Jiangshan | 2012-12-11 | 1 | -1/+99 |
| * | | | | | bootmem: fix wrong call parameter for free_bootmem() | Joonsoo Kim | 2012-12-11 | 1 | -10/+10 |
| * | | | | | mm: cma: remove watermark hacks | Marek Szyprowski | 2012-12-11 | 1 | -58/+0 |
| * | | | | | mm: cma: skip watermarks check for already isolated blocks in split_free_page() | Marek Szyprowski | 2012-12-11 | 1 | -8/+9 |
| * | | | | | mm, oom: fix race when specifying a thread as the oom origin | David Rientjes | 2012-12-11 | 3 | -50/+11 |
| * | | | | | mm, oom: change type of oom_score_adj to short | David Rientjes | 2012-12-11 | 3 | -7/+7 |
| * | | | | | mm, mempolicy: remove duplicate code | David Rientjes | 2012-12-11 | 1 | -17/+4 |
| * | | | | | mm/vmscan.c: try_to_freeze() returns boolean | Jeff Liu | 2012-12-11 | 1 | -1/+1 |
| * | | | | | mm: introduce putback_movable_pages() | Rafael Aquini | 2012-12-11 | 3 | -4/+24 |
| * | | | | | mm: introduce compaction and migration for ballooned pages | Rafael Aquini | 2012-12-11 | 2 | -4/+51 |
| * | | | | | mm: introduce a common interface for balloon pages mobility | Rafael Aquini | 2012-12-11 | 3 | -1/+319 |
| * | | | | | mm: adjust address_space_operations.migratepage() return code | Rafael Aquini | 2012-12-11 | 1 | -18/+15 |
| * | | | | | mm: vm_unmapped_area() lookup function | Michel Lespinasse | 2012-12-11 | 1 | -90/+222 |
| * | | | | | mm: check rb_subtree_gap correctness | Michel Lespinasse | 2012-12-11 | 1 | -14/+39 |
| * | | | | | mm: augment vma rbtree with rb_subtree_gap | Michel Lespinasse | 2012-12-11 | 1 | -11/+132 |
| * | | | | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 2012-12-11 | 1 | -2/+3 |
| * | | | | | mm: hwpoison: fix action_result() to print out dirty/clean | Naoya Horiguchi | 2012-12-11 | 1 | -13/+13 |
| * | | | | | dmapool: make DMAPOOL_DEBUG detect corruption of free marker | Matthieu CASTET | 2012-12-11 | 1 | -0/+24 |
| * | | | | | mm, oom: allow exiting threads to have access to memory reserves | David Rientjes | 2012-12-11 | 1 | -22/+9 |
| * | | | | | mm: thp: set the accessed flag for old pages on access fault | Will Deacon | 2012-12-11 | 2 | -2/+28 |
| * | | | | | mm, highmem: get virtual address of the page using PKMAP_ADDR() | Joonsoo Kim | 2012-12-11 | 1 | -2/+1 |
| * | | | | | mm, highmem: remove page_address_pool list | Joonsoo Kim | 2012-12-11 | 1 | -16/+2 |
| * | | | | | mm, highmem: remove useless pool_lock | Joonsoo Kim | 2012-12-11 | 1 | -6/+0 |
| * | | | | | mm, highmem: use PKMAP_NR() to calculate an index of pkmap | Joonsoo Kim | 2012-12-11 | 1 | -1/+1 |
| * | | | | | mm: do not call frontswap_init() during swapoff | Cesar Eduardo Barros | 2012-12-11 | 1 | -1/+1 |
| * | | | | | mm: refactor reinsert of swap_info in sys_swapoff() | Cesar Eduardo Barros | 2012-12-11 | 1 | -9/+17 |
| * | | | | | mm,vmscan: only evict file pages when we have plenty | Rik van Riel | 2012-12-11 | 1 | -2/+13 |
| * | | | | | mm: add comment on storage key dirty bit semantics | Jan Kara | 2012-12-11 | 1 | -3/+5 |
| * | | | | | mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ... | Tang Chen | 2012-12-11 | 1 | -2/+2 |
| * | | | | | slub, hotplug: ignore unrelated node's hot-adding and hot-removing | Lai Jiangshan | 2012-12-11 | 1 | -2/+2 |
| * | | | | | memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY] | Lai Jiangshan | 2012-12-11 | 1 | -16/+120 |
| * | | | | | memory-hotplug: allocate zone's pcp before onlining pages | Wen Congyang | 2012-12-11 | 2 | -3/+7 |
| * | | | | | memory-hotplug, mm/sparse.c: clear the memory to store struct page | Wen Congyang | 2012-12-11 | 1 | -1/+2 |