summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-1/+2
* mm: stop leaking PageTablesHugh Dickins2017-01-071-27/+20
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-011-14/+61
|\
| * mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-14/+61
* | mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-291-1/+1
* | mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-5/+31
|/
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-253-35/+150
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-252-9/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner2016-12-201-1/+14
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1412-569/+643
|\ \
| * | radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-10/+18
| * | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-1/+25
| * | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-142-7/+6
| * | dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2016-12-141-1/+1
| * | mm: export follow_pte()Jan Kara2016-12-141-2/+2
| * | mm: change return values of finish_mkwrite_fault()Jan Kara2016-12-141-4/+3
| * | mm: provide helper for finishing mkwrite faultsJan Kara2016-12-141-27/+40
| * | mm: move part of wp_page_reuse() into the single call siteJan Kara2016-12-141-15/+12
| * | mm: use vmf->page during WP faultsJan Kara2016-12-141-29/+29
| * | mm: pass vm_fault structure into do_page_mkwrite()Jan Kara2016-12-141-12/+10
| * | mm: factor out common parts of write fault handlingJan Kara2016-12-141-41/+37
| * | mm: move handling of COW faults into DAX codeJan Kara2016-12-141-9/+4
| * | mm: factor out functionality to finish page faultsJan Kara2016-12-141-9/+35
| * | mm: allow full handling of COW faults in ->fault handlersJan Kara2016-12-141-7/+7
| * | mm: add orig_pte field into vm_faultJan Kara2016-12-143-46/+45
| * | mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara2016-12-141-7/+2
| * | mm: trim __do_fault() argumentsJan Kara2016-12-141-38/+29
| * | mm: use passed vm_fault structure in __do_fault()Jan Kara2016-12-141-15/+10
| * | mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2016-12-142-17/+19
| * | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-5/+4
| * | mm: join struct fault_env and vm_faultJan Kara2016-12-146-387/+392
| * | mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-143-12/+16
| * | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-142-5/+9
| * | mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-141-0/+14
| * | mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko2016-12-141-3/+14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-143-2/+4
|\ \ \
| * | | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-222-2/+2
| * | | mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-0/+2
* | | | vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2016-12-141-1/+1
| |/ / |/| |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-3/+2
|\ \ \
| * \ \ Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-131-3/+2
| |\ \ \
| | * | | dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-081-2/+1
| | * | | dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-081-1/+1
* | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-6/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-6/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | slab, workqueue: remove keventd_up() usageTejun Heo2016-09-171-6/+1
* | | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2016-12-131-1/+2
|\ \ \ \ \ \