aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31mm: split deferred_init_range into initializing and freeing partsPavel Tatashin1-70/+76
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik1-34/+13
2018-01-31mm: show total hugetlb memory consumption in /proc/meminfoRoman Gushchin1-12/+24
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2-9/+9
2018-01-31mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-01-31mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-01-31mm/mempolicy: remove redundant check in get_nodesYisheng Xie1-2/+0
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin1-6/+1
2018-01-31zswap: same-filled pages handlingSrividya Desireddy1-5/+66
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi1-1/+0
2018-01-31slub: remove obsolete comments of put_cpu_partial()Miles Chen1-3/+1
2018-01-31mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan1-3/+5
2018-01-31mm/slab.c: remove redundant assignments for slab_stateOscar Salvador1-4/+0
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee2-30/+29
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-31/+15
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+29
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-31/+21
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-01-23signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman1-9/+6
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman3-22/+15
2018-01-22mm, page_vma_mapped: Introduce pfn_in_hpage()Kirill A. Shutemov1-8/+9
2018-01-21mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-25/+38
2018-01-19mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador1-1/+0
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim1-2/+8
2018-01-15usercopy: Restrict non-usercopy caches to size 0Kees Cook1-1/+1
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor3-6/+10
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook3-2/+12
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook3-10/+56
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor4-12/+52
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook3-64/+53
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook1-5/+19
2018-01-15usercopy: Remove pointer from overflow reportKees Cook1-5/+4
2018-01-13kmemleak: allow to coexist with fault injectionDmitry Vyukov1-1/+1
2018-01-07new primitive: vmemdup_user()Al Viro1-1/+28
2018-01-07memdup_user(): switch to GFP_USERAl Viro1-6/+1
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-2/+2
2018-01-04mm/sparse.c: wrong allocation for mem_sectionBaoquan He1-1/+1
2018-01-04mm/zsmalloc.c: include fs.hSergey Senozhatsky1-0/+1
2018-01-04mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox1-14/+14
2018-01-04mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2018-01-04mm: check pfn_valid first in zero_resv_unavailDave Young1-0/+2
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-9/+2
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2017-12-21Revert "bdi: add error handle for bdi_debug_register"Jens Axboe1-4/+1
2017-12-18mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds4-12/+12
2017-12-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1