summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-02-27soc: qcom: ubwc: add missing includeDmitry Baryshkov1-0/+1
2026-02-27hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-0/+2
2026-02-27mfd: wm8350-core: Use IRQF_ONESHOTSebastian Andrzej Siewior1-1/+1
2026-02-27genirq: Set IRQF_COND_ONESHOT in devm_request_irq().Sebastian Andrzej Siewior1-1/+1
2026-02-27ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-1/+0
2026-02-27seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-02-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet2-0/+15
2026-02-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-2/+66
2026-02-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-0/+2
2026-02-27rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-1/+1
2026-02-27crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_nodeChenghai Huang1-1/+0
2026-02-27crypto: hisilicon/qm - centralize the sending locks of each module into qmChenghai Huang1-0/+1
2026-02-27crypto: hisilicon/qm - enhance the configuration of req_type in queue attributesChenghai Huang1-2/+1
2026-02-27crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for...Chenghai Huang1-0/+8
2026-02-27Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne1-0/+2
2026-02-27io_uring/eventfd: remove unused ctx->evfd_last_cq_tail memberJens Axboe1-4/+3
2026-02-27device_cgroup: remove branch hint after code refactorBreno Leitao1-1/+1
2026-02-27audit: move the compat_xxx_class[] extern declarations to audit_arch.hBen Dooks2-6/+7
2026-02-19f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong1-28/+45
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+2
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2026-02-07Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+6
2026-02-06Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+19
2026-02-06procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-0/+3
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+12
2026-02-05livepatch: Fix having __klp_objects relics in non-livepatch modulesPetr Pavlu1-0/+3
2026-02-05Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+1
2026-02-05ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko1-0/+6
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner1-4/+2
2026-02-02tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflowDeepanshu Kartikey1-6/+19
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2026-01-31perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt1-0/+5
2026-01-31Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+9
2026-01-30net: add skb_header_pointer_careful() helperEric Dumazet1-0/+12
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+26
2026-01-29Merge tag 'net-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+9
2026-01-29nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima1-0/+2
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde1-0/+9
2026-01-27mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-3/+6
2026-01-27memfd: export alloc_file()Pratyush Yadav (Google)1-0/+6
2026-01-27mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin1-0/+14
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2026-01-25Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2026-01-24Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2026-01-24bonding: annotate data-races around slave->last_rxEric Dumazet1-6/+7
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2026-01-23Merge tag 'drm-fixes-2026-01-23' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+17
2026-01-23PCI/IDE: Fix off by one error calculating VF RID rangeLi Ming1-1/+1
2026-01-23Revert "PCI/TSM: Report active IDE streams"Dan Williams2-5/+0