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-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
2017-06-03mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-09mm: introduce __p4d_alloc()Kirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
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-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-25mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-25mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V
2017-02-25mm: codgin-style fixesTobin C Harding
2017-02-25mm/memory.c: use NULL instead of literal 0Tobin C Harding
2017-02-25mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-25mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-25mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-23mm: drop zap_details::check_swap_entriesKirill A. Shutemov
2017-02-23mm: drop zap_details::ignore_dirtyKirill A. Shutemov
2017-02-23userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz
2017-02-23userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd ...Mike Kravetz
2017-02-23mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-23mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-01-11dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2017-01-11mm: add follow_pte_pmd()Ross Zwisler
2017-01-08mm: stop leaking PageTablesHugh Dickins
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds