summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-07Merge tag 'drm-xe-next-2026-07-03' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+18
2026-07-06cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()Waiman Long2-14/+64
2026-07-06cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_at...Waiman Long1-44/+59
2026-07-06cgroup/cpuset: Make attach_ctx.old_cs track task group leaderWaiman Long1-0/+21
2026-07-06cgroup/cpuset: Expand the scope of cpuset_can_attach_check()Waiman Long1-22/+30
2026-07-06cgroup/cpuset: Add a cpuset_reserve_dl_bw() helperWaiman Long1-18/+24
2026-07-06cgroup/cpuset: Put all task attach related variables into attach_ctxWaiman Long1-11/+10
2026-07-06cgroup/cpuset: Prevent race between task attach and cpuset state changeWaiman Long2-48/+53
2026-07-06cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask(...Waiman Long1-12/+18
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long2-6/+6
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi1-1/+6
2026-07-06workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detectionBreno Leitao1-3/+3
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan1-1/+0
2026-07-06PM: sleep: Fix off-by-one in wakelocks number limit checkHaowen Tu1-1/+1
2026-07-06tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood1-1/+3
2026-07-06ring-buffer: Fix event length with forced 8-byte alignmentHui Wang1-1/+2
2026-07-06tracing/synthetic: Free pending field on error pathYu Peng1-2/+4
2026-07-06clocksource: Remove unused WATCHDOG_INTERVAL_NS macroZhan Xusheng1-1/+0
2026-07-06hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()Zhan Xusheng1-3/+3
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner1-1/+15
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+15
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+9
2026-07-05Merge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
2026-07-05futex: Remove unnecessary NULL check before kvfree()Vasileios Almpanis1-2/+1
2026-07-05posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()Oleg Nesterov1-3/+6
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner3-60/+130
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann11-31/+126
2026-07-03uprobes/x86: Remove struct uprobe_trampoline objectJiri Olsa2-11/+0
2026-07-03Merge branch 'perf/urgent'Peter Zijlstra1-8/+9
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-23/+104
2026-07-02futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior1-6/+0
2026-07-02workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick()Breno Leitao1-1/+5
2026-07-02tracing/probes: Support dumping fetcharg program for debugging dynamic eventsMasami Hiramatsu (Google)7-32/+164
2026-07-02tracing/probes: Allow eprobe to use variable without $ prefixMasami Hiramatsu (Google)2-1/+12
2026-07-02tracing/probes: ignore id update from btf_type_skip_modifiersMartin Kaiser1-8/+5
2026-07-02tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTRMasami Hiramatsu (Google)3-8/+8
2026-07-02tracing/probes: make file offset error message probe-agnosticYudistira Putra2-2/+2
2026-07-02tracing: trace_fprobe: fix typo in function nameMartin Kaiser1-2/+2
2026-07-02perf/core: Detach event groups during remove_on_execTaeyang Lee1-8/+9
2026-07-02sched/eevdf: Delayed dequeue task can't preemptVincent Guittot1-4/+9
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo5-810/+860
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo2-57/+57
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo2-77/+119
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo2-97/+97
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-3/+17
2026-07-01bpf,lsm: Drop bpf_prog_free from sleepable_lsm_hooksSechang Lim1-1/+0
2026-07-01bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixupsTiezhu Yang1-1/+1
2026-07-01bpf: Add tracing_multi link info supportJiri Olsa1-0/+55
2026-07-01workqueue: dump the last woken worker for stalled poolsBreno Leitao1-2/+27
2026-07-01kexec_file: skip checksum verification when safeMichal Clapinski1-0/+27