summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara
2026-02-12lib/group_cpus: handle const qualifier from clusters allocation typeKees Cook
2026-02-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai
2026-02-12scripts/gdb: implement x86_page_ops in mm.pySeongjun Hong
2026-02-12objpool: fix the overestimation of object pooling metadata sizezhouwenhao
2026-02-12selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONTAristeu Rozanski
2026-02-12delayacct: fix build regression on accounting toolArnd Bergmann
2026-02-12mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-02-12selftests/mm: add memory failure dirty pagecache testMiaohe Lin
2026-02-12selftests/mm: add memory failure clean pagecache testMiaohe Lin
2026-02-12selftests/mm: add memory failure anonymous page testMiaohe Lin
2026-02-12mm: rmap: support batched unmapping for file large foliosBaolin Wang
2026-02-12arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang
2026-02-12arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang
2026-02-12mm: rmap: support batched checks of the references for large foliosBaolin Wang
2026-02-12tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes
2026-02-12tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes
2026-02-12tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes
2026-02-12tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes
2026-02-12mm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes
2026-02-12mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes
2026-02-12mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes
2026-02-12mm: use unmap_desc struct for freeing page tablesLiam R. Howlett
2026-02-12mm/vma: use unmap_region() in vms_clear_ptes()Liam R. Howlett
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
2026-02-12mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett
2026-02-12mm: change dup_mmap() recoveryLiam R. Howlett
2026-02-12mm/vma: add page table limit to unmap_region()Liam R. Howlett
2026-02-12mm/memory: add tree limit to free_pgtables()Liam R. Howlett
2026-02-12mm/vma: add limits to unmap_region() for vmasLiam R. Howlett
2026-02-12mm/mmap: abstract vma clean up from exit_mmap()Liam R. Howlett
2026-02-12mm/mmap: move exit_mmap() trace pointLiam R. Howlett
2026-02-12mm: relocate the page table ceiling and floor definitionsLiam R. Howlett
2026-02-12mm: folio_zero_user: open code range computation in folio_zero_user()Ankur Arora
2026-02-12mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao
2026-02-12mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao
2026-02-12procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko