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
2016-05-27mm: oom_reaper: remove some bloatMichal Hocko
2016-05-21mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams
2016-01-16thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-16mm: drop tail page refcountingKirill A. Shutemov
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-15mm, shmem: add internal shmem resident memory accountingJerome Marchand
2016-01-12mm: Add a vm_special_mapping.fault() methodAndy Lutomirski
2015-11-07mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-11-07mm: make compound_head() robustKirill A. Shutemov
2015-11-07mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-07mm: drop page->slab_pageKirill A. Shutemov
2015-11-06mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi
2015-09-09mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov
2015-09-05x86, mm: trace when an IPI is about to be sentMel Gorman
2015-09-05userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-15mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov
2015-02-12mm: add fields for compound destructor and order into struct pageKirill A. Shutemov
2015-02-11mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo
2014-12-11mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-08-09fork/exec: cleanup mm initializationVladimir Davydov
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-05memcg: kill CONFIG_MM_OWNEROleg Nesterov
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski
2014-04-14Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen
2014-04-08mm: per-thread vma cachingDavidlohr Bueso
2013-12-21mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov
2013-12-19mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-11-22mm: place page->pmd_huge_pte to right unionKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov