Commit Graph

4936 Commits (929e27252e8ca69363f81f26af5eaba62cb4c572)

Author SHA1 Message Date
Mike Frysinger f55f199b7d NOMMU: implement access_remote_vm 14 years ago
David Howells eac522ef43 NOMMU: percpu should use is_vmalloc_addr(). 14 years ago
Randy Dunlap ae91dbfc99 mm: fix memory.c incorrect kernel-doc 14 years ago
Dave Chinner a66979abad fs: move i_wb_list out from under inode_lock 14 years ago
Dave Chinner 250df6ed27 fs: protect inode->i_state with inode->i_lock 14 years ago
David Rientjes b2b755b5f1 lib, arch: add filter argument to show_mem and fix private implementations 14 years ago
Christoph Lameter b8c4c96ed4 SLUB: Write to per cpu data when allocating it 14 years ago
Thomas Gleixner f9b615de46 slub: Fix debugobjects with lockless fastpath 14 years ago
Olaf Hering 93a72052be crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn 14 years ago
David Rientjes f9434ad155 memcg: give current access to memory reserves if it's trying to die 14 years ago
KAMEZAWA Hiroyuki 5a6475a4e1 memcg: fix leak on wrong LRU with FUSE 14 years ago
Michal Hocko 6cfddb2615 memcg: page_cgroup array is never stored on reserved pages 14 years ago
Michal Hocko dde79e005a page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM 14 years ago
Andrew Morton 4be4489fea mm/memcontrol.c: suppress uninitialized-var warning with older gcc's 14 years ago
Johannes Weiner 7a159cc9d7 memcg: use native word page statistics counters 14 years ago
Johannes Weiner e9f8974f2f memcg: break out event counters from other stats 14 years ago
Johannes Weiner 7ec99d6213 memcg: unify charge/uncharge quantities to units of pages 14 years ago
Johannes Weiner 7ffd4ca7a2 memcg: convert uncharge batching from bytes to page granularity 14 years ago
Johannes Weiner 11c9ea4e80 memcg: convert per-cpu stock from bytes to page granularity 14 years ago
Johannes Weiner e7018b8d27 memcg: keep only one charge cancelling function 14 years ago
Johannes Weiner bf1ff2635a memcg: remove memcg->reclaim_param_lock 14 years ago
Johannes Weiner 4dc03de1b2 memcg: charged pages always have valid per-memcg zone info 14 years ago
Johannes Weiner 6b3ae58efc memcg: remove direct page_cgroup-to-page pointer 14 years ago
Johannes Weiner 5564e88ba6 memcg: condense page_cgroup-to-page lookup points 14 years ago
Johannes Weiner de3638d9cd memcg: fold __mem_cgroup_move_account into caller 14 years ago
Johannes Weiner 97a6c37b34 memcg: change page_cgroup_zoneinfo signature 14 years ago
Johannes Weiner ad324e9447 memcg: no uncharged pages reach page_cgroup_zoneinfo 14 years ago
Daisuke Nishimura f212ad7cf9 memcg: add memcg sanity checks at allocating and freeing pages 14 years ago
Johannes Weiner af4a662144 memcg: remove NULL check from lookup_page_cgroup() result 14 years ago
Johannes Weiner c14f35c70e memcg: remove impossible conditional when committing 14 years ago
Johannes Weiner 3403968d7a memcg: remove unused page flag bitfield defines 14 years ago
Johannes Weiner 9d11ea9f16 memcg: simplify the way memory limits are checked 14 years ago
Johannes Weiner b7c6167848 memcg: soft limit reclaim should end at limit not below 14 years ago
KAMEZAWA Hiroyuki 56039efa18 memcg: fix ugly initialization of return value is in caller 14 years ago
Stephen Wilson 5ddd36b9c5 mm: implement access_remote_vm 14 years ago
Stephen Wilson 206cb63657 mm: factor out main logic of access_process_vm 14 years ago
Stephen Wilson e7f22e207b mm: use mm_struct to resolve gate vma's in __get_user_pages 14 years ago
Stephen Wilson cae5d39032 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm 14 years ago
Stephen Wilson 83b964bbf8 mm: arch: make in_gate_area take an mm_struct instead of a task_struct 14 years ago
Stephen Wilson 31db58b3ab mm: arch: make get_gate_vma take an mm_struct instead of a task_struct 14 years ago
Cesar Eduardo Barros 2130781e2a sys_swapon: fix inode locking 14 years ago
Shaohua Li 3dd7ae8ec0 mm: simplify code of swap.c 14 years ago
Hugh Dickins bee4c36a5c shmem: let shared anonymous be nonlinear again 14 years ago
Benjamin Herrenschmidt 8f7a66051b mm/memblock: properly handle overlaps and fix error path 14 years ago
Kirill A. Shutemov 84be48d84a mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination 14 years ago
Namhyung Kim a42931bf9c vmalloc: remove confusing comment on vwrite() 14 years ago
Jun'ichi Nomura cf15b07cf4 writeback: make mapping->writeback_index to point to the last written page 14 years ago
Cesar Eduardo Barros 24b8ff7c27 mm: remove inline from scan_swap_map() 14 years ago
Cesar Eduardo Barros 40531542e2 sys_swapon: separate final enabling of the swapfile 14 years ago
Cesar Eduardo Barros c6a2b64ba5 sys_swapoff: change order to match sys_swapon 14 years ago