aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2015-04-021-0/+5
|\
| * fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-181-0/+5
* | Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2014-10-201-1/+5
|\|
| * Merge remote-tracking branch 'stable/linux-3.4.y' into android-3.4JP Abgrall2013-10-231-1/+4
| |\
| | * mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-131-1/+2
| | * vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+2
| * | mm: add a field to store names for private anonymous memoryColin Cross2013-08-071-1/+1
| * | Merge tag 'v3.4.35' into android-3.4Colin Cross2013-03-111-0/+1
| |\|
| | * x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-08-091-0/+1
* | | mm: add a field to store names for private anonymous memoryColin Cross2014-04-071-1/+1
* | | mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman2013-10-301-0/+25
* | | mm: Update is_vmalloc_addr to account for vmalloc savingsLaura Abbott2013-10-031-6/+6
* | | kernel: Add hooks for user-accessible timers in the kernel.Greg Reid2012-11-151-0/+26
* | | Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-0/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'Linux 3.0.21' into msm-3.0Rohit Vaswani2012-03-301-34/+33
| |\ \
| | * | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-111-0/+11
| | * | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-34/+22
| * | | mm: Add total_unmovable_pages global variableJack Cheung2011-12-061-0/+3
| * | | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-271-2/+10
| |\| |
| | * | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-151-2/+10
| * | | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-101-0/+2
| |\| |
| | * | mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-08-041-0/+2
| * | | ashmem for 2.6.27.Robert Love2011-06-141-0/+1
| |/ /
* | | Merge commit 'v3.4-rc4' into android-3.4Colin Cross2012-04-271-18/+9
|\ \ \ | | |/ | |/|
| * | kill mm argument of vm_munmap()Al Viro2012-04-211-1/+1
| * | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-17/+6
| * | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-201-0/+1
| * | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-1/+2
* | | ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz2012-04-091-0/+1
|/ /
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-1/+1
|\ \
| * | mm for fs: add truncate_pagecache_range()Hugh Dickins2012-03-281-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+2
|\ \ \ | |/ / |/| |
| * | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-0/+2
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ \
| * | | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+1
* | | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-1/+0
| |/ / |/| |
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-2/+2
|\ \ \
| * \ \ Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-261-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | HWPOISON: Add code to handle "action required" errors.Tony Luck2012-01-031-0/+1
| | * | HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-2/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-14/+16
|\ \ \ \
| * | | | page_alloc.c: remove add_from_early_node_map()Kautuk Consul2012-03-211-2/+0
| * | | | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes2012-03-211-2/+2
| * | | | procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-211-0/+3
| * | | | mm: make get_mm_counter static-inlineKonstantin Khlebnikov2012-03-211-10/+11
| |/ / /
* | | | VM: make unmap_vmas() return voidAl Viro2012-03-201-1/+1
* | | | VM: make zap_page_range() return voidAl Viro2012-03-201-1/+1
|/ / /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-111-10/+0
|\ \ \
| * | | mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-061-10/+0