summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2016-12-121-35/+34
| * | | | | | | | mm, debug: print raw struct page data in __dump_page()Vlastimil Babka2016-12-121-0/+4
| * | | | | | | | mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-124-17/+87
| * | | | | | | | mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-2/+16
| * | | | | | | | mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes2016-12-121-5/+9
| * | | | | | | | mm: turn vmap_purge_lock into a mutexChristoph Hellwig2016-12-121-7/+7
| * | | | | | | | mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig2016-12-121-1/+6
| * | | | | | | | mm: add vfree_atomic()Andrey Ryabinin2016-12-121-6/+36
| * | | | | | | | mm: refactor __purge_vmap_area_lazy()Christoph Hellwig2016-12-121-45/+35
| * | | | | | | | mm: remove free_unmap_vmap_area_addr()Christoph Hellwig2016-12-121-13/+8
| * | | | | | | | mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig2016-12-121-11/+2
| * | | | | | | | mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner2016-12-121-19/+25
| * | | | | | | | mm: workingset: restore refault tracking for single-page filesJohannes Weiner2016-12-121-8/+1
| * | | | | | | | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-123-80/+51
| * | | | | | | | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-1/+2
| * | | | | | | | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-124-7/+8
| * | | | | | | | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-4/+4
| * | | | | | | | mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner2016-12-121-8/+12
| * | | | | | | | mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2016-12-121-2/+4
| * | | | | | | | mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2016-12-121-0/+5
| * | | | | | | | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-121-11/+28
| * | | | | | | | shmem: fix compilation warnings on unused functionsJérémy Lefaure2016-12-121-0/+2
| * | | | | | | | mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov2016-12-121-1/+4