VM: add "vm_munmap()" helper function
[linux-flexiantxendom0-3.2.10.git] / include / linux / mm.h
2012-04-21 Linus TorvaldsVM: add "vm_munmap()" helper function
2012-04-21 Linus TorvaldsVM: add "vm_brk()" helper function
2012-03-29 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-29 Hugh Dickinsmm for fs: add truncate_pagecache_range()
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 David HowellsMove all declarations of free_initmem() to linux/mm.h
2012-03-24 Linus TorvaldsMerge tag 'bug-for-3.4' of git://git./linux/kernel...
2012-03-23 Jason Baroncoredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
2012-03-23 Jason Baroncoredump: remove VM_ALWAYSDUMP flag
2012-03-22 Linus TorvaldsMerge branch 'x86-mce-for-linus' of git://git./linux...
2012-03-22 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-22 Kautuk Consulpage_alloc.c: remove add_from_early_node_map()
2012-03-22 David Rientjesmm, counters: remove task argument to sync_mm_rss(...
2012-03-22 Siddhesh Poyarekarprocfs: mark thread stack correctly in proc/<pid>/maps
2012-03-22 Konstantin Khlebnikovmm: make get_mm_counter static-inline
2012-03-21 Al ViroVM: make unmap_vmas() return void
2012-03-21 Al ViroVM: make zap_page_range() return void
2012-03-04 Paul GortmakerBUG: headers with BUG/BUG_ON etc. need linux/bug.h
2012-01-26 Ingo MolnarMerge tag 'mce-recovery-for-tip' of git://git./linux...
2012-01-12 Linus TorvaldsMerge branch 'x86-mm-for-linus' of git://git./linux...
2012-01-11 Pavel Emelyanovprocfs: introduce the /proc/<pid>/map_files/ directory
2012-01-11 Stanislaw Gruszkamm: more intensive memory corruption debugging
2012-01-03 Tony LuckHWPOISON: Add code to handle "action required" errors.
2012-01-03 Tony LuckHWPOISON: Clean up memory_failure() vs. __memory_failure()
2011-12-20 Ingo MolnarMerge branch 'memblock-kill-early_node_map' of git...
2011-12-09 Konstantin Khlebnikovvmscan: use atomic-long for shrinker batching
2011-12-08 Tejun Heomemblock: Kill early_node_map[]
2011-12-06 Stanislaw Gruszkamm, x86: Remove debug_pagealloc_enabled
2011-11-28 Tejun HeoMerge branch 'master' into x86/memblock
2011-11-02 Andrea Arcangelithp: share get_huge_page_tail()
2011-11-02 Andrea Arcangelimm: thp: tail page refcounting fix
2011-11-01 Joe Perchesmm: neaten warn_alloc_failed
2011-08-17 Ian Campbellmm: fix __page_to_pfn for a const struct page argument
2011-08-17 Ian Campbellmm: make HASHED_PAGE_VIRTUAL page_address' struct page...
2011-08-08 Peter Zijlstramm: Fix fixup_user_fault() for MMU=n
2011-08-03 Len BrownMerge branch 'apei' into apei-release
2011-08-03 Huang YingHWPoison: add memory_failure_queue()
2011-07-26 Benjamin Herrenschmidtmm/futex: fix futex writes on archs with SW tracking...
2011-07-26 Hugh Dickinsmm: truncate functions are in truncate.c
2011-07-26 KOSAKI Motohiropagewalk: add locking-rule comments
2011-07-26 Ian Campbellmm: make some struct page's const
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-21 Dave Chinnersuperblock: introduce per-sb cache shrinker infrastructure
2011-07-20 Dave Chinnervmscan: add customisable shrinker batch size
2011-07-14 Tejun Heomemblock: Add optional region->nid
2011-07-14 Tejun Heomemblock, x86: Replace memblock_x86_find_in_range_node...
2011-07-14 Tejun Heobootmem: Replace work_with_active_regions() with for_ea...
2011-07-13 Tejun Heox86, numa: Implement pfn -> nid mapping granularity...
2011-05-27 Jiri Slabymm: extract exe_file handling from procfs
2011-05-26 KOSAKI Motohiromm: don't access vm_flags as 'int'
2011-05-25 Hugh Dickinsmm: remove last trace of shmem_get_unmapped_area
2011-05-25 Matt Flemingmm: delete non-atomic mm counter implementation
2011-05-25 Daniel Kipermm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM
2011-05-25 Daniel Kipermm: enable set_page_section() only if CONFIG_SPARSEMEM...
2011-05-25 Ying Hanvmscan: change shrinker API by passing shrink_control...
2011-05-25 Ying Hanvmscan: change shrink_slab() interfaces by passing...
2011-05-25 Dave Hansenmm: break out page allocation warning code
2011-05-25 Peter Zijlstramm: Remove i_mmap_lock lockbreak
2011-05-25 Peter Zijlstramm: mmu_gather rework
2011-05-25 Michal Hockomm: make expand_downwards() symmetrical with expand_upw...
2011-05-25 KOSAKI Motohiromm, mem-hotplug: recalculate lowmem_reserve when memory...
2011-05-25 KOSAKI Motohirox86,mm: make pagefault killable
2011-05-25 David Rientjesarch, mm: filter disallowed nodes from arch specific...
2011-05-09 Mikulas PatockaDon't lock guardpage if the stack is growing up
2011-04-28 Andrea Arcangelimm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 David Rientjeslib, arch: add filter argument to show_mem and fix...
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-23 Stephen Wilsonmm: implement access_remote_vm
2011-03-23 Stephen Wilsonmm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
2011-03-23 Stephen Wilsonmm: arch: make in_gate_area take an mm_struct instead...
2011-03-23 Stephen Wilsonmm: arch: make get_gate_vma take an mm_struct instead...
2011-03-23 Dave Hansenpagewalk: only split huge pages when necessary
2011-03-23 Gleb Natapovmm: allow GUP to fail instead of waiting on a page
2011-03-23 David Rientjesoom: suppress nodes that are not allowed from meminfo...
2011-03-18 Linus TorvaldsMerge branch 'kvm-updates/2.6.39' of git://git./virt...
2011-03-17 Andrea Arcangelimm: PageBuddy and mapcount robustness
2011-03-17 Huang Yingmm: remove is_hwpoison_address
2011-03-17 Huang Yingmm: make __get_user_pages return -EHWPOISON for HWPOISO...
2011-03-17 Huang Yingmm: export __get_user_pages
2011-02-24 Yinghai Lubootmem: Move __alloc_memory_core_early() to nobootmem.c
2011-01-21 Michal Simekmm: System without MMU do not need pte_mkwrite
2011-01-14 Andrea Arcangelithp: madvise(MADV_NOHUGEPAGE)
2011-01-14 Andrea Arcangelithp: compound_trans_order
2011-01-14 Johannes Weinerthp: add x86 32bit support
2011-01-14 Andrea Arcangelithp: remove PG_buddy
2011-01-14 Andrea Arcangelithp: pmd_trans_huge migrate bugcheck
2011-01-14 Andrea Arcangelithp: transparent hugepage core
2011-01-14 Andrea Arcangelithp: clear_copy_huge_page
2011-01-14 Andrea Arcangelithp: pte alloc trans splitting
2011-01-14 Andrea Arcangelithp: export maybe_mkwrite
2011-01-14 Andrea Arcangelithp: alter compound get_page/put_page
2011-01-14 Andrea Arcangelithp: compound_lock
2011-01-14 Steven Rostedtmm: remove unlikely() from page_mapping()
2011-01-14 Michel Lespinassemm: add FOLL_MLOCK follow_page flag.
2010-10-26 Namhyung Kimmm: wrap get_locked_pte() using __cond_lock()
2010-10-26 Michel Lespinassemm: retry page fault when blocking on disk transfer
2010-10-26 Will Deaconmm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
2010-10-26 Michael Rubinmm: add account_page_writeback()
2010-10-22 Andi KleenMerge branch 'hwpoison-hugepages' into hwpoison
next