aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-0/+1
|\
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-0/+1
* | KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-011-0/+8
|/
* mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
* mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf2010-05-251-1/+2
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+1
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-0/+3
* Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-2/+2
|\
| * pagemap: fix pfn calculation for hugepageNaoya Horiguchi2010-04-071-2/+2
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-4/+0
|/
* mm: introduce dump_page() and print symbolic flag namesWu Fengguang2010-03-121-0/+2
* nommu: fix build breakageKAMEZAWA Hiroyuki2010-03-121-0/+6
* mm: remove VM_LOCK_RMAP codeRik van Riel2010-03-061-4/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+5
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-5/+3
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-0/+104
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-0/+12
|\
| * sparsemem: Put mem map for one node together.Yinghai Lu2010-02-121-0/+7
| * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-0/+5
| * Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin2010-02-101-6/+31
| |\
* | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-4/+0
|\ \ \
| * \ \ Merge branch 'master' into percpuTejun Heo2010-02-021-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | this_cpu: Page allocator conversionChristoph Lameter2010-01-051-4/+0
* | | | Merge branch 'linus' into x86/mmThomas Gleixner2010-02-171-6/+31
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-161-0/+1
| |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-0/+3
| |\
| | * x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-161-0/+3
| * | HWPOISON: Add soft page offline supportAndi Kleen2009-12-161-1/+2
| * | HWPOISON: Add unpoisoning supportWu Fengguang2009-12-161-0/+1
| * | HWPOISON: Turn ref argument into flags argumentAndi Kleen2009-12-161-1/+4
| * | HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen2009-12-161-0/+1
| * | mm hugetlb: add hugepage support to pagemapNaoya Horiguchi2009-12-151-0/+3
| * | include/linux/mm.h: remove unneeded ifdefHuang Shijie2009-12-151-4/+1
| * | mm: define PAGE_MAPPING_FLAGSHugh Dickins2009-12-151-1/+16
| |/
* | Move page_is_ram() declaration to mm.hWu Fengguang2010-02-011-0/+2
|/
* NOMMU: Fallback for is_vmalloc_or_module_addr() should be inlineDavid Howells2009-09-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-09-241-2/+3
|\
| * truncate: new helpersnpiggin@suse.de2009-09-241-2/+3
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+14
|\ \
| * | HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-161-0/+7
| * | HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen2009-09-161-0/+1
| * | HWPOISON: Add invalidate_inode_pageWu Fengguang2009-09-161-0/+2
| * | HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin2009-09-161-0/+2
| * | HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen2009-09-161-1/+2
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-1/+1
| |/ |/|
* | kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-231-0/+8
* | tmpfs: depend on shmemHugh Dickins2009-09-221-10/+1
* | mm: FOLL flags for GUP flagsHugh Dickins2009-09-221-0/+1
* | mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2009-09-221-1/+1
* | mm: add get_dump_pageHugh Dickins2009-09-221-0/+1