summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-01bpf: Simplify mark_stack_slot_obj_read() and callersAmery Hung
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin
2026-06-01liveupdate: skip serialization for context-preserving kexecPasha Tatashin
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha
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)