summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-24rcu: Simplify rcu_do_batch() by applying clamp()Paul E. McKenney
2026-05-24torture: Add torture_sched_set_normal() for user-specified nice valuesPaul E. McKenney
2026-05-24rcutorture: Fully test lazy RCUPaul E. McKenney
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi
2026-05-22Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-05-22dma-contiguous: add kconfig option to setup numa cma area if not configured e...Feng Tang
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey
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