Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-13mm: vmscan: scan until it finds eligible pagesMinchan Kim
2017-05-13mm, thp: copying user pages must schedule on collapseDavid Rientjes
2017-05-13mm: fix data corruption due to stale mmap readsJan Kara
2017-05-13dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-13mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-13mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park
2017-05-13mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab
2017-05-13hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-09mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka
2017-05-09mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka
2017-05-09mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran
2017-05-09mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran
2017-05-09fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-09mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-09mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-05-09mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-09mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-05-09mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka
2017-05-09mm, compaction: add migratetype to compact_controlVlastimil Babka
2017-05-09mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-05-09mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka
2017-05-09mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka
2017-05-09mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka
2017-05-09mm, compaction: reorder fields in struct compact_controlVlastimil Babka
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-05-08fix braino in generic_file_read_iter()Al Viro
2017-05-06Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-04Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-04kasan: separate report parts by empty linesAndrey Konovalov
2017-05-04kasan: improve double-free report formatAndrey Konovalov
2017-05-04kasan: print page description after stacksAndrey Konovalov
2017-05-04kasan: improve slab object descriptionAndrey Konovalov
2017-05-04kasan: change report headerAndrey Konovalov
2017-05-04kasan: simplify address description logicAndrey Konovalov
2017-05-04kasan: change allocation and freeing stack traces headersAndrey Konovalov
2017-05-04kasan: unify report headersAndrey Konovalov
2017-05-04kasan: introduce helper functions for determining bug typeAndrey Konovalov
2017-05-04mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi
2017-05-04mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi
2017-05-04mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying
2017-05-04mm/gup.c: fix access_ok() argument typeArnd Bergmann