aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30revert "memory hotplug: allocate usemap on the section with pgdat"Andrew Morton1-13/+2
2008-04-30mm: fix warning on memory offlineNick Piggin1-1/+8
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison3-6/+6
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner4-4/+21
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2-1/+3
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi1-0/+10
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi3-4/+4
2008-04-30mm: bdi: move statistics to debugfsMiklos Szeredi1-20/+78
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2-6/+56
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra2-1/+47
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra3-2/+127
2008-04-30/proc/pagetypeinfo: fix output for memoryless nodesKOSAKI Motohiro1-0/+4
2008-04-29mm: use non-racy method for /proc/swaps creationDenis V. Lunev1-5/+1
2008-04-29procfs task exe symlinkMatt Helsley2-10/+37
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey1-1/+1
2008-04-29memcg: remove redundant initialization in mem_cgroup_create()Li Zefan1-2/+0
2008-04-29memcgroup: use vmalloc for mem_cgroup allocationKAMEZAWA Hiroyuki1-6/+29
2008-04-29memcgroup: make the memory controller more desktop responsiveBalbir Singh1-2/+1
2008-04-29memcg: remove redundant function callsKAMEZAWA Hiroyuki1-8/+8
2008-04-29memcgroup: implement failcounter resetPavel Emelyanov1-3/+11
2008-04-29memcgroup: use triggers in force_empty and max_usage filesPavel Emelyanov1-15/+6
2008-04-29memcgroup: move memory controller allocations to their own slabsBalbir Singh1-6/+10
2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov1-0/+17
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-23/+5
2008-04-29CGroup API files: drop mem_cgroup_force_empty()Paul Menage1-12/+0
2008-04-29CGroup API files: use cgroup map for memcontrol stats filePaul Menage1-22/+6
2008-04-29CGroup API files: use read_u64 in memory controllerPaul Menage1-9/+6
2008-04-29page allocator: explicitly retry hugepage allocationsNishanth Aravamudan1-2/+4
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2-7/+22
2008-04-29mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan1-2/+3
2008-04-29mm: fix usemap initializationKAMEZAWA Hiroyuki1-2/+12
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds2-195/+289
2008-04-28mm/memory_hotplug.c must #include "internal.h"Adrian Bunk1-0/+2
2008-04-28mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich1-1/+5
2008-04-28vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich1-0/+1
2008-04-28mm/page_alloc.c: remove hand-coded get_order()Pavel Machek1-3/+1
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan1-3/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto4-7/+60
2008-04-28memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-2/+13
2008-04-28memory hotplug: make alloc_bootmem_section()Yasunori Goto1-0/+31
2008-04-28memory hotplug: align memmap to page sizeYasunori Goto1-2/+2
2008-04-28memory hotplug: register section/node id to freeYasunori Goto3-3/+100
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer1-15/+21
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer1-0/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2-80/+121
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn1-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2-107/+115
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn1-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn1-25/+22