summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
26 hourstimekeeping: Register default clocksource before taking tk_core.lockMikhail Gavrilov
26 hourssched/fair: Only update stats for allowed CPUs when looking for dst groupAdam Li
26 hoursaudit: fix removal of dangling executable rulesRicardo Robaina
26 hoursmodule: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko
26 hoursaudit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
26 hourstracing: Prevent out-of-bounds read in glob matchingHuihui Huang
26 hoursperf/aux: Fix page UAF in map_range()Lee Jia Jie
26 hoursbpf: Prefer dirty packs for eBPF allocationsPawan Gupta
26 hoursbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
26 hoursbpf: Skip redundant IBPB in pack allocatorPawan Gupta
26 hoursbpf: Restrict JIT predictor flush to cBPFPawan Gupta
26 hoursbpf: Support for hardening against JIT sprayingPawan Gupta
26 hoursbpf: Validate BTF repeated field counts before expansionPaul Moses
26 hoursbpf: Restore sysctl new-value from 1 to 0Dawei Feng
26 hoursbpf: Reject fragmented frames in devmapZhao Zhang
26 hourstime/jiffies: Register jiffies clocksource before usageThomas Gleixner
26 hoursposix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
26 hourssched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
26 hoursaudit: Fix data races of skb_queue_len() readers on audit_queueChi Wang
26 hoursperf/core: Detach event groups during remove_on_execTaeyang Lee
26 hoursfutex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior
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-06-19sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo
2026-06-19locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
2026-06-19futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou
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-19dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing
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-01tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-06-01cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
2026-06-01cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-06-01dma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang
2026-06-01irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-06-01fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
2026-06-01tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
2026-06-01ring-buffer: Flush and stop persistent ring buffer on panicMasami 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-01tracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)
2026-06-01tracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)
2026-06-01tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong
2026-06-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)
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