summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt
2026-05-21tracing: Simplify pages allocation for tracing_map logicRosen Penev
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng
2026-05-21tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)Yu Peng
2026-05-21tracing: Allow perf to read synthetic eventsSteven Rostedt
2026-05-21tracing: Switch trace_recursion_record.c code over to use guard()Yash Suthar
2026-05-21tracing: Bound synthetic-field strings with seq_bufPengpeng Hou
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-05-21sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng
2026-05-20sched_ext: Add cmask mask opsTejun Heo
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood
2026-05-20PM: hibernate: call preallocate_image() after freeze prepareMatthew Leach
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-05-20cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
2026-05-20Merge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh
2026-05-19locking/rtmutex: Annotate API and implementationBart Van Assche
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-19sched/fair: Update util_est after updating util_avg during dequeueVincent Guittot
2026-05-19sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()Yiyang Chen
2026-05-19sched/cputime: Drop now-stale mul_u64_u64_div_u64() over-approximation guardNicolas Pitre
2026-05-19sched/deadline: Fix replenishment logic for non-deferred serversYuri Andriaccio