Commit Graph

217 Commits (b0239faaf87c38bb419c9264bf20817438ddc3a9)

Author SHA1 Message Date
David Rientjes c4c0e9e544 mm, mempolicy: fix mbind() to do synchronous migration 13 years ago
Andrew Morton 0ce72d4f73 mm: do_migrate_pages(): rename arguments 13 years ago
Larry Woodman 4a5b18cc19 mm: do_migrate_pages() calls migrate_to_node() even if task is already on a correct node 13 years ago
Wang Sheng-Hui 89c522c78a mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy() 13 years ago
Mel Gorman 05f144a0d5 mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages 13 years ago
Eric W. Biederman b38a86eb19 userns: Convert the move_pages, and migrate_pages permission checks to use uid_eq 13 years ago
Sasha Levin f2a9ef8807 mm: fix NULL ptr dereference in migrate_pages 13 years ago
Mel Gorman cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 13 years ago
Christoph Lameter 3268c63ede mm: fix move/migrate_pages() race on task struct 13 years ago
Andrea Arcangeli 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode 13 years ago
Linus Torvalds 097d59106a vm: avoid using find_vma_prev() unnecessarily 13 years ago
Mel Gorman a6bc32b899 mm: compaction: introduce sync-light migration for use by compaction 13 years ago
KOSAKI Motohiro fcfb4dcc96 mm/mempolicy.c: mpol_equal(): use bool 13 years ago
KOSAKI Motohiro e26a51148f mm/mempolicy.c: refix mbind_range() vma issue 13 years ago
H Hartley Sweeten e754d79d35 mm/mempolicy.c: quiet sparse noise 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
KAMEZAWA Hiroyuki 2bbff6c761 mm/mempolicy.c: make copy_from_user() provably correct 14 years ago
Caspar Zhang 8aacc9f550 mm/mempolicy.c: fix pgoff in mbind vma merge 14 years ago
Michal Hocko 778d3b0ff0 cpusets: randomize node rotor used in cpuset_mem_spread_node() 14 years ago
Stephen Wilson f69ff943df mm: proc: move show_numa_map() to fs/proc/task_mmu.c 14 years ago
Stephen Wilson 9840e37239 mm: remove check_huge_range() 14 years ago
Stephen Wilson 722e2ee09b mm: make gather_stats() type-safe and remove forward declaration 14 years ago
Stephen Wilson b1f72d1857 mm: remove MPOL_MF_STATS 14 years ago
Stephen Wilson 29ea2f6982 mm: use walk_page_range() instead of custom page table walking code 14 years ago
Stephen Wilson d98f6cb67f mm: export get_vma_policy() 14 years ago
Namhyung Kim 7571966189 mempolicy: remove redundant check in __mpol_equal() 14 years ago
Andi Kleen 5c4b4be3b6 mm: use correct numa policy node for transparent hugepages 14 years ago
Andi Kleen 2f5f9486f8 mm: change alloc_pages_vma to pass down the policy node for local policy 14 years ago
Justin P. Mattock ae0e47f02a Remove one to many n's in a word 14 years ago
Andi Kleen 8eac563c1c thp: fix interleaving for transparent hugepages 14 years ago
Andrea Arcangeli 0bbbc0b33d thp: add numa awareness to hugepage allocations 14 years ago
Andrea Arcangeli bae9c19bf1 thp: split_huge_page_mm/vma 14 years ago
KOSAKI Motohiro 1e50df39f6 mempolicy: remove tasklist_lock from migrate_pages 14 years ago
Mel Gorman 7f0f24967b mm: migration: cleanup migrate_pages API by matching types for offlining and sync 14 years ago
Mel Gorman 77f1fe6b08 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path 14 years ago
Zeng Zhaoming 55cfaa3cbd mm/mempolicy.c: add rcu read lock to protect pid structure 14 years ago
Eric Dumazet 800416f799 numa: fix slab_node(MPOL_BIND) 14 years ago
Vasiliy Kulikov 0def08e3ac mm/mempolicy.c: check return code of check_range 14 years ago
Minchan Kim cf608ac19c mm: compaction: fix COMPACTPAGEFAILED counting 14 years ago
KOSAKI Motohiro 596d7cfa2b mempolicy: reduce stack size of migrate_pages() 15 years ago
David Rientjes 6f48d0ebd9 oom: select task from tasklist for mempolicy ooms 15 years ago
Lee Schermerhorn 5c0c165490 mempolicy: fix dangling reference to tmpfs superblock mpol 15 years ago
Dan Carpenter 0cae3457b1 mempolicy: ERR_PTR dereference in mpol_shared_policy_init() 15 years ago
Greg Thelen 6ec3a12712 mm: consider the entire user address space during node migration 15 years ago
Miao Xie c0ff7453bb cpuset,mm: fix no node to alloc memory when changing cpuset's mems 15 years ago
Miao Xie 708c1bbc9d mempolicy: restructure rebinding-mempolicy functions 15 years ago
Lee Schermerhorn 15d77835ac mempolicy: factor mpol_shared_policy_init() return paths 15 years ago
Lee Schermerhorn 345ace9c79 mempolicy: rename policy_types and cleanup initialization 15 years ago
Lee Schermerhorn b4652e8429 mempolicy: lose unnecessary loop variable in mpol_parse_str() 15 years ago
Lee Schermerhorn e17f74af35 mempolicy: don't call mpol_set_nodemask() when no_context 15 years ago