aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-06-02mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-02mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-02mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2017-06-02mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks onceTetsuo Handa1-1/+3
2017-06-02slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-06-02mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko1-2/+5
2017-06-02ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski1-14/+2
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-12mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara1-1/+11
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-6/+3
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2-2/+20
2017-05-12mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park1-1/+3
2017-05-12mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab1-2/+0
2017-05-12hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2-1/+8
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-36/+24