summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-03-23memcg: use native word page statistics countersJohannes Weiner
2011-03-23memcg: break out event counters from other statsJohannes Weiner
2011-03-23memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner
2011-03-23memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner
2011-03-23memcg: keep only one charge cancelling functionJohannes Weiner
2011-03-23memcg: remove memcg->reclaim_param_lockJohannes Weiner
2011-03-23memcg: charged pages always have valid per-memcg zone infoJohannes Weiner
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner
2011-03-23memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner
2011-03-23memcg: fold __mem_cgroup_move_account into callerJohannes Weiner
2011-03-23memcg: change page_cgroup_zoneinfo signatureJohannes Weiner
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-23sys_swapon: fix inode lockingCesar Eduardo Barros
2011-03-22mm: simplify code of swap.cShaohua Li
2011-03-22shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-22mm/memblock: properly handle overlaps and fix error pathBenjamin Herrenschmidt
2011-03-22mm/page_alloc.c: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov
2011-03-22vmalloc: remove confusing comment on vwrite()Namhyung Kim
2011-03-22writeback: make mapping->writeback_index to point to the last written pageJun'ichi Nomura
2011-03-22mm: remove inline from scan_swap_map()Cesar Eduardo Barros
2011-03-22sys_swapon: separate final enabling of the swapfileCesar Eduardo Barros
2011-03-22sys_swapoff: change order to match sys_swaponCesar Eduardo Barros
2011-03-22sys_swapon: move printk outside lockCesar Eduardo Barros
2011-03-22sys_swapon: remove nr_good_pages variableCesar Eduardo Barros
2011-03-22sys_swapon: simplify error flow in setup_swap_map_and_extents()Cesar Eduardo Barros
2011-03-22sys_swapon: separate parsing of bad blocks and extentsCesar Eduardo Barros
2011-03-22sys_swapon: call swap_cgroup_swapon() earlierCesar Eduardo Barros
2011-03-22sys_swapon: simplify error flow in read_swap_header()Cesar Eduardo Barros
2011-03-22sys_swapon: separate parsing of swapfile headerCesar Eduardo Barros
2011-03-22sys_swapon: move setting of swapfilepages near useCesar Eduardo Barros
2011-03-22sys_swapon: simplify error flow in claim_swapfile()Cesar Eduardo Barros
2011-03-22sys_swapon: separate bdev claim and inode lockCesar Eduardo Barros
2011-03-22sys_swapon: use a single error labelCesar Eduardo Barros
2011-03-22sys_swapon: do only cleanup in the cleanup blocksCesar Eduardo Barros
2011-03-22sys_swapon: remove bdev variableCesar Eduardo Barros
2011-03-22sys_swapon: move setting of error nearer useCesar Eduardo Barros