summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-05-21slub: Remove node check in slab_freeChristoph Lameter1-1/+3
2011-05-17slub: avoid label inside conditionalDavid Rientjes1-3/+3
2011-05-17slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter1-1/+13
2011-05-17slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter1-1/+1
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter1-56/+0
2011-04-17slub: Move debug handlign in __slab_freeChristoph Lameter1-9/+2
2011-04-17slub: Move node determination out of hotpathChristoph Lameter1-4/+5
2011-04-17slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter1-19/+22
2011-04-17slub: get_map() function to establish map of free objects in a slabChristoph Lameter1-12/+22
2011-04-17slub: Use NUMA_NO_NODE in get_partialChristoph Lameter1-1/+1
2011-04-12slub: Fix a typo in config nameLi Zefan1-1/+1
2011-03-29Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/...Linus Torvalds2-15/+40
2011-03-29NOMMU: implement access_remote_vmMike Frysinger1-13/+39
2011-03-28NOMMU: percpu should use is_vmalloc_addr().David Howells1-2/+1
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap1-1/+1
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+13
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner3-10/+10
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner2-0/+3
2011-03-24Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+3
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2-2/+2
2011-03-24SLUB: Write to per cpu data when allocating itChristoph Lameter1-1/+1
2011-03-24slub: Fix debugobjects with lockless fastpathThomas Gleixner1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds11-134/+35
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-22/+57
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2-16/+0
2011-03-23memcg: give current access to memory reserves if it's trying to dieDavid Rientjes1-0/+11
2011-03-23memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki1-18/+52
2011-03-23memcg: page_cgroup array is never stored on reserved pagesMichal Hocko1-5/+5
2011-03-23page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko1-22/+36
2011-03-23mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton1-1/+1
2011-03-23memcg: use native word page statistics countersJohannes Weiner1-29/+59
2011-03-23memcg: break out event counters from other statsJohannes Weiner1-12/+37
2011-03-23memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner1-70/+65
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner1-8/+10
2011-03-23memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner1-11/+13
2011-03-23memcg: keep only one charge cancelling functionJohannes Weiner1-13/+9
2011-03-23memcg: remove memcg->reclaim_param_lockJohannes Weiner1-17/+1
2011-03-23memcg: charged pages always have valid per-memcg zone infoJohannes Weiner1-3/+0
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2-38/+57
2011-03-23memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner1-15/+23
2011-03-23memcg: fold __mem_cgroup_move_account into callerJohannes Weiner1-37/+29
2011-03-23memcg: change page_cgroup_zoneinfo signatureJohannes Weiner1-10/+9
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner1-3/+0
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2-2/+52
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner1-4/+1
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner1-4/+0
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner1-7/+0
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner1-32/+17
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner1-1/+1
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki4-5/+9