| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 4.9-rc5 into char-misc-next | Greg Kroah-Hartman | 2016-11-14 | 9 | -11/+86 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | lkdtm: Do not use flush_icache_range() on user addresses | Catalin Marinas | 2016-11-10 | 2 | -0/+2 |
* | | | | | | | | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2016-12-13 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2016-12-12 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ /
| | | |/| | | | | | |
|
| | * | | | | | | | | x86/suspend: fix false positive KASAN warning on suspend/resume | Josh Poimboeuf | 2016-12-06 | 1 | -1/+8 |
| | | |/ / / / / /
| | |/| | | | | | |
|
* | | | | | | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 3 | -4/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | writeback: track if we're sleeping on progress in balance_dirty_pages() | Jens Axboe | 2016-11-08 | 2 | -0/+2 |
| * | | | | | | | | | writeback: add wbc_to_write_flags() | Jens Axboe | 2016-11-02 | 1 | -4/+1 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|