aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2011-05-26mm: extract exe_file handling from procfsJiri Slaby
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: remove last trace of shmem_get_unmapped_areaHugh Dickins
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming
2011-05-25mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEMDaniel Kiper
2011-05-25mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_...Daniel Kiper
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han
2011-05-25mm: break out page allocation warning codeDave Hansen
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli
2011-03-17mm: remove is_hwpoison_addressHuang Ying
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying
2011-03-17mm: export __get_user_pagesHuang Ying
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu
2011-01-21mm: System without MMU do not need pte_mkwriteMichal Simek
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-13thp: compound_trans_orderAndrea Arcangeli
2011-01-13thp: add x86 32bit supportJohannes Weiner
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli
2011-01-13thp: compound_lockAndrea Arcangeli
2011-01-13mm: remove unlikely() from page_mapping()Steven Rostedt
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon