summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-27md/raid1: fix data lost for writemostly rdevYu Kuai1-1/+1
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27PCI: endpoint: pci-epf-vntb: Stop cmd_handler work in epf_ntb_epc_cleanupKoichiro Den1-0/+1
2026-04-27i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner1-1/+1
2026-04-27net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52
2026-04-27wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau2-5/+2
2026-04-27md/raid1,raid10: don't ignore IO flagsYu Kuai2-11/+0
2026-04-27PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardownKoichiro Den1-17/+1
2026-04-27media: hackrf: fix to not free memory after the device is registered in hackr...Jeongjun Park1-3/+4
2026-04-27media: vidtv: fix pass-by-value structs causing MSAN warningsAbd-Alrhman Masalkhi3-28/+28
2026-04-27media: as102: fix to not free memory after the device is registered in as102_...Jeongjun Park1-0/+2
2026-04-27bcache: fix cached_dev.sb_bio use-after-free and crashMingzhe Zou1-0/+7
2026-04-27media: em28xx: fix use-after-free in em28xx_v4l2_open()Abhishek Kumar1-4/+10
2026-04-27media: mediatek: vcodec: fix use-after-free in encoder release pathFan Wu1-0/+9
2026-04-27media: vidtv: fix nfeeds state corruption on start_streaming failureRuslan Valiyev1-1/+3
2026-04-27ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-04-27iio: common: st_sensors: Fix use of uninitialize device structsMaud Spierings3-35/+31
2026-04-27media: vidtv: fix NULL pointer dereference in vidtv_channel_pmt_match_sectionsRuslan Valiyev1-0/+4
2026-04-27USB: serial: option: add Telit Cinterion FN990A MBIM compositionFabio Porcedda1-0/+2
2026-04-27staging: sm750fb: fix division by zero in ps_to_hz()Junrui Luo1-0/+3
2026-04-27wifi: rtw88: fix device leak on probe failureJohan Hovold1-2/+1
2026-04-27fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-27usb: port: add delay after usb_hub_set_port_power()Xu Yang1-0/+1
2026-04-27USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC touchscreenDave Carey1-7/+46
2026-04-27usb: storage: Expand range of matched versions for VL817 quirks entryDaniel Brát1-3/+4
2026-04-27usbip: validate number_of_packets in usbip_pack_ret_submit()Nathan Rebello1-0/+12
2026-04-27usb: gadget: renesas_usb3: validate endpoint index in standard request handlersGreg Kroah-Hartman1-1/+6
2026-04-27usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman1-0/+9
2026-04-27usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman1-2/+2
2026-04-27fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-27drm/vc4: platform_get_irq_byname() returns an intGreg Kroah-Hartman1-4/+10
2026-04-27net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()Greg Kroah-Hartman1-1/+6
2026-04-27HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-27HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-27staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()Lin YuChen1-1/+1
2026-04-27i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman1-1/+6
2026-04-27drm/i915/psr: Do not use pipe_src as borders for SU areaJouni Högander1-6/+12
2026-04-27gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda1-1/+1
2026-04-27net: ipa: fix event ring index not programmed for IPA v5.0+Alexander Koskovich1-1/+1
2026-04-27net: ipa: fix GENERIC_CMD register field masks for IPA v5.0+Alexander Koskovich1-3/+4
2026-04-27net: txgbe: leave space for null terminators on property_entryFabio Baltieri1-4/+4
2026-04-27e1000: check return value of e1000_read_eepromAgalakov Daniil1-1/+7
2026-04-27ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt1-0/+7
2026-04-27net: stmmac: Fix PTP ref clock for Tegra234Jon Hunter1-2/+17
2026-04-27nfc: s3fwrn5: allocate rx skb before consuming bytesPengpeng Hou1-3/+7
2026-04-27net: lapbether: handle NETDEV_PRE_TYPE_CHANGEEric Dumazet1-5/+8