aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig3-86/+97
2026-08-04spi: Add support for StarFive JHB100 SFCMark Brown11-34/+62
2026-08-04mm/slab: add cache_ and slab_needs_objcg() helpersVlastimil Babka (SUSE)1-0/+3
2026-08-04mm/slab: introduce kfree_rcu_nolock()Harry Yoo (Oracle)2-13/+25
2026-08-04mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batchingHarry Yoo (Oracle)2-4/+16
2026-08-04Merge branch 'crashkernel-cma' into kexec-nextMike Rapoport (Microsoft)2-1/+12
2026-08-04memblock: add memblock_reserved_hugetlb_size()Pratyush Yadav (Google)1-0/+1
2026-08-04memblock: make HugeTLB bootmem allocation work with KHOPratyush Yadav (Google)1-0/+3
2026-08-04mm/mm_init: don't rely on memblock to get KHO scratch migratetypePratyush Yadav (Google)2-19/+15
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)1-0/+3
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)1-0/+7
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)1-0/+7
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)1-0/+3
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)1-4/+4
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)1-0/+3
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)1-3/+12
2026-08-03taskstats: remove dead taskstats_exit_mutex declarationYiyang Chen1-1/+0
2026-08-03pps: don't allow PPS_KC_BIND on removed devicesCalvin Owens1-0/+1
2026-08-03watchdog/softlockup: fix softlockup typosMatthew Chen1-2/+2
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner2-0/+6
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo1-0/+3
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo1-0/+1
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo1-0/+1
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo1-0/+2
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)1-6/+3
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)1-18/+16
2026-08-03HID: input: read battery capacity from its actual report offsetJose VillaseƱor Montfort1-0/+2
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner2-4/+38
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-5/+5
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+3
2026-08-03usb: core: Add quirk for 255-bytes initial config readNikhil Solanke1-0/+3
2026-08-03serial: 8250: allow UART drivers to override rx_trig_bytes handlingCrescent Hsieh1-0/+2
2026-08-03serial: 8250: allow low-level drivers to override break controlCrescent Hsieh2-0/+2
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever1-0/+2
2026-08-03svcrdma: Fix pcl_for_each_segment for empty chunksChris Mason1-1/+1
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song1-3/+0
2026-08-03uprobes: Switch uretprobes_srcu to SRCU-fast-updownPuranjay Mohan1-2/+3
2026-08-03srcu: Add lock guard for srcu_fast_updown flavorPuranjay Mohan1-0/+7
2026-08-03binfmt_misc: let a bpf handler request loader substitutionChristian Brauner1-0/+4
2026-08-03exec: carry a PT_INTERP substitute in struct linux_binprmChristian Brauner1-0/+3
2026-08-03binfmt_misc: let a bpf handler run the interpreter transparentlyChristian Brauner1-0/+4
2026-08-03exec: add AT_FLAGS_TRANSPARENT_INTERPChristian Brauner1-0/+22
2026-08-03binfmt_misc: add binfmt_misc_ops bpf struct_opsChristian Brauner1-0/+71
2026-08-03exec: stash bpf-selected interpreter state in struct linux_binprmChristian Brauner1-0/+8
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner1-1/+1
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner1-1/+1
2026-08-02fixp-arith: convert comments to kernel-doc formatRandy Dunlap1-2/+2
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung2-21/+24
2026-08-03bpf: Fold __szk const size handling into the scalar arg pathAmery Hung1-4/+7
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung2-3/+3