aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-08-03bpf: Pass kfunc meta to mem and mem_size checkAmery Hung1-12/+10
2026-08-03bpf: Split kfunc map argument into __const_map and __mapAmery Hung2-26/+35
2026-08-03bpf: Unify const map ptr argument checking for helpers and kfuncsAmery Hung1-53/+44
2026-08-03bpf: Drop process_timer_func wrappersAmery Hung1-14/+2
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo1-0/+1
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo1-2/+2
2026-08-02Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2026-08-02Merge tag 'perf-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-01cgroup: drop unneeded semicolonJulia Lawall1-1/+1
2026-08-02futex: Prevent robust futex exit race some moreKeno Fischer1-27/+58