aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-02-01Move page_is_ram() declaration to mm.hWu Fengguang
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells
2010-01-05this_cpu: Page allocator conversionChristoph Lameter
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen
2009-12-16HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi
2009-12-15include/linux/mm.h: remove unneeded ifdefHuang Shijie
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins
2009-09-24NOMMU: Fallback for is_vmalloc_or_module_addr() should be inlineDavid Howells
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24truncate: new helpersnpiggin@suse.de
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-22tmpfs: depend on shmemHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins
2009-09-22mm: add get_dump_pageHugh Dickins
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen
2009-09-16HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen
2009-09-16HWPOISON: Add invalidate_inode_pageWu Fengguang
2009-09-16HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin
2009-09-16HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-06-25clarify get_user_pages() prototypePeter Zijlstra
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-17Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich
2009-06-16page-allocator: add inactive ratio calculation function of each zoneMinchan Kim