summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-18module: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko
2026-07-18audit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
2026-07-18tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-18liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi
2026-07-18perf/aux: Fix page UAF in map_range()Lee Jia Jie
2026-07-18bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
2026-07-18bpf: Keep dynamic inner array lookups nullableNuoqi Gui
2026-07-18bpf: Validate BTF repeated field counts before expansionPaul Moses
2026-07-18bpf: Restore sysctl new-value from 1 to 0Dawei Feng
2026-07-18bpf: Reject fragmented frames in devmapZhao Zhang
2026-07-18time/jiffies: Register jiffies clocksource before usageThomas Gleixner
2026-07-18posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
2026-07-18sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
2026-07-18audit: Fix data races of skb_queue_len() readers on audit_queueChi Wang
2026-07-18tracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu
2026-07-18bpf: Prefer dirty packs for eBPF allocationsPawan Gupta
2026-07-18bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
2026-07-18bpf: Skip redundant IBPB in pack allocatorPawan Gupta
2026-07-18bpf: Restrict JIT predictor flush to cBPFPawan Gupta
2026-07-18bpf: Support for hardening against JIT sprayingPawan Gupta
2026-07-18perf/core: Detach event groups during remove_on_execTaeyang Lee
2026-07-18futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior
2026-07-04sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup pathRik van Riel
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-11Merge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-09Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-07Merge tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-07Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
2026-06-03locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing
2026-06-03rv: Use 0 to check preemption enabled in opidGabriele Monaco
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco
2026-06-03rv: Fix __user specifier usage in extract_params()Gabriele Monaco
2026-06-03dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing
2026-06-02sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo
2026-06-02futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou
2026-06-02time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
2026-06-02clockevents: Fix duplicate type specifier in stub function parameterNaveen Kumar Chaudhary
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-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)