netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / mm / mempolicy.c
2009-12-15 Hugh Dickinsksm: memory hotremove migration only
2009-12-15 Lee Schermerhornhugetlb: derive huge pages nodes allowed from task...
2009-12-15 KOSAKI Motohiromm: move inc_zone_page_state(NR_ISOLATED) to just isola...
2009-10-29 KOSAKI Motohirodo_mbind(): fix memory leak
2009-10-29 KOSAKI Motohirombind(): fix leak of never putback pages
2009-08-07 KAMEZAWA Hiroyukimm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY...
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-17 Miao Xiecpuset,mm: update tasks' mems_allowed in time
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 28
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the core kernel
2008-11-06 Christoph Lametermm: move migrate_prep out from under mmap_sem
2008-10-20 Lee SchermerhornUnevictable LRU Infrastructure
2008-10-20 Nick Pigginvmscan: move isolate_lru_page() to vmscan.c
2008-08-12 MinChan Kimdo_migrate_pages(): remove unused variable
2008-07-24 Andi Kleenhugetlb: modular state for hugetlb page size
2008-07-04 David Rientjesmempolicy: mask off internal flags for userspace API
2008-04-28 Lee Schermerhornmempolicy: use struct mempolicy pointer in shmem_sb_info
2008-04-28 Lee Schermerhornmempolicy: support mpol=local tmpfs mount option
2008-04-28 Lee Schermerhornmempolicy: rework shmem mpol parsing and display
2008-04-28 Lee Schermerhornmempolicy: clean-up mpol-to-str() mempolicy formatting
2008-04-28 Lee Schermerhornmempolicy: use MPOL_F_LOCAL to Indicate Preferred Local...
2008-04-28 Lee Schermerhornmempolicy: mPOL_PREFERRED cleanups for "local allocation"
2008-04-28 Lee Schermerhornmempolicy: use MPOL_PREFERRED for system-wide default...
2008-04-28 Lee Schermerhornmempolicy: rework mempolicy Reference Counting [yet...
2008-04-28 Lee Schermerhornmempolicy: mark shared policies for unref
2008-04-28 Lee Schermerhornmempolicy: rename struct mempolicy 'policy' member...
2008-04-28 Lee Schermerhornmempolicy: fixup Fallback for Default Shmem Policy
2008-04-28 Lee Schermerhornmempolicy: write lock mmap_sem while changing task...
2008-04-28 Lee Schermerhornmempolicy: rename mpol_copy to mpol_dup
2008-04-28 Lee Schermerhornmempolicy: rename mpol_free to mpol_put
2008-04-28 David Rientjesmempolicy: disallow static or relative flags for local...
2008-04-28 David Rientjesmempolicy: create mempolicy_operations structure
2008-04-28 David Rientjesmempolicy: move rebind functions
2008-04-28 David Rientjesmempolicy: add MPOL_F_RELATIVE_NODES flag
2008-04-28 David Rientjesmempolicy: add MPOL_F_STATIC_NODES flag
2008-04-28 David Rientjesmempolicy: support optional mode flags
2008-04-28 David Rientjesmempolicy: convert MPOL constants to enum
2008-04-28 Mel Gormanmm: filter based on a nodemask as well as a gfp_mask
2008-04-28 Mel Gormanmm: have zonelist contains structs with both a zone...
2008-04-28 Mel Gormanmm: introduce node_zonelist() for accessing the zonelis...
2008-03-11 Lee Schermerhornmempolicy: fix reference counting bugs
2008-02-15 Jan Blunckd_path: Make seq_path() use a struct path argument
2008-02-12 KOSAKI Motohiromempolicy: silently restrict nodemask to allowed nodes
2007-11-15 Lee SchermerhornMigration: find correct vma in new_vma_page()
2007-10-19 Pavel EmelyanovUninline find_task_by_xxx set of functions
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Paul MenageTask Control Groups: make cpusets a client of cgroups
2007-10-16 Adrian Bunkmm/mempolicy.c: cleanups
2007-10-16 Lee Schermerhornmemoryless nodes: fixup uses of node_online_map in...
2007-10-16 Christoph LameterMemoryless nodes: Update memory policy and page migration
2007-10-16 Christoph LameterMemoryless nodes: Fix interleave behavior for memoryles...
2007-10-16 Lee SchermerhornMem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy(...
2007-10-16 Jesper JuhlClean up duplicate includes in mm/
2007-09-19 Lee SchermerhornFix NUMA Memory Policy Reference Counting
2007-08-31 Christoph LameterPage migration: Do not accept invalid nodes in the...
2007-08-23 Mel GormanApply memory policies to top two highest zones when...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Mel GormanAllow huge page allocations to use GFP_HIGH_MOVABLE
2007-07-17 Mel GormanAdd __GFP_MOVABLE for callers to flag allocations from...
2007-07-16 Paul Mundtnuma: mempolicy: trivial debug fixes.
2007-07-16 Paul Mundtnuma: mempolicy: dynamic interleave map for system...
2007-03-05 Christoph Lameter[PATCH] Page migration: Fix vma flag checking
2007-02-21 KAMEZAWA Hiroyuki[PATCH] fix mempolicy's check on a system with memory...
2007-02-11 Christoph Lameter[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA...
2007-01-23 Christoph Lameter[PATCH] mbind: restrict nodes to the currently allowed...
2006-12-08 Josef Sipek[PATCH] struct path: convert mm
2006-12-07 Helge Deller[PATCH] struct seq_operations and struct file_operation...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Andy Whitcroft[PATCH] numa node ids are int, page_to_nid and zone_to_...
2006-12-07 Paul Jackson[PATCH] memory page_alloc zonelist caching speedup
2006-10-11 Keith Owens[PATCH] Fix do_mbind warning with CONFIG_MIGRATION=n
2006-10-01 Alexey Dobriyan[PATCH] kmemdup: some users
2006-09-27 Christoph Lameter[PATCH] GFP_THISNODE for the slab allocator
2006-09-26 Christoph Lameter[PATCH] NUMA: Add zone_to_nid function
2006-09-26 Christoph Lameter[PATCH] Add __GFP_THISNODE to avoid fallback to other...
2006-09-26 Christoph Lameter[PATCH] linearly index zone->node_zonelists[]
2006-09-26 Christoph Lameter[PATCH] Apply type enum zone_type
2006-09-26 Christoph Lameter[PATCH] mempolicies: fix policy_zone check
2006-09-01 Nishanth Aravamudan[PATCH] fix NUMA interleaving for huge pages
2006-06-30 Christoph Lameter[PATCH] Use Zoned VM Counters for NUMA statistics
2006-06-26 Eric W. Biederman[PATCH] proc: don't lock task_structs indefinitely
2006-06-25 Christoph Lameter[PATCH] page migration: Support a vma migration function
2006-06-23 David Quigley[PATCH] SELinux: add security_task_movememory calls...
2006-06-23 Christoph Lameter[PATCH] page migration: sys_move_pages(): support movin...
2006-06-23 Christoph Lameter[PATCH] page migration: use allocator function for...
2006-06-23 Christoph Lameter[PATCH] page migration: handle freeing of pages in...
2006-04-20 Christoph Lameter[PATCH] Remove cond_resched in gather_stats()
2006-03-28 Alexey Dobriyan[PATCH] Typo fixes
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache optimizations
2006-03-22 Christoph Lameter[PATCH] page migration reorg
2006-03-22 Pekka Enberg[PATCH] mm: kill kmem_cache_t usage
2006-03-17 Christoph Lameter[PATCH] page migration: Fail with error if swap not...
2006-03-15 Christoph Lameter[PATCH] Consistent capabilites associated with MPOL_MOV...
2006-03-08 Andrew Morton[PATCH] numa_maps-update fix
2006-03-07 Christoph Lameter[PATCH] numa_maps update
2006-03-02 Christoph Lameter[PATCH] numa_maps: Fix potential crash on non IA64...
2006-03-01 Christoph Lameter[PATCH] Fix sys_migrate_pages: Move all pages when...
next