aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/...Gravatar Linus Torvalds 2-15/+40
2011-03-29NOMMU: implement access_remote_vmGravatar Mike Frysinger 1-13/+39
2011-03-28NOMMU: percpu should use is_vmalloc_addr().Gravatar David Howells 1-2/+1
2011-03-27mm: fix memory.c incorrect kernel-docGravatar Randy Dunlap 1-1/+1
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+13
2011-03-24fs: move i_wb_list out from under inode_lockGravatar Dave Chinner 3-10/+10
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 2-0/+3
2011-03-24Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+3
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsGravatar David Rientjes 2-2/+2
2011-03-24SLUB: Write to per cpu data when allocating itGravatar Christoph Lameter 1-1/+1
2011-03-24slub: Fix debugobjects with lockless fastpathGravatar Thomas Gleixner 1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 11-134/+35
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-22/+57
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Gravatar Olaf Hering 2-16/+0
2011-03-23memcg: give current access to memory reserves if it's trying to dieGravatar David Rientjes 1-0/+11
2011-03-23memcg: fix leak on wrong LRU with FUSEGravatar KAMEZAWA Hiroyuki 1-18/+52
2011-03-23memcg: page_cgroup array is never stored on reserved pagesGravatar Michal Hocko 1-5/+5
2011-03-23page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Gravatar Michal Hocko 1-22/+36
2011-03-23mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sGravatar Andrew Morton 1-1/+1
2011-03-23memcg: use native word page statistics countersGravatar Johannes Weiner 1-29/+59
2011-03-23memcg: break out event counters from other statsGravatar Johannes Weiner 1-12/+37
2011-03-23memcg: unify charge/uncharge quantities to units of pagesGravatar Johannes Weiner 1-70/+65
2011-03-23memcg: convert uncharge batching from bytes to page granularityGravatar Johannes Weiner 1-8/+10
2011-03-23memcg: convert per-cpu stock from bytes to page granularityGravatar Johannes Weiner 1-11/+13
2011-03-23memcg: keep only one charge cancelling functionGravatar Johannes Weiner 1-13/+9
2011-03-23memcg: remove memcg->reclaim_param_lockGravatar Johannes Weiner 1-17/+1
2011-03-23memcg: charged pages always have valid per-memcg zone infoGravatar Johannes Weiner 1-3/+0
2011-03-23memcg: remove direct page_cgroup-to-page pointerGravatar Johannes Weiner 2-38/+57
2011-03-23memcg: condense page_cgroup-to-page lookup pointsGravatar Johannes Weiner 1-15/+23
2011-03-23memcg: fold __mem_cgroup_move_account into callerGravatar Johannes Weiner 1-37/+29
2011-03-23memcg: change page_cgroup_zoneinfo signatureGravatar Johannes Weiner 1-10/+9
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoGravatar Johannes Weiner 1-3/+0
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesGravatar Daisuke Nishimura 2-2/+52
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultGravatar Johannes Weiner 1-4/+1
2011-03-23memcg: remove impossible conditional when committingGravatar Johannes Weiner 1-4/+0
2011-03-23memcg: remove unused page flag bitfield definesGravatar Johannes Weiner 1-7/+0
2011-03-23memcg: simplify the way memory limits are checkedGravatar Johannes Weiner 1-32/+17
2011-03-23memcg: soft limit reclaim should end at limit not belowGravatar Johannes Weiner 1-1/+1
2011-03-23memcg: fix ugly initialization of return value is in callerGravatar KAMEZAWA Hiroyuki 4-5/+9
2011-03-23mm: implement access_remote_vmGravatar Stephen Wilson 1-0/+16
2011-03-23mm: factor out main logic of access_process_vmGravatar Stephen Wilson 1-10/+25
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesGravatar Stephen Wilson 1-7/+11
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmGravatar Stephen Wilson 2-2/+2
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structGravatar Stephen Wilson 1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structGravatar Stephen Wilson 2-4/+4
2011-03-23sys_swapon: fix inode lockingGravatar Cesar Eduardo Barros 1-2/+5
2011-03-22mm: simplify code of swap.cGravatar Shaohua Li 1-75/+58
2011-03-22shmem: let shared anonymous be nonlinear againGravatar Hugh Dickins 1-0/+1
2011-03-22mm/memblock: properly handle overlaps and fix error pathGravatar Benjamin Herrenschmidt 1-109/+132
2011-03-22mm/page_alloc.c: use list_move() instead of list_del()/list_add() combinationGravatar Kirill A. Shutemov 1-3/+2