summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)1-0/+4
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)1-6/+33
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore1-3/+1
2026-05-31bpf: reject overlarge global subprog argument sizesTaegu Ha1-0/+6
2026-05-31ring-buffer: Better comment the use of RB_MISSED_EVENTSSteven Rostedt1-0/+14
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-15/+17
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack1-12/+10
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi1-0/+16
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi1-0/+4
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas2-3/+26
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski1-25/+0
2026-05-31sched_ext: Guard BPF arena helper calls to fix 32-bit buildTejun Heo2-3/+16
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang2-9/+10
2026-05-30Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-24/+32
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)1-2/+0
2026-05-29cgroup/cpuset: Free sched domains on rebuild guard failureGuopeng Zhang1-1/+4
2026-05-29workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is presentMarco Crivellari1-1/+18
2026-05-29workqueue: Add warnings and fallback if system_{unbound}_wq is usedMarco Crivellari1-2/+10
2026-05-29perf/ftrace: Fix WARNING in __unregister_ftrace_functionRik van Riel1-1/+11
2026-05-29tracing: Disable KCOV instrumentation for trace_irqsoff.oKarl Mehltretter1-2/+3
2026-05-29tracing: Turn hist_elt_data field_var_str into a flexible arrayRosen Penev1-20/+11
2026-05-29tracing/osnoise: Array printk init and cleanupCrystal Wood1-15/+24
2026-05-29sched/fair: Use rq_clock() in update_tg_load_avg() rate-limitRik van Riel1-2/+2
2026-05-29sched_ext: Auto-register/unregister dl_server reservationsAndrea Righi3-7/+272
2026-05-29sched/deadline: Reject debugfs dl_server writes for offline CPUsAndrea Righi1-0/+3
2026-05-29sched/topology: Provide arch_llc_mask for cache aware schedulingShrikanth Hegde1-2/+11
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn1-42/+52
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn1-3/+3
2026-05-28taskstats: retain dead thread stats in TGID queriesYiyang Chen1-29/+33
2026-05-28kasan: skip HW tagging for all kernel thread stacksMuhammad Usama Anjum1-2/+3
2026-05-28bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()David Hildenbrand (Arm)1-1/+1
2026-05-28bpf: Fix race between bpf_map_new_fd() and close_fd()Leon Hwang1-33/+47
2026-05-28ring-buffer: Show persistent buffer dropped events in trace_pipe fileSteven Rostedt1-22/+34
2026-05-28ring-buffer: Show persistent buffer dropped events in trace fileSteven Rostedt1-3/+10
2026-05-28ring-buffer: Have dropped subbuffers be persistent across rebootsSteven Rostedt1-5/+6
2026-05-28ring-buffer: Cleanup buffer_data_page related codeMasami Hiramatsu (Google)1-52/+60
2026-05-28ring-buffer: Cleanup persistent ring buffer validationMasami Hiramatsu (Google)1-92/+108
2026-05-28ring-buffer: Show commit numbers in buffer_meta fileMasami Hiramatsu (Google)1-1/+4
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)3-0/+117
2026-05-28ring-buffer: Skip invalid sub-buffers when rewinding persistent ring bufferMasami Hiramatsu (Google)1-38/+69
2026-05-28ring-buffer: Skip invalid sub-buffers when validating persistent ring bufferMasami Hiramatsu (Google)1-47/+73
2026-05-28bpf: Cache build IDs in sleepable stackmap pathIhor Solodrai1-6/+55
2026-05-28bpf: Avoid faultable build ID reads under mm locksIhor Solodrai1-0/+109
2026-05-28bpf: Factor out stack_map build ID helpersIhor Solodrai1-17/+40
2026-05-28timers/migration: Update stale @online doc to @availableZhan Xusheng1-8/+10
2026-05-28cgroup: pair max limit READ_ONCE() with WRITE_ONCE()Ren Tamura1-2/+2
2026-05-28perf/core: out-of-line and export perf_allow_cpu/tracepoint()John Hubbard1-0/+18
2026-05-28dma-contiguous: simplify numa cma area handlingFeng Tang2-35/+15
2026-05-27audit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina4-26/+57
2026-05-27bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALLTejun Heo1-1/+2