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
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-04-06mm: swap: clean up swap readaheadMinchan Kim
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-07mm: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01mm: correct comments regarding do_fault_around()William Kucharski
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox
2018-02-01mm: update comment describing tlb_gather_mmuMike Rapoport
2018-01-20mm, dax: introduce pfn_t_special()Dan Williams
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim
2017-12-16Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-12-15mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-30mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams
2017-11-30mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams
2017-11-30mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-16mm: do not rely on preempt_count in print_vma_addrMichal Hocko
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-16mm: account pud page tablesKirill A. Shutemov
2017-11-16mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse
2017-11-16mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim
2017-11-16mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney
2017-10-04mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-09mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-09mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan
2017-09-07mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying
2017-09-07mm, swap: VMA based swap readaheadHuang Ying
2017-09-07mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying
2017-09-07mm: always flush VMA ranges affected by zap_page_rangeMel Gorman
2017-09-07mm: add vm_insert_mixed_mkwrite()Ross Zwisler
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-19mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-19mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-11mm: refactor TLB gathering APIMinchan Kim
2017-08-03mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-13mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-07-11mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-07mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins