summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-17ping: annotate data-races in ping_lookup()Eric Dumazet-12/+19
2026-02-17net: dsa: MxL862xx: don't force-enable MAXLINEAR_GPHYArnd Bergmann-1/+0
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera-0/+2
2026-02-17net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet-1/+6
2026-02-17net: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann-0/+1
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski-2/+7
2026-02-17ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet-4/+7
2026-02-17drm/xe: Prevent VFs from exposing the CCS mode sysfs fileNareshkumar Gollakoti-1/+1
2026-02-17drm/xe/hwmon: Prevent unintended VRAM channel creationKarthik Poosa-3/+3
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann-7/+7
2026-02-17drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav-1/+1
2026-02-17drm/xe: Make xe_modparam.force_vram_bar_size signedShuicheng Lin-1/+1
2026-02-17drm/xe/vf: Avoid reading media version when media GT is disabledPiotr Piórkowski-0/+6
2026-02-17drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper-10/+8
2026-02-17drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin-5/+5
2026-02-17drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao-1/+6
2026-02-17drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko-4/+8
2026-02-17drm/xe/pf: Fix sysfs initializationMichal Wajdeczko-28/+26
2026-02-17drm/xe/hwmon: Prevent unintended VRAM channel creationKarthik Poosa-3/+3
2026-02-17Merge tag 'turbostat-2026.02.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-539/+936
2026-02-17Merge tag 'ntfs3_for_7.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds-1134/+1822
2026-02-17Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-134/+481
2026-02-17Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-20/+24
2026-02-17Merge tag 'v7.0-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds-73/+136
2026-02-17Merge branch 'libbpf-fix-perm-errors-for-ldimm_64_full_range_off'Andrii Nakryiko-9/+16
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis-7/+13
2026-02-17libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis-2/+3
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-455/+704
2026-02-17Merge tag 'phy-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-880/+11329
2026-02-17Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-94/+57
2026-02-17Input: libps2 - embed WARN_ON(1) macros into their enclosing if statementsMax Brener-9/+3
2026-02-17Merge tag 'spdx-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-38/+13
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4595/+3495
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-415/+797
2026-02-17Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1509/+1111
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5384/+15790
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-106/+183
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-90/+149
2026-02-17drm/panic: depends on PRINTKJocelyn Falempe-1/+1
2026-02-17drm/i915/dp: Add missing slice count check during mode validationImre Deak-0/+3
2026-02-17spi: spidev: fix lock inversion between spi_lock and buf_lockFabian Godehardt-41/+22
2026-02-17cpuidle: menu: Remove single state handlingChristian Loehle-1/+1
2026-02-17cpuidle: teo: Remove single state handlingChristian Loehle-6/+0
2026-02-17cpuidle: haltpoll: Remove single state handlingAboorva Devarajan-3/+1
2026-02-17s390/smp: Avoid calling rebuild_sched_domains() earlyHeiko Carstens-1/+1
2026-02-17s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=nAlexander Egorenkov-1/+2
2026-02-17cpuidle: Skip governor when only one idle state is availableAboorva Devarajan-0/+10
2026-02-17drm/i915/dp_mst: Allow modes requiring compression for DSC passthroughImre Deak-2/+16
2026-02-17drm/i915/dp_mst: Track min link BPP as x16 fixed-point during mode validationImre Deak-3/+3
2026-02-17drm/i915/dp: Export intel_dp_compute_min_compressed_bpp_x16()Imre Deak-4/+8