summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-04mm/damon/lru_sort: error out for >10000 active_mem_bpSJ Park
2026-08-04samples/damon/mtier: error out for zero quota goal target valuesSJ Park
2026-08-04mailmap: map old addresses to Danila TikhonovDanila Tikhonov
2026-08-04mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logicLorenzo Stoakes (ARM)
2026-08-04mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-04MAINTAINERS: update address for Brendan JackmanBrendan Jackman
2026-08-04mm/filemap: __filemap_add_folio() restore index before retryingHugh Dickins
2026-08-04microblaze: restore the page alignment of swapper_pg_dirRamin Moussavi
2026-08-04arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)
2026-08-04mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-08-04mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-08-04Merge branch 'bnge-add-more-functionality'Jakub Kicinski
2026-08-04bnge: send hwrm for interface down/up transitionsVikas Gupta
2026-08-04bnge: add ndo_set_rx_mode_async supportVikas Gupta
2026-08-04bnge: refactor rx mode helpers to accept explicit address listsVikas Gupta
2026-08-04Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski
2026-08-04bnxt_en: Fix PTP PPS setting bugKeegan Freyhof
2026-08-04bnxt_en: Disable EOP for TPA on all chips to prevent data corruptionMichael Chan
2026-08-04bnxt_en: Refresh VNIC default ring on queue restart if neededShravya KN
2026-08-04bnxt_en: Determine and store default RX ring in vnic structureShravya KN
2026-08-04bnxt_en: Move RSS table fill outside __bnxt_hwrm_vnic_set_rss()Shravya KN
2026-08-04mm: memcontrol: update state_local when flushing NMI statsGuopeng Zhang
2026-08-04mm/rmap: add anon folio unmap dispatcherDev Jain
2026-08-04mm/rmap: refactor anon folio unmap in try_to_unmap_oneDev Jain
2026-08-04mm/rmap: refactor some code around lazyfree folio unmappingDev Jain
2026-08-04mm/rmap: add try_to_unmap_poisoned_hugetlb_oneDev Jain
2026-08-04mm/rmap: convert page -> folio for hwpoison checksDev Jain
2026-08-04selftests/mm: remove obsolete hugetlb vmemmap testMuchun Song
2026-08-04mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmdUsama Arif
2026-08-04mm/madvise: skip device-private PMDs in cold and pageout walksUsama Arif
2026-08-04mm/mempolicy: skip non-present PMDs when queueing foliosUsama Arif
2026-08-04tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()Lorenzo Stoakes
2026-08-04tools/testing/vma: default VMA, mm flag bits to 64-bitLorenzo Stoakes
2026-08-04mm/vma: use guard clauses in can_vma_merge_[before, after]()Lorenzo Stoakes
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
2026-08-04mm/vma: slightly rework the anonymous check in __mmap_new_vma()Lorenzo Stoakes
2026-08-04mm/vma: update vmg_adjust_set_range() to offset pgoff insteadLorenzo Stoakes
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes
2026-08-04mm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes
2026-08-04mm/vma: introduce vma_assert_can_modify()Lorenzo Stoakes
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm: introduce and use linear_page_delta()Lorenzo Stoakes
2026-08-04mm/vma: minor cleanup of expand_[upwards, downwards]()Lorenzo Stoakes
2026-08-04mm/vma: refactor vmg_adjust_set_range() for clarityLorenzo Stoakes