summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds3-7/+1
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds28-22/+555
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov5-1485/+1515
2016-07-26mm: Hardened usercopyKees Cook5-0/+327
2016-05-21z3fold: the 3-fold allocator for compressed pagesVitaly Wool4-1/+830
2016-03-25mm, kasan: SLAB supportAlexander Potapenko12-22/+266
2016-03-22kernel: add kcov code coverageDmitry Vyukov28-1/+567
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim6-6/+296
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott6-14/+89
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-608/+477
2015-09-10mm: introduce idle page trackingVladimir Davydov17-3/+512
2015-09-04userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli3-0/+276
2015-08-16[media] mm: Provide new get_vaddr_frames() helperJan Kara4-0/+278
2015-04-14mm: move memtest under mmVladimir Murzin7-21/+21
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-02-18move iov_iter.c from mm/ to lib/Al Viro3-2/+2
2015-02-17vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin9-5/+197
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin14-1/+855
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov6-298/+79
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim11-3/+554
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim7-0/+485
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner7-14/+13
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner9-404/+615
2014-10-12Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2014-10-10mm: Support fadvise without CONFIG_MMUJosh Triplett1-1/+2
2014-10-10mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov11-3/+37
2014-10-10mm: move debug code out of page_alloc.cSasha Levin3-161/+163
2014-08-18mm: Support compiling out madvise and fadviseJosh Triplett3-2/+18
2014-08-07mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman5-18/+495
2014-08-07CMA: generalize CMA reserved area management functionalityJoonsoo Kim8-291/+383
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov4-642/+655
2014-05-20block: move mm/bounce.c to block/Jens Axboe3-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-07mm: create generic early_ioremap() supportMark Salter4-0/+291
2014-04-07mm: per-thread vma cachingDavidlohr Bueso12-44/+231
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner8-23/+331
2014-04-02take iov_iter stuff to mm/iov_iter.cAl Viro3-222/+225
2014-01-31zsmalloc: move it under mmMinchan Kim9-34/+28
2013-09-10list: add a new LRU list typeDave Chinner3-1/+233
2013-07-11zswap: add to mm/Seth Jennings3-0/+964
2013-07-11zbud: add to mm/Seth Jennings4-0/+560
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov6-2/+528
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini6-1/+617
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse25-466/+357
2012-08-01mm: factor out memory isolate functionsMinchan Kim6-82/+93
2012-08-01memcg: rename config variablesAndrew Morton33-78/+78
2012-08-01mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V5-0/+179
2012-07-30Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds13-616/+608
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter6-31/+87
[next]