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
2019-05-15mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2018-10-31mm: remove nobootmemMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra
2018-08-30vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein
2018-06-08mm: restructure memfd codeMike Kravetz
2018-04-06mm/swap_slots.c: use conditional compilationRandy Dunlap
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov
2017-11-16kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-09mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou
2017-02-28mm: add arch-independent testcases for RODATAJinbum Park
2017-02-25mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-23mm/swap: add cache for swap slots allocationTim Chen
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-08-09Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov
2016-07-27mm: Hardened usercopyKees Cook
2016-05-21z3fold: the 3-fold allocator for compressed pagesVitaly Wool
2016-03-26mm, kasan: SLAB supportAlexander Potapenko
2016-03-23kernel: add kcov code coverageDmitry Vyukov
2016-03-18mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim
2016-03-16mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-09-05userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli
2015-08-16[media] mm: Provide new get_vaddr_frames() helperJan Kara
2015-04-15mm: move memtest under mmVladimir Murzin
2015-04-15mm: cma: debugfs interfaceSasha Levin
2015-02-18move iov_iter.c from mm/ to lib/Al Viro
2015-02-17vfs: remove get_xip_memMatthew Wilcox
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-11mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner
2014-10-12Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-11mm: Support fadvise without CONFIG_MMUJosh Triplett
2014-10-10mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov
2014-10-10mm: move debug code out of page_alloc.cSasha Levin
2014-08-18mm: Support compiling out madvise and fadviseJosh Triplett
2014-08-07mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman
2014-08-07CMA: generalize CMA reserved area management functionalityJoonsoo Kim
2014-06-05mm: move get_user_pages()-related code to separate fileKirill A. Shutemov