summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh1-0/+1
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+10
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-8/+15
2026-05-22dma-contiguous: add kconfig option to setup numa cma area if not configured e...Feng Tang2-2/+20
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey1-6/+5
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt1-11/+8
2026-05-21tracing: Simplify pages allocation for tracing_map logicRosen Penev2-20/+12
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun1-1/+1
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng1-2/+2
2026-05-21tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)Yu Peng1-6/+3
2026-05-21tracing: Allow perf to read synthetic eventsSteven Rostedt1-27/+94
2026-05-21tracing: Switch trace_recursion_record.c code over to use guard()Yash Suthar1-5/+3
2026-05-21tracing: Bound synthetic-field strings with seq_bufPengpeng Hou1-12/+29
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar1-1/+1
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+29
2026-05-21sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti1-2/+15
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)1-4/+13
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+22
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng2-2/+53
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng2-3/+20
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng1-10/+26
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng2-1/+15
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng1-0/+13
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng1-8/+19
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng1-8/+15
2026-05-20sched_ext: Add cmask mask opsTejun Heo2-0/+279
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo3-15/+156
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo2-10/+10
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood1-2/+5
2026-05-20PM: hibernate: call preallocate_image() after freeze prepareMatthew Leach1-37/+9
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier1-4/+2
2026-05-20cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li1-4/+3
2026-05-20Merge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-0/+5
2026-05-19locking/rtmutex: Annotate API and implementationBart Van Assche2-3/+32
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak1-9/+54
2026-05-19Merge branch 'sched/cache'Peter Zijlstra7-56/+1695
2026-05-19sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt1-0/+8
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz1-0/+1
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak1-0/+19
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi1-1/+10
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi1-6/+114
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak3-22/+97
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi1-27/+11
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde3-3/+3
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde1-5/+4