mm: introduce dump_page() and print symbolic flag names
[safe/jmp/linux-2.6] / include / linux / mm.h
2010-03-12 Wu Fengguangmm: introduce dump_page() and print symbolic flag names
2010-03-12 KAMEZAWA Hiroyukinommu: fix build breakage
2010-03-06 Rik van Rielmm: remove VM_LOCK_RMAP code
2010-03-06 Rik van Rielmm: change anon_vma linking to fix multi-process server...
2010-03-06 KAMEZAWA Hiroyukimm: avoid false sharing of mm_counter
2010-03-06 KAMEZAWA Hiroyukimm: clean up mm_counter
2010-03-03 Linus TorvaldsMerge branch 'x86-bootmem-for-linus' of git://git....
2010-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-17 Thomas GleixnerMerge branch 'linus' into x86/mm
2010-02-12 Yinghai Lusparsemem: Put mem map for one node together.
2010-02-12 Yinghai Lux86: Make 64 bit use early_res instead of bootmem befor...
2010-02-11 H. Peter AnvinMerge remote branch 'linus/master' into x86/bootmem
2010-02-02 Tejun HeoMerge branch 'master' into percpu
2010-02-02 Wu FengguangMove page_is_ram() declaration to mm.h
2010-01-16 David Howellsnommu: fix shared mmap after truncate shrinkage problems
2010-01-05 Christoph Lameterthis_cpu: Page allocator conversion
2009-12-28 Ingo MolnarMerge branch 'iommu/fixes' of git://git./linux/kernel...
2009-12-19 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-12-17 Yinghai Lux86: Fix checking of SRAT when node 0 ram is not from 0
2009-12-16 Andi KleenHWPOISON: Add soft page offline support
2009-12-16 Wu FengguangHWPOISON: Add unpoisoning support
2009-12-16 Andi KleenHWPOISON: Turn ref argument into flags argument
2009-12-16 Andi KleenHWPOISON: Be more aggressive at freeing non LRU caches
2009-12-15 Naoya Horiguchimm hugetlb: add hugepage support to pagemap
2009-12-15 Huang Shijieinclude/linux/mm.h: remove unneeded ifdef
2009-12-15 Hugh Dickinsmm: define PAGE_MAPPING_FLAGS
2009-09-25 David HowellsNOMMU: Fallback for is_vmalloc_or_module_addr() should...
2009-09-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-24 npiggin@suse.detruncate: new helpers
2009-09-23 KAMEZAWA Hiroyukikcore: register module area in generic way
2009-09-22 Hugh Dickinstmpfs: depend on shmem
2009-09-22 Hugh Dickinsmm: FOLL flags for GUP flags
2009-09-22 Hugh Dickinsmm: FOLL_DUMP replace FOLL_ANON
2009-09-22 Hugh Dickinsmm: add get_dump_page
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-22 Hugh Dickinsksm: the mm interface to ksm
2009-09-22 Shaohua Limemory hotplug: update zone pcp at memory online
2009-09-16 Andi KleenHWPOISON: The high level memory error handler in the...
2009-09-16 Andi KleenHWPOISON: Define a new error_remove_page address space...
2009-09-16 Wu FengguangHWPOISON: Add invalidate_inode_page
2009-09-16 Nick PigginHWPOISON: Refactor truncate to allow direct truncating...
2009-09-16 Andi KleenHWPOISON: Add basic support for poisoned pages in fault...
2009-08-17 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-05 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-06-25 Peter Zijlstraclarify get_user_pages() prototype
2009-06-21 Linus TorvaldsMove FAULT_FLAG_xyz into handle_mm_fault() callers
2009-06-17 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-06-17 Sergei Trofimovichmm cleanup: shmem_file_setup: 'char *' -> 'const char...
2009-06-17 Minchan Kimpage-allocator: add inactive ratio calculation function...
2009-06-17 Minchan Kimpage-allocator: clean up functions related to pages_min
2009-06-17 Johannes Weinermm: introduce follow_pfn()
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-17 Nick Pigginmm: clean up get_user_pages_fast() documentation
2009-06-17 Wu Fengguangreadahead: record mmap read-around states in file_ra_state
2009-06-15 Peter Zijlstrax86, mm: Add __get_user_pages_fast()
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-11 James MorrisMerge branch 'next' into for-linus
2009-06-04 Christoph Lametersecurity: use mmap_min_addr indepedently of security...
2009-05-18 Yinghai Lumm, x86: remove MEMORY_HOTPLUG_RESERVE related code
2009-04-24 Markus Metzgerx86, bts, mm: clean up buffer allocation
2009-04-08 Ingo Molnarmm, x86, ptrace, bts: defer branch trace stopping,...
2009-04-08 Ingo Molnarmm, x86, ptrace, bts: defer branch trace stopping,...
2009-04-07 Markus Metzgermm, x86, ptrace, bts: defer branch trace stopping
2009-04-03 David Howellsnommu: fix a number of issues with the per-MM VMA patch
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Edward Shishkinvfs: add/use account_page_dirtied()
2009-03-14 Pallipadi, VenkateshVM, x86, PAT: add a new vm flag to track full pfnmap...
2009-03-13 Pallipadi, VenkateshVM, x86, PAT: Change is_linear_pfn_mapping to not use...
2009-02-18 KAMEZAWA Hiroyukimm: clean up for early_pfn_to_nid()
2009-02-18 Nick Pigginmm: task dirty accounting fix
2009-02-17 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-02-13 Ingo MolnarMerge branches 'x86/paravirt', 'x86/pat', 'x86/setup...
2009-02-11 Markus Metzgerx86, ptrace, mm: fix double-free on race
2009-02-10 Mel GormanDo not account for the address space used by hugetlbfs...
2009-01-14 Nick Pigginmm: fix assertion
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-06 Nick Pigginmm: invoke oom-killer from page fault
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-20 Markus Metzgerx86, bts: memory accounting
2008-12-19 venkatesh.pallipad... x86: PAT: move track untrack pfnmap stubs to asm-generic
2008-12-19 venkatesh.pallipad... x86: PAT: remove follow_pfnmap_pte in favor of follow_phys
2008-12-19 venkatesh.pallipad... x86: PAT: modify follow_phys to return phys_addr prot...
2008-12-19 venkatesh.pallipad... x86: PAT: clarify is_linear_pfn_mapping() interface
2008-12-18 venkatesh.pallipad... x86: PAT: hooks in generic vm code to help archs to...
2008-12-18 venkatesh.pallipad... x86: PAT: add follow_pfnmp_pte routine to help tracking...
2008-12-18 venkatesh.pallipad... x86: PAT: store vm_pgoff for all linear_over_vma_region...
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
next