summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-07-27Merge branch 'for-next/core' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2026-07-27Merge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
2026-07-27Merge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2026-07-27Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/liveu...Mark Brown
2026-07-27Merge branch 'for-rc' of https://git.kernel.org/pub/scm/linux/kernel/git/jgg/...Mark Brown
2026-07-27Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/rppt/...Mark Brown
2026-07-27Merge branch 'hyperv-fixes' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
2026-07-27Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Mark Brown
2026-07-27Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/vkoul...Mark Brown
2026-07-27Merge branch 'driver-core-linus' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
2026-07-27Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
2026-07-27Merge branch 'mm-hotfixes-unstable' of https://git.kernel.org/pub/scm/linux/k...Mark Brown
2026-07-26kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-07-26stacktrace: header: repair kernel-doc commentsRandy Dunlap
2026-07-26llist: use correct function parameter nameRandy Dunlap
2026-07-26rbtree: fixup kernel-doc namesRandy Dunlap
2026-07-26taskstats: remove dead taskstats_exit_mutex declarationYiyang Chen
2026-07-26pps: don't allow PPS_KC_BIND on removed devicesCalvin Owens
2026-07-26watchdog/softlockup: fix softlockup typosMatthew Chen
2026-07-26mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
2026-07-26mm/damon: update outdated comment about DAMOS filter handlingSong Hu
2026-07-26mm/memory: move pte_install_uffd_wp_if_needed() into memory.cDev Jain
2026-07-26mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-07-26mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymousLorenzo Stoakes (ARM)
2026-07-26mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymousLorenzo Stoakes (ARM)
2026-07-26mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-07-26mm: introduce and use linear_folio_page_index()Lorenzo Stoakes (ARM)
2026-07-26mm/rmap: track whether the page VMA mapped walk is anonymousLorenzo Stoakes (ARM)
2026-07-26mm: introduce linear_virt_page_index()Lorenzo Stoakes (ARM)
2026-07-26mm/vma: introduce VMA virtual page offset field and add helpersLorenzo Stoakes (ARM)
2026-07-26mm/huge_memory: fold split_folio_to_list_to_order() into split_folio_to_order()Kiryl Shutsemau (Meta)
2026-07-26mm/huge_memory: remove unused can_split_folio()Kiryl Shutsemau (Meta)
2026-07-26mm: introduce pud_is_huge() helperKefeng Wang
2026-07-26mm/mseal: limit scope of mseal address zero to address zeroLorenzo Stoakes (ARM)
2026-07-26mm/page_alloc: remove a couple of VM_BUG_ON()stBrendan Jackman
2026-07-26mm/damon/core: hide core-private damon_ctx fieldsSJ Park
2026-07-26mm/damon/core: hide private damon_probe fieldsSJ Park
2026-07-26mm/damon/core: hide private damon_filter fieldsSJ Park
2026-07-26mm/damon/core: hide private damos fieldsSJ Park
2026-07-26mm/damon/core: hide private damos_filter fieldsSJ Park
2026-07-26mm/damon/core: hide private damos_quota fieldsSJ Park
2026-07-26mm/damon/core: hide private damos_quota_goal fieldsSJ Park
2026-07-26mm/damon/core: hide private damon_target fieldsSJ Park
2026-07-26mm/damon/core: hide private damon_region fieldsSJ Park
2026-07-26mm/vma: update create_init_stack_vma() to use vma_flags_tLorenzo Stoakes
2026-07-26mm: introduce vma_get_page_prot() and use itLorenzo Stoakes
2026-07-26mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes
2026-07-26mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes
2026-07-26mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes
2026-07-26mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes