summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
17 hourstimekeeping: Register default clocksource before taking tk_core.lockMikhail Gavrilov
17 hoursaudit: fix removal of dangling executable rulesRicardo Robaina
17 hoursbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
17 hoursmodule: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko
17 hoursaudit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
17 hourstracing: Prevent out-of-bounds read in glob matchingHuihui Huang
17 hoursliveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi
17 hoursperf/aux: Fix page UAF in map_range()Lee Jia Jie
17 hoursbpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
17 hoursbpf: Keep dynamic inner array lookups nullableNuoqi Gui
17 hoursbpf: Validate BTF repeated field counts before expansionPaul Moses
17 hoursbpf: Restore sysctl new-value from 1 to 0Dawei Feng
17 hoursbpf: Reject fragmented frames in devmapZhao Zhang
17 hourstime/jiffies: Register jiffies clocksource before usageThomas Gleixner
17 hoursposix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
17 hourssched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
17 hoursaudit: Fix data races of skb_queue_len() readers on audit_queueChi Wang
17 hourstracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu
17 hoursbpf: Prefer dirty packs for eBPF allocationsPawan Gupta
17 hoursbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
17 hoursbpf: Skip redundant IBPB in pack allocatorPawan Gupta
17 hoursbpf: Restrict JIT predictor flush to cBPFPawan Gupta
17 hoursbpf: Support for hardening against JIT sprayingPawan Gupta
17 hoursperf/core: Detach event groups during remove_on_execTaeyang Lee
17 hoursfutex/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)