summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky
2017-11-15mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao
2017-11-15mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim
2017-11-15mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko
2017-11-15mm, memory_hotplug: do not fail offlining too earlyMichal Hocko
2017-11-15mm, page_alloc: fail has_unmovable_pages when seeing reserved pagesMichal Hocko
2017-11-15mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko
2017-11-15mm: drop migrate type checks from has_unmovable_pagesMichal Hocko
2017-11-15mm/page-writeback.c: remove unused parameter from balance_dirty_pages()Tahsin Erdogan
2017-11-15mm, swap: fix false error message in __swp_swapcount()Huang Ying
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim
2017-11-15mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-15slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes
2017-11-15mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar
2017-11-07mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-10-20Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann
2017-10-14mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying
2017-10-13mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon