aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* revert "memory hotplug: allocate usemap on the section with pgdat"Andrew Morton2008-04-301-13/+2
* mm: fix warning on memory offlineNick Piggin2008-04-301-1/+8
* mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-303-6/+6
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-304-4/+21
* mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-302-1/+3
* mm: bdi: export bdi_writeout_inc()Miklos Szeredi2008-04-301-0/+10
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-303-4/+4
* mm: bdi: move statistics to debugfsMiklos Szeredi2008-04-301-20/+78
* mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-302-6/+56
* mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra2008-04-302-1/+47
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-303-2/+127
* /proc/pagetypeinfo: fix output for memoryless nodesKOSAKI Motohiro2008-04-301-0/+4
* mm: use non-racy method for /proc/swaps creationDenis V. Lunev2008-04-291-5/+1
* procfs task exe symlinkMatt Helsley2008-04-292-10/+37
* 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