mlock: mlocked pages are unevictable
[safe/jmp/linux-2.6] / include / linux / mm.h
2008-10-20 Nick Pigginmlock: mlocked pages are unevictable
2008-10-20 Lee SchermerhornSHM_LOCKED pages are unevictable
2008-10-12 Ingo MolnarMerge branches 'x86/xen', 'x86/build', 'x86/microcode...
2008-09-10 Jeremy Fitzhardingemm: define USE_SPLIT_PTLOCKS rather than repeating...
2008-08-16 Hugh Dickinsmm: VM_flags comment fixes
2008-08-12 Rusty Russellmm: Make generic weak get_user_pages_fast and EXPORT_GPL it
2008-07-30 Jack Steinermm: add zap_vma_ptes(): a library function to unmap...
2008-07-30 Yinghai Lumm: remove find_max_pfn_with_active_regions
2008-07-28 Andrea Arcangelimmu-notifiers: add mm_take_all_locks() operation
2008-07-26 Adrian Bunkmake mm/memory.c:print_bad_pte() static
2008-07-26 Nick Pigginmm: introduce get_user_pages_fast
2008-07-24 Andrea RighiPAGE_ALIGN(): correctly handle 64-bit values on 32...
2008-07-24 Andy Whitcroftmm: record MAP_NORESERVE status on vmas and fix small...
2008-07-24 Johannes Weinermm: drop unneeded pgdat argument from free_area_init_node()
2008-07-24 Jan Beulichmm: remove double indirection on tlb parameter to free_...
2008-07-24 Rik van Rielaccess_process_vm device memory infrastructure
2008-07-24 Nick Pigginmm: remove nopfn
2008-07-15 Benjamin HerrenschmidtMerge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c...
2008-07-09 Dave Kleikamppowerpc/mm: Define flags for Strong Access Ordering
2008-07-08 Yinghai LuRFC x86: try to remove arch_get_ram_range
2008-07-08 Ingo MolnarMerge branch 'x86/numa' into x86/devel
2008-07-08 Mike Travisx86: remove static boot_cpu_pda array v2
2008-07-08 Yinghai Lux86, mm: use add_highpages_with_active_regions() for...
2008-07-08 Yinghai Lux86: replace shrink_active_range() with remove_active_r...
2008-07-08 Ingo MolnarMerge branch 'linus' into tmp.x86.mpparse.new
2008-06-19 Jiri SlabyMM: virtual address debug
2008-06-13 Dave Hansenpagemap: pass mm into pagewalkers
2008-06-10 Yinghai Lumm, x86: shrink_active_range() should check all
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 Adrian Bunkfs/drop_caches.c: make 2 functions static
2008-04-28 Lee Schermerhornmempolicy: document {set|get}_policy() vm_ops APIs
2008-04-28 Nick Pigginmm: add vm_insert_mixed
2008-04-28 Nick Pigginmm: introduce pte_special pte bit
2008-04-28 Jared Hulbertmm: introduce VM_MIXEDMAP
2008-04-28 Christoph Lameterpageflags: get rid of FLAGS_RESERVED
2008-04-28 Andrew Mortonpage_mapping(): add ifdef around reference to swapper_space
2008-04-28 Christoph Lametersparsemem: vmemmap does not need section bits
2008-04-28 Nick Pigginmm: remove nopage
2008-04-26 Yinghai Lux86_64/mm: check and print vmemmap allocation continuous
2008-03-12 Paul Mundtnommu: Provide is_vmalloc_addr() stub.
2008-02-24 David HowellsNOMMU: is_vmalloc_addr() won't compile if !MMU
2008-02-21 Rafael J. WysockiHibernation: Handle DEBUG_PAGEALLOC on x86
2008-02-14 Harvey Harrisoninclude/linux: Remove all users of FASTCALL() macro
2008-02-08 Martin SchwidefskyCONFIG_HIGHPTE vs. sub-page page tables.
2008-02-05 Matt Mackallmaps4: introduce a generic page walker
2008-02-05 Christoph LameterVM: allow get_page_unless_zero on compound pages
2008-02-05 Christoph Lameteris_vmalloc_addr(): Check if an address is within the...
2008-02-05 Christoph Lametervmalloc: add const to void* parameters
2008-02-05 Christoph LameterMove vmalloc_to_page() to mm/vmalloc.
2008-01-30 Ingo Molnarx86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y
2008-01-30 Andi Kleenx86: print which shared library/executable faulted...
2008-01-25 James MorrisSecurity: remove security.h include from mm.h
2007-12-05 Eric ParisSecurity: round mmap hint address above mmap_min_addr
2007-10-17 Alexey DobriyanDrop some headers from mm.h
2007-10-16 Adrian Bunkmm/shmem.c: make 3 functions static
2007-10-16 Yasunori Gotomemory hotplug: Hot-add with sparsemem-vmemmap
2007-10-16 Christoph LameterSLUB: Do not use page->mapping
2007-10-16 Martin Schwidefskymove mm_struct and vm_area_struct
2007-10-16 Nick Pigginremove ZERO_PAGE
2007-10-16 Fengguang Wureadahead: remove several readahead macros
2007-10-16 Andy Whitcroftvmemmap: generify initialisation via helpers
2007-10-16 Christoph LameterGeneric Virtual Memmap support for SPARSEMEM
2007-08-23 Alan Coxfix NULL pointer dereference in __vm_enough_memory()
2007-07-30 Alexey DobriyanRemove fs.h from mm.h
2007-07-26 Sam Ravnborgfix 'dynreloc miscount' link error on Powerpc
2007-07-19 Ollie Wildmm: variable length argument support
2007-07-19 Rusty Russellreadahead: split ondemand readahead interface into...
2007-07-19 Fengguang Wureadahead: remove the old algorithm
2007-07-19 Fengguang Wureadahead: on-demand readahead logic
2007-07-19 Nick Pigginmm: fault feedback #2
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-19 Nick Pigginmm: fix fault vs invalidate race for linear mappings
2007-07-17 Christoph LameterAdd VM_BUG_ON in case someone uses page_mapping on...
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-17 Mel Gormanhandle kernelcore=: generic
2007-07-17 Mel GormanCreate the ZONE_MOVABLE zone
2007-07-16 Alexey DobriyanRemove capability.h from mm.h
2007-07-16 Miklos Szeredisplit mmap
2007-07-16 Jan Beulichkill vmalloc_earlyreserve
2007-06-21 Hugh Dickinspage_mapping must avoid slub pages
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-07 Christoph LameterAdd virt_to_head_page and consolidate code in slab...
2007-05-07 Christoph Lametermm: optimize compound_head() by avoiding a shared page...
2007-05-07 Christoph LameterMake page->private usable in compound pages
2007-05-07 Nick Pigginmm: remove gcc workaround
2007-05-07 Jeremy FitzhardingeAdd apply_to_page_range() which applies a function...
2007-03-01 Adrian Bunk[PATCH] mm/{,tiny-}shmem.c cleanups
2007-02-12 Benjamin Herrenschmidt[PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()
2007-02-12 Nick Piggin[PATCH] add vm_insert_pfn()
2007-02-11 Ken Chen[PATCH] simplify shmem_aops.set_page_dirty() method
2007-02-11 Andy Whitcroft[PATCH] zoneid: fix up calculations for ZONEID_PGSHIFT
2007-02-09 Roland McGrath[PATCH] Add install_special_mapping
2007-01-26 Roland McGrath[PATCH] Add VM_ALWAYSDUMP
2007-01-12 Dave Hansen[PATCH] Fix sparsemem on Cell
2006-12-07 Andy Whitcroft[PATCH] mm: make compound page destructor handling...
2006-12-07 Andy Whitcroft[PATCH] numa node ids are int, page_to_nid and zone_to_...
2006-12-07 Christoph Lameter[PATCH] Move vm_area_cachep to include/mm.h
2006-12-07 Christoph Lameter[PATCH] Get rid of zone_table[]
2006-10-20 Alexey Dobriyan[PATCH] OOM killer meets userspace headers
next