aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* ipc: define the slab_memory_callback priority as a constantNadia Derbey2008-04-291-1/+1
* memcg: remove redundant initialization in mem_cgroup_create()Li Zefan2008-04-291-2/+0
* memcgroup: use vmalloc for mem_cgroup allocationKAMEZAWA Hiroyuki2008-04-291-6/+29
* memcgroup: make the memory controller more desktop responsiveBalbir Singh2008-04-291-2/+1
* memcg: remove redundant function callsKAMEZAWA Hiroyuki2008-04-291-8/+8
* memcgroup: implement failcounter resetPavel Emelyanov2008-04-291-3/+11
* memcgroup: use triggers in force_empty and max_usage filesPavel Emelyanov2008-04-291-15/+6
* memcgroup: move memory controller allocations to their own slabsBalbir Singh2008-04-291-6/+10
* memcgroup: add the max_usage member on the res_counterPavel Emelyanov2008-04-291-0/+17
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-23/+5
* CGroup API files: drop mem_cgroup_force_empty()Paul Menage2008-04-291-12/+0
* CGroup API files: use cgroup map for memcontrol stats filePaul Menage2008-04-291-22/+6
* CGroup API files: use read_u64 in memory controllerPaul Menage2008-04-291-9/+6
* page allocator: explicitly retry hugepage allocationsNishanth Aravamudan2008-04-291-2/+4
* page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2008-04-292-7/+22
* mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan2008-04-291-2/+3
* mm: fix usemap initializationKAMEZAWA Hiroyuki2008-04-291-2/+12
* mm: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-282-195/+289
|\
| * slub: pack objects denserChristoph Lameter2008-04-271-2/+2
| * slub: Calculate min_objects based on number of processors.Christoph Lameter2008-04-271-1/+3
| * slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter2008-04-271-21/+2
| * slub: Simplify any_slab_object checksChristoph Lameter2008-04-271-9/+1
| * slub: Make the order configurable for each slab cacheChristoph Lameter2008-04-271-7/+22
| * slub: Drop fallback to page allocator methodChristoph Lameter2008-04-271-41/+2
| * slub: Fallback to minimal order during slab page allocationChristoph Lameter2008-04-271-11/+28
| * slub: Update statistics handling for variable order slabsChristoph Lameter2008-04-271-53/+97
| * slub: Add kmem_cache_order_objects structChristoph Lameter2008-04-271-25/+51
| * slub: for_each_object must be passed the number of objects in a slabChristoph Lameter2008-04-271-6/+18
| * slub: Store max number of objects in the page struct.Christoph Lameter2008-04-271-20/+34
| * slub: Dump list of objects not freed on kmem_cache_close()Christoph Lameter2008-04-271-1/+31
| * slub: free_list() cleanupChristoph Lameter2008-04-271-11/+7
| * slub: improve kmem_cache_destroy() error messagePekka Enberg2008-04-271-2/+5
| * slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...Yi Li2008-04-271-1/+2
* | mm/memory_hotplug.c must #include "internal.h"Adrian Bunk2008-04-281-0/+2
* | mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich2008-04-281-1/+5
* | vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich2008-04-281-0/+1
* | mm/page_alloc.c: remove hand-coded get_order()Pavel Machek2008-04-281-3/+1
* | oom_kill: remove unused parameter in badness()Li Zefan2008-04-281-3/+2
* | memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-284-7/+60
* | memory hotplug: allocate usemap on the section with pgdatYasunori Goto2008-04-281-2/+13
* | memory hotplug: make alloc_bootmem_section()Yasunori Goto2008-04-281-0/+31
* | memory hotplug: align memmap to page sizeYasunori Goto2008-04-281-2/+2
* | memory hotplug: register section/node id to freeYasunori Goto2008-04-283-3/+100
* | hugetlbfs: common code update for s390Gerald Schaefer2008-04-281-15/+21
* | hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer2008-04-281-0/+1
* | mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-282-80/+121
* | mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn2008-04-281-8/+17
* | mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2008-04-282-107/+115
* | mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn2008-04-281-6/+11