aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
4 daysfirmware_loader: always print path of firmwareHEADmasterJason A. Donenfeld1-0/+1
4 dayspower: supply: avoid nullptr deref in __power_supply_is_system_suppliedJason A. Donenfeld1-1/+1
4 daysthermal: don't shut off system when meltingJason A. Donenfeld1-10/+1
4 daysv4l2: add loopback driverJason A. Donenfeld3-0/+2736
4 daysacpi: import acpi_call driverJason A. Donenfeld3-0/+370
9 daysxen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
9 daysBuffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
12 daysmshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDERNaman Jain1-3/+9
12 dayscrypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
12 dayscrypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
12 dayscrypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
12 daysdrm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov1-20/+19
12 dayspwm: th1520: fix `CLIPPY=1` warningMiguel Ojeda1-4/+1
2026-04-22media: hackrf: fix to not free memory after the device is registered in hackrf_probe()Jeongjun Park1-3/+4
2026-04-22media: vidtv: fix pass-by-value structs causing MSAN warningsAbd-Alrhman Masalkhi3-28/+28
2026-04-22media: as102: fix to not free memory after the device is registered in as102_usb_probe()Jeongjun Park1-0/+2
2026-04-22wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exitShardul Bankar1-5/+3
2026-04-22bcache: fix cached_dev.sb_bio use-after-free and crashMingzhe Zou1-0/+7
2026-04-22hwmon: (powerz) Fix use-after-free on USB disconnectSanman Pradhan1-2/+6
2026-04-22media: em28xx: fix use-after-free in em28xx_v4l2_open()Abhishek Kumar1-4/+10
2026-04-22media: mediatek: vcodec: fix use-after-free in encoder release pathFan Wu1-0/+9
2026-04-22media: vidtv: fix nfeeds state corruption on start_streaming failureRuslan Valiyev1-1/+3
2026-04-22x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds2-2/+2
2026-04-22x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds2-8/+7
2026-04-22PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardownKoichiro Den1-18/+1
2026-04-22PCI: endpoint: pci-epf-vntb: Stop cmd_handler work in epf_ntb_epc_cleanupKoichiro Den1-0/+1
2026-04-22media: vidtv: fix NULL pointer dereference in vidtv_channel_pmt_match_sectionsRuslan Valiyev1-0/+4
2026-04-22vfio/xe: Reorganize the init to decouple migration from resetMichał Winiarski1-18/+25
2026-04-22USB: serial: option: add Telit Cinterion FN990A MBIM compositionFabio Porcedda1-0/+2
2026-04-22staging: sm750fb: fix division by zero in ps_to_hz()Junrui Luo1-0/+3
2026-04-22wifi: rtw88: fix device leak on probe failureJohan Hovold1-2/+1
2026-04-22fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-22usb: port: add delay after usb_hub_set_port_power()Xu Yang1-0/+1
2026-04-22usb: gadget: f_hid: don't call cdev_init while cdev in useMichael Zimmermann1-5/+10
2026-04-22USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC touchscreenDave Carey1-7/+46
2026-04-22usb: storage: Expand range of matched versions for VL817 quirks entryDaniel Brát1-3/+4
2026-04-22usb: typec: fusb302: Switch to threaded IRQ handlerAlexey Charkov1-2/+3
2026-04-22usbip: validate number_of_packets in usbip_pack_ret_submit()Nathan Rebello1-0/+12
2026-04-22usb: gadget: renesas_usb3: validate endpoint index in standard request handlersGreg Kroah-Hartman1-1/+6
2026-04-22usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman1-0/+9
2026-04-22usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman1-2/+2
2026-04-22fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-22bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman1-0/+1
2026-04-22drm/vc4: platform_get_irq_byname() returns an intGreg Kroah-Hartman1-4/+10
2026-04-22net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()Greg Kroah-Hartman1-1/+6
2026-04-22HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-22HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-22staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()Lin YuChen1-1/+1
2026-04-22i2c: s3c24xx: check the size of the SMBUS message before using itGreg Kroah-Hartman1-1/+6
2026-04-12Merge tag 'edac_urgent_for_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-3/+3