| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-01-01 | 1 | -14/+61 |
|\ |
|
| * | mm: Invalidate DAX radix tree entries only if appropriate | Jan Kara | 2016-12-27 | 1 | -14/+61 |
* | | mm/filemap: fix parameters to test_bit() | Olof Johansson | 2016-12-29 | 1 | -1/+1 |
* | | mm: optimize PageWaiters bit use for unlock_page() | Linus Torvalds | 2016-12-29 | 1 | -5/+31 |
|/ |
|
* | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin | 2016-12-25 | 3 | -35/+150 |
* | mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked | Nicholas Piggin | 2016-12-25 | 2 | -9/+9 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 10 | -10/+10 |
* | mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED | Johannes Weiner | 2016-12-20 | 1 | -1/+14 |
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 2016-12-18 | 1 | -2/+0 |
|\ |
|
| * | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -2/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-15 | 12 | -569/+643 |
|\ \ |
|
| * | | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 2016-12-15 | 1 | -10/+18 |
| * | | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 2016-12-15 | 1 | -1/+25 |
| * | | radix-tree: improve multiorder iterators | Matthew Wilcox | 2016-12-15 | 2 | -7/+6 |
| * | | dax: protect PTE modification on WP fault by radix tree entry lock | Jan Kara | 2016-12-15 | 1 | -1/+1 |
| * | | mm: export follow_pte() | Jan Kara | 2016-12-15 | 1 | -2/+2 |
| * | | mm: change return values of finish_mkwrite_fault() | Jan Kara | 2016-12-15 | 1 | -4/+3 |
| * | | mm: provide helper for finishing mkwrite faults | Jan Kara | 2016-12-15 | 1 | -27/+40 |
| * | | mm: move part of wp_page_reuse() into the single call site | Jan Kara | 2016-12-15 | 1 | -15/+12 |
| * | | mm: use vmf->page during WP faults | Jan Kara | 2016-12-15 | 1 | -29/+29 |
| * | | mm: pass vm_fault structure into do_page_mkwrite() | Jan Kara | 2016-12-15 | 1 | -12/+10 |
| * | | mm: factor out common parts of write fault handling | Jan Kara | 2016-12-15 | 1 | -41/+37 |
| * | | mm: move handling of COW faults into DAX code | Jan Kara | 2016-12-15 | 1 | -9/+4 |
| * | | mm: factor out functionality to finish page faults | Jan Kara | 2016-12-15 | 1 | -9/+35 |
| * | | mm: allow full handling of COW faults in ->fault handlers | Jan Kara | 2016-12-15 | 1 | -7/+7 |
| * | | mm: add orig_pte field into vm_fault | Jan Kara | 2016-12-15 | 3 | -46/+45 |
| * | | mm: use passed vm_fault structure for in wp_pfn_shared() | Jan Kara | 2016-12-15 | 1 | -7/+2 |
| * | | mm: trim __do_fault() arguments | Jan Kara | 2016-12-15 | 1 | -38/+29 |
| * | | mm: use passed vm_fault structure in __do_fault() | Jan Kara | 2016-12-15 | 1 | -15/+10 |
| * | | mm: use pgoff in struct vm_fault instead of passing it separately | Jan Kara | 2016-12-15 | 2 | -17/+19 |
| * | | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 2016-12-15 | 1 | -5/+4 |
| * | | mm: join struct fault_env and vm_fault | Jan Kara | 2016-12-15 | 6 | -387/+392 |
| * | | mm: unexport __get_user_pages_unlocked() | Lorenzo Stoakes | 2016-12-15 | 3 | -12/+16 |
| * | | mm: add locked parameter to get_user_pages_remote() | Lorenzo Stoakes | 2016-12-15 | 2 | -5/+9 |
| * | | mm: add support for releasing multiple instances of a page | Alexander Duyck | 2016-12-15 | 1 | -0/+14 |
| * | | mm, compaction: allow compaction for GFP_NOFS requests | Michal Hocko | 2016-12-15 | 1 | -3/+14 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-12-14 | 3 | -2/+4 |
|\ \ \ |
|
| * | | | ptrace: Don't allow accessing an undumpable mm | Eric W. Biederman | 2016-11-22 | 2 | -2/+2 |
| * | | | mm: Add a user_ns owner to mm_struct and fix ptrace permission checks | Eric W. Biederman | 2016-11-22 | 1 | -0/+2 |
* | | | | vfs,mm: fix return value of read() at s_maxbytes | Linus Torvalds | 2016-12-14 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-12-14 | 1 | -3/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'dax-4.10-iomap-pmd' into origin | Theodore Ts'o | 2016-11-14 | 1 | -3/+2 |
| |\ \ \ |
|
| | * | | | dax: add struct iomap based DAX PMD support | Ross Zwisler | 2016-11-08 | 1 | -2/+1 |
| | * | | | dax: coordinate locking for offsets in PMD range | Ross Zwisler | 2016-11-08 | 1 | -1/+1 |
* | | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2016-12-13 | 1 | -6/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'for-4.9' into for-4.10 | Tejun Heo | 2016-10-19 | 1 | -6/+1 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | slab, workqueue: remove keventd_up() usage | Tejun Heo | 2016-09-17 | 1 | -6/+1 |
* | | | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2016-12-13 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | percpu: ensure the requested alignment is power of two | zijun_hu | 2016-10-19 | 1 | -1/+2 |
| |/ / / / / |
|
* | | | | | | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-13 | 2 | -0/+2 |
|\ \ \ \ \ \ |
|