aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar
2008-09-10mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge
2008-08-16mm: VM_flags comment fixesHugh Dickins
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell
2008-07-30mm: add zap_vma_ptes(): a library function to unmap driver ptesJack Steiner
2008-07-30mm: remove find_max_pfn_with_active_regionsYinghai Lu
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli
2008-07-26make mm/memory.c:print_bad_pte() staticAdrian Bunk
2008-07-26mm: introduce get_user_pages_fastNick Piggin
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich
2008-07-24access_process_vm device memory infrastructureRik van Riel
2008-07-24mm: remove nopfnNick Piggin
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt
2008-07-09powerpc/mm: Define flags for Strong Access OrderingDave Kleikamp
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar
2008-06-19MM: virtual address debugJiri Slaby
2008-06-12pagemap: pass mm into pagewalkersDave Hansen
2008-06-10mm, x86: shrink_active_range() should check allYinghai Lu
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-29fs/drop_caches.c: make 2 functions staticAdrian Bunk
2008-04-28mempolicy: document {set|get}_policy() vm_ops APIsLee Schermerhorn
2008-04-28mm: add vm_insert_mixedNick Piggin
2008-04-28mm: introduce pte_special pte bitNick Piggin
2008-04-28mm: introduce VM_MIXEDMAPJared Hulbert
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter
2008-04-28page_mapping(): add ifdef around reference to swapper_spaceAndrew Morton
2008-04-28sparsemem: vmemmap does not need section bitsChristoph Lameter
2008-04-28mm: remove nopageNick Piggin
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu
2008-03-12nommu: Provide is_vmalloc_addr() stub.Paul Mundt
2008-02-23NOMMU: is_vmalloc_addr() won't compile if !MMUDavid Howells
2008-02-21Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-05maps4: introduce a generic page walkerMatt Mackall
2008-02-05VM: allow get_page_unless_zero on compound pagesChristoph Lameter
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter
2008-02-05vmalloc: add const to void* parametersChristoph Lameter
2008-02-05Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar