summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\ \ \ \
| * | | | percpu: ensure the requested alignment is power of twozijun_hu2016-10-191-1/+2
| |/ / /
* | | | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-132-0/+2
|\ \ \ \
| * \ \ \ Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-149-11/+86
| |\ \ \ \
| * | | | | lkdtm: Do not use flush_icache_range() on user addressesCatalin Marinas2016-11-102-0/+2
* | | | | | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-1/+8
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2016-12-121-1/+8
| |\ \ \ \ \ \ \
| | * | | | | | | x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf2016-12-061-1/+8
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-133-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe2016-11-082-0/+2
| * | | | | | | | writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-4/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1233-583/+727
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu2016-12-121-4/+12
| * | | | | | | | kasan: eliminate long stalls during quarantine reductionDmitry Vyukov2016-12-121-46/+48
| * | | | | | | | kasan: support panic_on_warnDmitry Vyukov2016-12-121-0/+2
| * | | | | | | | mm: make transparent hugepage size publicHugh Dickins2016-12-121-0/+10
| * | | | | | | | mm: add three more cond_resched() in swapoffHugh Dickins2016-12-121-7/+6
| * | | | | | | | mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2016-12-121-2/+10
OpenPOWER on IntegriCloud