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
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-27mm: multi-gen LRU: admin guideYu Zhao
2022-09-27mm: multi-gen LRU: kill switchYu Zhao
2022-09-27mm: multi-gen LRU: minimal implementationYu Zhao
2022-09-27mm: multi-gen LRU: groundworkYu Zhao
2022-09-19mm/compaction: Get rid of RT ifdefferyThomas Gleixner
2022-09-12mm: remove EXPERIMENTAL flag for zswapDavid Heidelberg
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-30mm: Kconfig: fix typoSophia Gabriella
2022-07-22resource: Introduce alloc_free_mem_region()Dan Williams
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka
2022-05-20mm: Kconfig: simplify zswap configurationJohannes Weiner
2022-05-20mm: Kconfig: group swap, slab, hotplug and thp options into submenusJohannes Weiner
2022-05-20mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu
2022-05-13mm: enable PTE markers by defaultPeter Xu
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu
2022-04-29mm/mmap: drop arch_filter_pgprot()Anshuman Khandual
2022-04-29mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-03-25mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual
2022-03-23mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-02-26usercopy: Check valid lifetime via stack depthKees Cook
2022-01-22mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-12-06percpu: km: ensure it is used with NOMMU (either UP or SMP)Vladimir Murzin
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-06mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...David Hildenbrand
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-07-01mm: generalize ZONE_[DMA|DMA32]Kefeng Wang