summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-08-04mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)
2026-08-04mm/bootmem_info: allow calling free_bootmem_page() on pages without a bootmem...David Hildenbrand (Arm)
2026-08-04mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)
2026-08-04userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolutionKiryl Shutsemau (Meta)
2026-08-04mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWPKiryl Shutsemau (Meta)
2026-08-04userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbingKiryl Shutsemau (Meta)
2026-08-04mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUPKiryl Shutsemau (Meta)
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)
2026-08-04mm: add VM_UFFD_RWP VMA flagKiryl Shutsemau (Meta)
2026-08-04userfaultfd: test uffd VMA flags through the vma_flags_t APIKiryl Shutsemau (Meta)
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)
2026-08-04mm: move reclaim-internal declarations out of swap.hJianyue Wu
2026-08-04mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu
2026-08-04mm/damon/core: change damon_stop() return type to voidSJ Park
2026-08-04percpu: replace __ASSEMBLY__ with __ASSEMBLER__ in percpu-defs.h header fileThomas Huth
2026-08-05iio: core: add IIO_VAL_DECIMAL64_FEMTO format typeWadim Mueller
2026-08-04remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()Mukesh Ojha
2026-08-04remoteproc: replace BSD blurb with SPDX identifier in rsc_table.hMukesh Ojha
2026-08-04remoteproc: replace BSD blurb with SPDX identifier in remoteproc.hMukesh Ojha
2026-08-04remoteproc: fix coding style issues in remoteproc.hMukesh Ojha
2026-08-04Merge tag 'qcom-drivers-for-7.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2026-08-04security: lsm: allow LSMs to register for late_initcall_sync initYeoreum Yun
2026-08-04ASoC: SOF: ipc4-topology: Pipeline params improvementsMark Brown
2026-08-04block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.hChristoph Hellwig
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-04spi: Add support for StarFive JHB100 SFCMark Brown
2026-08-04mm/slab: add cache_ and slab_needs_objcg() helpersVlastimil Babka (SUSE)
2026-08-04mm/slab: introduce kfree_rcu_nolock()Harry Yoo (Oracle)
2026-08-04mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batchingHarry Yoo (Oracle)
2026-08-04Merge branch 'crashkernel-cma' into kexec-nextMike Rapoport (Microsoft)
2026-08-04memblock: add memblock_reserved_hugetlb_size()Pratyush Yadav (Google)
2026-08-04memblock: make HugeTLB bootmem allocation work with KHOPratyush Yadav (Google)
2026-08-04mm/mm_init: don't rely on memblock to get KHO scratch migratetypePratyush Yadav (Google)
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)
2026-08-03taskstats: remove dead taskstats_exit_mutex declarationYiyang Chen
2026-08-03pps: don't allow PPS_KC_BIND on removed devicesCalvin Owens
2026-08-03watchdog/softlockup: fix softlockup typosMatthew Chen
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo