| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/mmu_notifier: avoid double notification when it is useless | Jérôme Glisse | 2017-11-16 | 4 | -14/+96 |
* | zsmalloc: calling zs_map_object() from irq is a bug | Sergey Senozhatsky | 2017-11-16 | 1 | -1/+1 |
* | mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical | Yafang Shao | 2017-11-16 | 1 | -1/+4 |
* | mm/memblock.c: make the index explicit argument of for_each_memblock_type | Gioh Kim | 2017-11-16 | 1 | -4/+4 |
* | mm, memory_hotplug: remove timeout from __offline_memory | Michal Hocko | 2017-11-16 | 1 | -7/+3 |
* | mm, memory_hotplug: do not fail offlining too early | Michal Hocko | 2017-11-16 | 1 | -30/+10 |
* | mm, page_alloc: fail has_unmovable_pages when seeing reserved pages | Michal Hocko | 2017-11-16 | 1 | -0/+3 |
* | mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() | Michal Hocko | 2017-11-16 | 2 | -6/+16 |
* | mm: drop migrate type checks from has_unmovable_pages | Michal Hocko | 2017-11-16 | 1 | -4/+0 |
* | mm/page-writeback.c: remove unused parameter from balance_dirty_pages() | Tahsin Erdogan | 2017-11-16 | 1 | -3/+2 |
* | mm, swap: fix false error message in __swp_swapcount() | Huang Ying | 2017-11-16 | 1 | -0/+3 |
* | mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe... | Minchan Kim | 2017-11-16 | 2 | -9/+17 |
* | mm, swap: skip swapcache for swapin of synchronous device | Minchan Kim | 2017-11-16 | 3 | -23/+46 |
* | mm, swap: introduce SWP_SYNCHRONOUS_IO | Minchan Kim | 2017-11-16 | 1 | -0/+3 |
* | mm/mempool.c: use kmalloc_array_node() | Johannes Thumshirn | 2017-11-16 | 1 | -1/+1 |
* | slub: fix sysfs duplicate filename creation when slub_debug=O | Miles Chen | 2017-11-16 | 1 | -0/+4 |
* | slab, slub, slob: convert slab_flags_t to 32-bit | Alexey Dobriyan | 2017-11-16 | 2 | -5/+5 |
* | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 2017-11-16 | 6 | -47/+48 |
* | mm/slab.c: only set __GFP_RECLAIMABLE once | David Rientjes | 2017-11-16 | 1 | -2/+2 |
* | mm/slob.c: remove an unnecessary check for __GFP_ZERO | Miles Chen | 2017-11-16 | 1 | -1/+1 |
* | mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory | Yang Shi | 2017-11-16 | 3 | -2/+67 |
* | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi | 2017-11-16 | 4 | -9/+6 |
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -4/+4 |
|\ |
|
| * | mm/huge_memory.c: fixup grammar in comment | Michael DeGuzis | 2017-10-12 | 1 | -4/+4 |
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-15 | 4 | -40/+20 |
|\ \ |
|
| * | | block: add a poll_fn callback to struct request_queue | Christoph Hellwig | 2017-11-03 | 1 | -1/+1 |
| * | | mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im... | Yafang Shao | 2017-10-14 | 1 | -1/+10 |
| * | | writeback: schedule periodic writeback with sysctl | Yafang Shao | 2017-10-09 | 1 | -2/+8 |
| * | | backing-dev: kill unused pdflush_proc_obsolete() | Jens Axboe | 2017-10-06 | 1 | -20/+0 |
| * | | writeback: pass in '0' for nr_pages writeback in laptop mode | Jens Axboe | 2017-10-03 | 1 | -16/+1 |
| * | | writeback: remove 'range_cyclic' argument for wb_start_writeback() | Jens Axboe | 2017-10-03 | 1 | -2/+2 |
| * | | fs: kill 'nr_pages' argument from wakeup_flusher_threads() | Jens Axboe | 2017-10-03 | 1 | -1/+1 |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-13 | 2 | -45/+79 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/mm' into x86/asm, to merge branches | Ingo Molnar | 2017-11-10 | 2 | -10/+10 |
| |\ \ \ |
|
| | * | | | mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2017-11-07 | 2 | -10/+10 |
| * | | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 | 56 | -8/+103 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes | Ingo Molnar | 2017-10-30 | 2 | -20/+10 |
| |\ \ \ \ |
|
| * | | | | | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2017-10-20 | 2 | -6/+21 |
| * | | | | | Merge branch 'x86/urgent' into x86/mm, to pick up fixes | Ingo Molnar | 2017-10-20 | 62 | -1977/+6526 |
| |\ \ \ \ \ |
|
| * | | | | | | mm, x86/mm: Fix performance regression in get_user_pages_fast() | Kirill A. Shutemov | 2017-09-13 | 1 | -39/+58 |
* | | | | | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 56 | -8/+103 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | mm, swap: fix race between swap count continuation operations | Huang Ying | 2017-11-03 | 1 | -6/+17 |
| * | | | | | | mm/huge_memory.c: deposit page table when copying a PMD migration entry | Zi Yan | 2017-11-03 | 1 | -0/+3 |
| * | | | | | | userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size | Andrea Arcangeli | 2017-11-03 | 1 | -2/+30 |
| * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 53 | -0/+53 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
* | | | | | | locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Paul E. McKenney | 2017-10-25 | 1 | -3/+3 |
* | | | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 2017-10-24 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-10-22 | 2 | -20/+10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | mm, percpu: add support for __GFP_NOWARN flag | Daniel Borkmann | 2017-10-19 | 1 | -5/+10 |