summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-01-31mm: split deferred_init_range into initializing and freeing partsPavel Tatashin
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik
2018-01-31mm: show total hugetlb memory consumption in /proc/meminfoRoman Gushchin
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko
2018-01-31mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-01-31mm/mempolicy: fix the check of nodemask from userYisheng Xie
2018-01-31mm/mempolicy: remove redundant check in get_nodesYisheng Xie
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin
2018-01-31zswap: same-filled pages handlingSrividya Desireddy
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi
2018-01-31slub: remove obsolete comments of put_cpu_partial()Miles Chen
2018-01-31mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan
2018-01-31mm/slab.c: remove redundant assignments for slab_stateOscar Salvador
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-23signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2018-01-22mm, page_vma_mapped: Introduce pfn_in_hpage()Kirill A. Shutemov
2018-01-21mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov
2018-01-19mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim
2018-01-15usercopy: Restrict non-usercopy caches to size 0Kees Cook
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook
2018-01-15usercopy: Remove pointer from overflow reportKees Cook
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov
2018-01-07new primitive: vmemdup_user()Al Viro
2018-01-07memdup_user(): switch to GFP_USERAl Viro
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-04mm/sparse.c: wrong allocation for mem_sectionBaoquan He
2018-01-04mm/zsmalloc.c: include fs.hSergey Senozhatsky
2018-01-04mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox
2018-01-04mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual
2018-01-04mm: check pfn_valid first in zero_resv_unavailDave Young
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-12-21Revert "bdi: add error handle for bdi_debug_register"Jens Axboe
2017-12-18mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-12-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds