Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 11 | -45/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Partial revert "Basic kernel memory functionality for the Memory Controller" | Glauber Costa | 2011-12-22 | 1 | -87/+6 | |
| * | | | | | | | | | | | tcp memory pressure controls | Glauber Costa | 2011-12-12 | 1 | -1/+39 | |
| * | | | | | | | | | | | socket: initial cgroup code. | Glauber Costa | 2011-12-12 | 1 | -2/+44 | |
| * | | | | | | | | | | | Basic kernel memory functionality for the Memory Controller | Glauber Costa | 2011-12-12 | 1 | -5/+100 | |
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86: Fix and improve cmpxchg_double{,_local}() | Jan Beulich | 2012-01-04 | 1 | -2/+2 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-01-06 | 4 | -880/+640 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2011-12-20 | 4 | -880/+640 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | memblock: Reimplement memblock allocation using reverse free area iterator | Tejun Heo | 2011-12-08 | 1 | -146/+127 | |
| | * | | | | | | | | | | | memblock: Kill early_node_map[] | Tejun Heo | 2011-12-08 | 2 | -242/+19 | |
| | * | | | | | | | | | | | memblock: Implement memblock_add_node() | Tejun Heo | 2011-12-08 | 1 | -7/+13 | |
| | * | | | | | | | | | | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -3/+2 | |
| | * | | | | | | | | | | | memblock: Track total size of regions automatically | Tejun Heo | 2011-12-08 | 1 | -14/+13 | |
| | * | | | | | | | | | | | memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove() | Tejun Heo | 2011-12-08 | 1 | -29/+13 | |
| | * | | | | | | | | | | | memblock: Make memblock functions handle overflowing range @size | Tejun Heo | 2011-12-08 | 1 | -3/+12 | |
| | * | | | | | | | | | | | memblock: Reimplement __memblock_remove() using memblock_isolate_range() | Tejun Heo | 2011-12-08 | 1 | -47/+9 | |
| | * | | | | | | | | | | | memblock: Separate out memblock_isolate_range() from memblock_set_node() | Tejun Heo | 2011-12-08 | 1 | -39/+78 | |
| | * | | | | | | | | | | | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 | 1 | -34/+14 | |
| | * | | | | | | | | | | | memblock: Kill sentinel entries at the end of static region arrays | Tejun Heo | 2011-12-08 | 1 | -12/+2 | |
| | * | | | | | | | | | | | memblock: Add __memblock_dump_all() | Tejun Heo | 2011-12-08 | 1 | -4/+1 | |
| | * | | | | | | | | | | | memblock: Use memblock_reserve() in memblock internal functions | Tejun Heo | 2011-12-08 | 1 | -6/+3 | |
| | * | | | | | | | | | | | memblock: Make memblock_{add|remove|free|reserve}() return int and update pro... | Tejun Heo | 2011-12-08 | 1 | -9/+9 | |
| | * | | | | | | | | | | | Merge branch 'master' into x86/memblock | Tejun Heo | 2011-11-28 | 63 | -3349/+5101 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | memblock: Cast phys_addr_t to unsigned long long for printf use | H. Peter Anvin | 2011-07-14 | 1 | -2/+6 | |
| | * | | | | | | | | | | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 | 2 | -3/+8 | |
| | * | | | | | | | | | | | memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option | Tejun Heo | 2011-07-14 | 2 | -1/+4 | |
| | * | | | | | | | | | | | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r... | Tejun Heo | 2011-07-14 | 1 | -12/+16 | |
| | * | | | | | | | | | | | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only | Tejun Heo | 2011-07-14 | 1 | -4/+4 | |
| | * | | | | | | | | | | | memblock: Implement for_each_free_mem_range() | Tejun Heo | 2011-07-14 | 1 | -0/+76 | |
| | * | | | | | | | | | | | memblock: Add optional region->nid | Tejun Heo | 2011-07-14 | 3 | -37/+155 | |
| | * | | | | | | | | | | | memblock: Reimplement memblock_add_region() | Tejun Heo | 2011-07-14 | 1 | -85/+110 | |
| | * | | | | | | | | | | | memblock: Remove memblock_memory_can_coalesce() | Tejun Heo | 2011-07-14 | 1 | -29/+0 | |
| | * | | | | | | | | | | | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc... | Tejun Heo | 2011-07-14 | 2 | -69/+1 | |
| | * | | | | | | | | | | | memblock: Separate out memblock_find_in_range_node() | Tejun Heo | 2011-07-14 | 1 | -25/+32 | |
| | * | | | | | | | | | | | memblock: Make memblock_alloc_[try_]nid() top-down | Tejun Heo | 2011-07-14 | 1 | -18/+11 | |
| | * | | | | | | | | | | | memblock: Don't allow archs to override memblock_nid_range() | Tejun Heo | 2011-07-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range() | Tejun Heo | 2011-07-14 | 1 | -17/+3 | |
| | * | | | | | | | | | | | bootmem: Use for_each_mem_pfn_range() in page_alloc.c | Tejun Heo | 2011-07-14 | 1 | -109/+56 | |
| | * | | | | | | | | | | | bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range() | Tejun Heo | 2011-07-14 | 1 | -42/+12 | |
| | * | | | | | | | | | | | bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() | Tejun Heo | 2011-07-14 | 1 | -12/+28 | |
| | * | | | | | | | | | | | memblock: Replace memblock_find_base() with memblock_find_in_range() | Tejun Heo | 2011-07-13 | 1 | -12/+7 | |
| | * | | | | | | | | | | | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 2011-07-13 | 3 | -14/+13 | |
| | * | | | | | | | | | | | memblock: Use round_up/down() instead of memblock_align_up/down() | Tejun Heo | 2011-07-13 | 1 | -16/+5 | |
| | * | | | | | | | | | | | memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc... | Tejun Heo | 2011-07-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bootmem: Fix __free_pages_bootmem() to use @order properly | Tejun Heo | 2011-07-13 | 1 | -2/+2 | |
* | | | | | | | | | | | | | mm: hugetlb: fix non-atomic enqueue of huge page | Hillf Danton | 2011-12-29 | 1 | -1/+1 | |
* | | | | | | | | | | | | | mm/mempolicy.c: refix mbind_range() vma issue | KOSAKI Motohiro | 2011-12-29 | 1 | -1/+10 | |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL | Dave Kleikamp | 2011-12-21 | 1 | -5/+2 | |
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | mm/vmalloc.c: remove static declaration of va from __get_vm_area_node | Kautuk Consul | 2011-12-20 | 1 | -1/+1 |