summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)
2026-08-03HID: input: read battery capacity from its actual report offsetJose VillaseƱor Montfort
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds