summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski
2026-05-31sched_ext: Guard BPF arena helper calls to fix 32-bit buildTejun Heo
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang
2026-05-30Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
2026-05-29cgroup/cpuset: Free sched domains on rebuild guard failureGuopeng Zhang
2026-05-29workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is presentMarco Crivellari
2026-05-29workqueue: Add warnings and fallback if system_{unbound}_wq is usedMarco Crivellari
2026-05-29perf/ftrace: Fix WARNING in __unregister_ftrace_functionRik van Riel
2026-05-29tracing: Disable KCOV instrumentation for trace_irqsoff.oKarl Mehltretter
2026-05-29tracing: Turn hist_elt_data field_var_str into a flexible arrayRosen Penev
2026-05-29tracing/osnoise: Array printk init and cleanupCrystal Wood
2026-05-29sched/fair: Use rq_clock() in update_tg_load_avg() rate-limitRik van Riel
2026-05-29sched_ext: Auto-register/unregister dl_server reservationsAndrea Righi
2026-05-29sched/deadline: Reject debugfs dl_server writes for offline CPUsAndrea Righi
2026-05-29sched/topology: Provide arch_llc_mask for cache aware schedulingShrikanth Hegde
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn
2026-05-28taskstats: retain dead thread stats in TGID queriesYiyang Chen
2026-05-28kasan: skip HW tagging for all kernel thread stacksMuhammad Usama Anjum
2026-05-28bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()David Hildenbrand (Arm)
2026-05-28bpf: Fix race between bpf_map_new_fd() and close_fd()Leon Hwang
2026-05-28ring-buffer: Show persistent buffer dropped events in trace_pipe fileSteven Rostedt
2026-05-28ring-buffer: Show persistent buffer dropped events in trace fileSteven Rostedt
2026-05-28ring-buffer: Have dropped subbuffers be persistent across rebootsSteven Rostedt
2026-05-28ring-buffer: Cleanup buffer_data_page related codeMasami Hiramatsu (Google)
2026-05-28ring-buffer: Cleanup persistent ring buffer validationMasami Hiramatsu (Google)
2026-05-28ring-buffer: Show commit numbers in buffer_meta fileMasami Hiramatsu (Google)
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)
2026-05-28ring-buffer: Skip invalid sub-buffers when rewinding persistent ring bufferMasami Hiramatsu (Google)
2026-05-28ring-buffer: Skip invalid sub-buffers when validating persistent ring bufferMasami Hiramatsu (Google)
2026-05-28bpf: Cache build IDs in sleepable stackmap pathIhor Solodrai
2026-05-28bpf: Avoid faultable build ID reads under mm locksIhor Solodrai
2026-05-28bpf: Factor out stack_map build ID helpersIhor Solodrai
2026-05-28timers/migration: Update stale @online doc to @availableZhan Xusheng
2026-05-28cgroup: pair max limit READ_ONCE() with WRITE_ONCE()Ren Tamura
2026-05-28dma-contiguous: simplify numa cma area handlingFeng Tang
2026-05-27audit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
2026-05-27bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALLTejun Heo
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie
2026-05-27workqueue: drop spurious '*' from print_worker_info() fn declarationBreno Leitao
2026-05-27sched_ext: idle: Fix errno loss in scx_idle_init()Cheng-Yang Chou
2026-05-26audit: fix removal of dangling executable rulesRicardo Robaina
2026-05-26audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina