summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
21 hoursmodule: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko
21 hoursaudit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
21 hourstracing: Prevent out-of-bounds read in glob matchingHuihui Huang
21 hoursbpf: Validate BTF repeated field counts before expansionPaul Moses
21 hoursbpf: Restore sysctl new-value from 1 to 0Dawei Feng
21 hoursbpf: Reject fragmented frames in devmapZhao Zhang
21 hoursposix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
21 hourssched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
21 hoursaudit: Fix data races of skb_queue_len() readers on audit_queueChi Wang
21 hoursperf/core: Detach event groups during remove_on_execTaeyang Lee
21 hourslocking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz
21 hoursperf: Fix dangling cgroup pointer in cpuctx backportWentao Guan
2026-07-04locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutexJohn Stultz
2026-07-04bpf: use kvfree() for replaced sysctl write bufferDawei Feng
2026-07-04block: invalidate cached plug timestamp after task switchUsama Arif
2026-07-04kernel/fork: clear PF_BLOCK_TS in copy_process()Usama Arif
2026-07-04ftrace: Check against is_kernel_text() instead of kaslr_offset()Steven Rostedt
2026-07-04ftrace: Test mcount_loc addr before calling ftrace_call_addr()Steven Rostedt
2026-07-04ftrace: Do not over-allocate ftrace memoryGuenter Roeck
2026-07-04ftrace: Have ftrace pages output reflect freed pagesSteven Rostedt
2026-07-04ftrace: Update the mcount_loc check of skipped entriesSteven Rostedt
2026-07-04scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt
2026-07-04locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
2026-07-04locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2026-07-04bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-06-19sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo
2026-06-19pidfd: refuse access to tasks that have started exiting harderChristian Brauner
2026-06-19timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
2026-06-19tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)
2026-06-19dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing
2026-06-19ima: kexec: move IMA log copy from kexec load to executeSteven Chen
2026-06-19ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen
2026-06-19time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
2026-06-19signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh
2026-06-09ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-06-09perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
2026-06-09remove pointless includes of <linux/fdtable.h>Al Viro
2026-06-01tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-06-01irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-06-01tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-06-01ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
2026-06-01cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang
2026-06-01sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
2026-06-01sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-06-01sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
2026-06-01sched/deadline: Fix dl_server behaviourPeter Zijlstra
2026-06-01sched/deadline: Fix dl_server getting stuckPeter Zijlstra
2026-06-01sched/deadline: Fix dl_server_stopped()Huacai Chen
2026-06-01sched/deadline: Less agressive dl_server handlingPeter Zijlstra
2026-05-23sched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo