summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-02-23wifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges-2/+2
2026-02-23wifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai-1/+1
2026-02-23wifi: brcmfmac: Fix potential kernel oops when probe failsMarek Szyprowski-8/+8
2026-02-22hwmon: (aht10) Fix initialization commands for AHT20Hao Yu-2/+4
2026-02-22hwmon: (macsmc) Fix overflows, underflows, and sign extensionGuenter Roeck-12/+16
2026-02-22hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driverGuenter Roeck-14/+11
2026-02-23device property: Allow secondary lookup in fwnode_get_next_child_node()Andy Shevchenko-14/+13
2026-02-22Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-69/+129
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-675/+489
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2010/+1005
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-232/+232
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10106/+10106
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-15618/+14992
2026-02-21Merge tag 'ntb-7.0' of https://github.com/jonmason/ntbLinus Torvalds-192/+196
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+10
2026-02-21HID: pidff: Fix condition effect bit clearingTomasz PakuĊ‚a-4/+7
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15618/+14992
2026-02-21ovpn: tcp - fix packet extraction from streamRalf Lici-17/+36
2026-02-20Merge tag 'spi-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-42/+23
2026-02-20Merge tag 'regulator-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds-25/+18
2026-02-20Merge tag 'pci-v7.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+39
2026-02-20bnxt_en: Fix deleting of Ntuple filtersPavan Chebbi-0/+3
2026-02-20bnxt_en: Fix RSS context delete logicPavan Chebbi-6/+4
2026-02-20Merge tag 'dmi-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jde...Linus Torvalds-0/+1
2026-02-20Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-55/+82
2026-02-20net: ethernet: xscale: Check for PTP support properlyLinus Walleij-4/+4
2026-02-20net: phy: qcom: qca807x: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-20Merge tag 'i2c-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-106/+164
2026-02-20Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-949/+2118
2026-02-20Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-463/+406
2026-02-20NTB: ntb_transport: Use seq_file for QP stats debugfsKoichiro Den-93/+39
2026-02-20NTB: ntb_transport: Fix too small buffer for debugfs_nameKoichiro Den-2/+2
2026-02-20ntb/ntb_tool: correct sscanf format for u64 and size_t in tool_peer_mw_trans_...yangqixiao-1/+1
2026-02-20ntb: intel: Add Intel Gen6 NTB support for DiamondRapidsDave Jiang-9/+35
2026-02-20NTB/msi: Remove unused functionsDr. David Alan Gilbert-64/+0
2026-02-20ntb: ntb_hw_switchtec: Increase MAX_MWS limit to 256Maciej Grochowski-1/+1
2026-02-20ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds accessMaciej Grochowski-0/+6
2026-02-20ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lutMaciej Grochowski-2/+4
2026-02-20NTB: epf: allow built-in buildBaruch Siach-1/+0
2026-02-20ntb: migrate to dma_map_phys instead of map_pageChu Guangqing-6/+6
2026-02-20NTB: ntb_transport: Add 'tx_memcpy_offload' module optionKoichiro Den-4/+100
2026-02-20NTB: ntb_transport: Remove unused 'retries' field from ntb_queue_entryKoichiro Den-9/+2
2026-02-20rtc: ds1390: fix number of bytes read from RTCAndreas Gabriel-Platschek-1/+1
2026-02-20rtc: class: Remove duplicate check for alarmJinjie Ruan-1/+1
2026-02-20rtc: optee: simplify OP-TEE context matchRouven Czerwinski-4/+1
2026-02-20rtc: interface: Alarm race handling should not discard preceding errorAnthony Pighin (Nokia)-1/+1
2026-02-20Merge tag 'kmalloc_obj-prep-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2026-02-21Merge tag 'drm-xe-next-fixes-2026-02-19' of https://gitlab.freedesktop.org/dr...Dave Airlie-60/+71
2026-02-21Merge tag 'drm-intel-next-fixes-2026-02-20' of https://gitlab.freedesktop.org...Dave Airlie-0/+3