aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra3-8/+67
2026-06-02sched: Add is_blocked task flagJohn Stultz1-1/+15
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz1-99/+96
2026-06-02sched: Rework block_task so it can be directly calledJohn Stultz1-22/+23
2026-06-02sched: deadline: Add dl_rq->curr pointer to address issues with Proxy ExecJohn Stultz2-0/+14
2026-06-02sched: deadline: Add some helper variables to cleanup deadline logicJohn Stultz1-11/+14
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz6-22/+33
2026-06-02locking: mutex: Fix proxy-exec potentially deactivating tasks marked TASK_RUNNINGJohn Stultz1-0/+1
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra3-89/+178
2026-06-02timekeeping: Use system_time_snapshot::systime/monoraw instead of ::real/rawThomas Gleixner1-4/+4
2026-06-02timekeeping: Provide ktime_get_snapshot_id()Thomas Gleixner1-21/+64
2026-06-01bpf: fix UAF by restoring RCU-delayed inode freeing in bpffsDeepanshu Kartikey1-2/+11
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis2-16/+54
2026-06-01verifier: parse BTF type tags for function argumentsEmil Tsalapatis1-35/+85
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+7
2026-06-01bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann2-9/+5
2026-06-01bpf: Reject exclusive maps as inner maps in map-in-mapDaniel Borkmann1-1/+4
2026-06-01bpf: Fix dynptr ref counting to scan all call framesAmery Hung1-23/+29
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung2-95/+103
2026-06-01bpf: Unify referenced object tracking in verifierAmery Hung1-60/+62
2026-06-01bpf: Remove redundant dynptr arg check for helperAmery Hung1-20/+1
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung5-297/+296
2026-06-01bpf: Preserve reg->id of pointer objects after null-checkAmery Hung1-9/+4
2026-06-01bpf: Assign reg->id when getting referenced kptr from ctxAmery Hung1-2/+3
2026-06-01bpf: Unify dynptr handling in the verifierAmery Hung1-146/+32
2026-06-01bpf: Simplify mark_stack_slot_obj_read() and callersAmery Hung1-48/+21
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar1-2/+2
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev2-8/+2
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)1-0/+1
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin1-2/+0
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin1-2/+3
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin1-3/+48
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin1-6/+5
2026-06-01liveupdate: skip serialization for context-preserving kexecPasha Tatashin1-3/+5
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)1-11/+21
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)1-0/+4
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)1-6/+33
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore1-3/+1
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha1-0/+6
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt1-0/+14
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-15/+17
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack1-12/+10
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi1-0/+16
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi1-0/+4
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas2-3/+26
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski1-25/+0
2026-05-31sched_ext: Guard BPF arena helper calls to fix 32-bit buildTejun Heo2-3/+16
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang2-9/+10
2026-05-30Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-24/+32
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)1-2/+0