aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli1-66/+667
2017-07-06mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang1-1/+1
2017-07-06mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers1-7/+6
2017-07-06mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay1-1/+1
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen1-14/+46
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook1-3/+2
2017-07-06mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu1-6/+2
2017-07-06mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang1-31/+38
2017-07-06mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang1-7/+11
2017-07-06mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang1-13/+8
2017-07-06mm/slub.c: remove a redundant assignment in ___slab_alloc()Wei Yang1-1/+0
2017-07-06thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov1-1/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds7-40/+465
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-20/+8
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+16
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+59
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2-1/+3
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou2-2/+8
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-24/+51
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-14/+26
2017-06-23mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-06-23mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar7-111/+114
2017-06-21Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-21percpu: fix early calls for spinlock in pcpu_statsDennis Zhou1-4/+6
2017-06-21percpu: resolve err may not be initialized in pcpu_allocDennis Zhou1-1/+3
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou3-0/+16
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou7-0/+380
2017-06-20percpu: migrate percpu data structures to internal headerDennis Zhou2-23/+40
2017-06-20percpu: add missing lockdep_assert_held to func pcpu_free_areaDennis Zhou1-0/+2
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues1-7/+25
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+32
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar18-171/+227
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar3-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar4-11/+11
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-17mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang1-3/+3
2017-06-17mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+7
2017-06-17swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-17mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig2-1/+3
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2-6/+6
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe10-48/+106
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-06-05tmpfs: generate random sb->s_uuidAmir Goldstein1-0/+2
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-06-05Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar10-48/+106
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-11/+45
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2-12/+13