aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+9
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-0/+2
2010-10-26mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon1-2/+2
2010-10-26mm: add account_page_writeback()Michael Rubin1-0/+1
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-2/+10
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-2/+10
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar1-0/+6
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-0/+6
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-1/+24
2010-08-28NOMMU: Stub out vm_get_page_prot() if there's no MMUDavid Howells1-0/+8
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu1-0/+2
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-1/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-0/+1
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-0/+8
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf1-1/+2
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+1
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman1-0/+3
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-2/+2
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-2/+2
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-4/+0
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang1-0/+2
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-0/+6
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-4/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-1/+5
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-5/+3
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-0/+104
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+12
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+0
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner1-6/+31
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu1-0/+7
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-0/+5
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin1-6/+31
2010-02-02Merge branch 'master' into percpuTejun Heo1-0/+1
2010-02-01Move page_is_ram() declaration to mm.hWu Fengguang1-0/+2
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells1-0/+1
2010-01-05this_cpu: Page allocator conversionChristoph Lameter1-4/+0
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu1-0/+3
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen1-1/+2
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang1-0/+1
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen1-1/+4
2009-12-16HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen1-0/+1
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-0/+3
2009-12-15include/linux/mm.h: remove unneeded ifdefHuang Shijie1-4/+1
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-1/+16
2009-09-24NOMMU: Fallback for is_vmalloc_or_module_addr() should be inlineDavid Howells1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+14