aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)1-0/+35
2026-08-04kho: allow early-boot usage of the KHO radix treePratyush Yadav (Google)1-2/+22
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)1-11/+13
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)1-0/+12
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)1-12/+15
2026-08-04kho: move all memory retrieval logic to kho_mem_retrieve()Pratyush Yadav (Google)1-13/+19
2026-08-04kho: store incoming radix tree in kho_inPratyush Yadav (Google)1-16/+22
2026-08-03taskstats: return -EBADF when cgroupstats receives an invalid fdYiyang Chen1-1/+1
2026-08-03kernel/fork: declare max_threads __read_mostlyJianChunfu1-1/+1
2026-08-03kernel: refactor: shorten has_pending_signalsAndrea Calabrese1-22/+4
2026-08-03signal: avoid unconditional siginfo copy in send_signal_locked()Oleg Nesterov1-8/+15
2026-08-03signal: change sys_kill() to use SEND_SIG_NOINFOOleg Nesterov1-5/+1
2026-08-03signal: avoid shared siginfo namespace rewritesBradley Morgan1-0/+4
2026-08-03watchdog/softlockup: fix softlockup typosMatthew Chen1-8/+8
2026-08-03kernel/params: fix a pr_debug(" %p ") in parse_one()Jim Cromie1-2/+2
2026-08-03resource: downgrade "resource sanity check" warning to debug levelManuel Quintero Fonseca1-1/+1
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner1-0/+6
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo5-11/+141
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo6-33/+558
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo2-24/+143
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo2-70/+118
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo3-6/+10
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo1-8/+13
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo2-30/+30
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo2-90/+90
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo3-8/+8
2026-08-03kho: disallow wide keys in radix treePratyush Yadav (Google)1-0/+12
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)1-8/+11
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)1-40/+36
2026-08-03Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-6/+16
2026-08-03sched_ext: Initialize idle masks as busyAndrea Righi1-8/+8
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-10/+41
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-17/+81
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song1-2/+0
2026-08-03uprobes: Switch uretprobes_srcu to SRCU-fast-updownPuranjay Mohan1-12/+17
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-03bpf: Fix mmap_lock deadlock on arena lock failureJiayuan Chen1-2/+6
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung2-17/+85
2026-08-03bpf: Classify scalar kfunc arguments from BTFAmery Hung1-50/+91
2026-08-03bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULLAmery Hung1-80/+67
2026-08-03bpf: Classify kfunc pointer arguments from BTF, resolve type against the registerAmery Hung1-54/+76
2026-08-03bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZEAmery Hung1-17/+21
2026-08-03bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL typeAmery Hung1-22/+15
2026-08-03bpf: Classify kfunc mem_size args from BTF without register stateAmery Hung1-11/+9
2026-08-03bpf: Fold __szk const size handling into the scalar arg pathAmery Hung1-34/+32
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung10-66/+65
2026-08-03bpf: Check fixed-size mem args of helpers and kfuncs the same wayAmery Hung1-11/+17
2026-08-03bpf: Check helper and kfunc mem+size arguments identicallyAmery Hung1-18/+13
2026-08-03bpf: Resolve map lookup result type at lookup timeEduard Zingerman1-49/+30