summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-15Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+13
2026-08-15Merge tag 'drm-fixes-2026-08-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds54-338/+792
2026-08-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-47/+25
2026-08-15Merge tag 'spi-fix-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+8
2026-08-15Merge tag 'regulator-fix-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-42/+32
2026-08-15Merge tag 'regmap-fix-v7.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-08-15Merge tag 'mmc-v7.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds5-6/+24
2026-08-15Merge tag 'pmdomain-v7.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-19/+26
2026-08-14Merge tag 'sound-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds12-16/+85
2026-08-14Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds6-19/+28
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-4/+258
2026-08-14Merge tag 'riscv-for-linus-v7.2-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+20
2026-08-14erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
2026-08-14sched: Update time before requeueing delayed entitiesVincent Guittot1-0/+2
2026-08-14Merge tag 'drm-xe-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie11-123/+279
2026-08-14Merge tag 'drm-misc-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie32-99/+337
2026-08-14Merge tag 'amd-drm-fixes-7.2-2026-08-12' of https://gitlab.freedesktop.org/ag...Dave Airlie13-116/+176
2026-08-14Merge tag 'trace-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+3
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu1-0/+2
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su1-1/+1
2026-08-13spi: virtio: mark device ready before registering the controllerJasper Wise1-0/+2
2026-08-13Revert "wifi: mt76: Disable napi when removing device"Mikhail Gavrilov1-4/+1
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds76-327/+894
2026-08-13Merge tag 'firewire-fixes-7.2-final' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2026-08-13Merge tag 'gpio-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+41
2026-08-13Merge tag 'm68k-for-v7.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2026-08-13drm/log: Fix infinite loop when scale is too large for displayShixiong Ou1-0/+6
2026-08-13drm/log: Fix out-of-bounds read on empty message lengthShixiong Ou1-0/+3
2026-08-13drm/log: Fix division by zero when scale module parameter is 0Shixiong Ou1-0/+3
2026-08-13Merge tag 'asoc-fix-v7.2-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai401-1949/+5965
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+5
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10
2026-08-13drm/xe/oa: Check managed mutex initialization errorsLinmao Li1-4/+5
2026-08-13drm/xe/oa: Fix sync entry leak on OA config emit failureLinmao Li1-0/+4
2026-08-13drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safeGajendra Uttamchand2-8/+21
2026-08-13drm/xe/pxp: add termination on resumeDaniele Ceraolo Spurio2-50/+139
2026-08-13drm/xe: Order ring writes before ring tail updatesMatthew Brost1-0/+7
2026-08-13drm/xe/guc_ads: use uncached mapping for UM queue BOJia Yao1-1/+2
2026-08-13drm/xe/guc_ads: allocate UM queues in VRAM on dGFXJia Yao2-9/+5
2026-08-13drm/xe/guc_ads: allocate UM queues in a separate BOJia Yao4-32/+83
2026-08-13drm/xe: Fix DPT allocation paths.Maarten Lankhorst1-25/+8
2026-08-13firewire: ohci: fix NULL pointer dereference in ar_context_releaseAleksandr Nogikh1-1/+3
2026-08-13l2tp: fix tunnel and session refcount leak on seq_file releaseEric Dumazet2-3/+57
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim1-2/+16
2026-08-13accel/amdxdna: Skip unmapped range in aie2_populate_range()Lizhi Hou1-0/+16
2026-08-13io_uring/rsrc: reject overflowing regvec bvec byte countsJérémy Jean1-2/+6
2026-08-13Merge tag 'ovpn-net-20260809' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski9-37/+63
2026-08-13sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang2-2/+8
2026-08-13Input: sur40 - fix V4L error path cleanupDmitry Torokhov1-1/+3
2026-08-13Input: sur40 - fix input device registration orderingDmitry Torokhov1-10/+11