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
AgeCommit message (Expand)Author
2017-05-04mm: do not use double negation for testing page flagsMinchan Kim
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28mm: add new mmgrab() helperVegard Nossum
2017-01-11mm: get rid of __GFP_OTHER_NODEMichal Hocko
2017-01-11mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V
2016-12-15radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-15mm: add orig_pte field into vm_faultJan Kara
2016-12-15mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-15mm: join struct fault_env and vm_faultJan Kara
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-13mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner
2016-12-13mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner
2016-12-01mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure
2016-09-20mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz
2016-09-20khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov
2016-07-29mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka
2016-07-29mm: convert zone_reclaim to node_reclaimMel Gorman
2016-07-29mm: move most file-based accounting to the nodeMel Gorman
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-27mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz
2016-07-27mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov
2016-07-27khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov