summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-06migrate: correct lock ordering for hugetlb file foliosMatthew Wilcox (Oracle)1-8/+6
2026-02-06can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06irqchip/gic-v3-its: Avoid truncating memory addressesArnd Bergmann1-4/+4
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-02-06netrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
2026-02-06uacce: ensure safe queue release with state managementChenghai Huang1-7/+21
2026-02-06uacce: implement mremap in uacce_vm_ops to return -EPERMYang Shen1-0/+6
2026-02-06uacce: fix cdev handling in the cleanup pathWenkai Lin1-1/+7
2026-02-06intel_th: fix device leak on output open()Johan Hovold1-3/+16
2026-02-06slimbus: core: fix device reference leak on report presentJohan Hovold1-0/+3
2026-02-06slimbus: core: fix runtime PM imbalance on report presentJohan Hovold1-7/+9
2026-02-06octeontx2: Fix otx2_dma_map_page() error return codeThomas Fourier1-6/+1
2026-02-06wifi: rsi: Fix memory corruption due to not set vif driver data sizeMarek Vasut1-0/+1
2026-02-06wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()Dan Carpenter1-3/+3
2026-02-06wifi: ath10k: fix dma_free_coherent() pointerThomas Fourier1-8/+8
2026-02-06mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy functionMatthew Schwartz1-0/+41
2026-02-06ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()Berk Cem Goksel1-1/+14
2026-02-06ALSA: ctxfi: Fix potential OOB access in audio mixer handlingTakashi Iwai1-0/+2
2026-02-06iio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas1-0/+6
2026-02-06iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driverPei Xiao1-0/+1
2026-02-06iio: adc: ad9467: fix ad9434 vref maskTomas Melin1-1/+1
2026-02-06of: fix reference count leak in of_alias_scan()Weigang He1-2/+6
2026-02-06leds: led-class: Only Add LED to leds_list when it is fully readyHans de Goede1-5/+5
2026-02-06net/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
2026-02-06octeontx2-af: Fix error handlingRatheesh Kannoth1-22/+64
2026-02-06bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet1-2/+3
2026-02-06be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_listAndrey Vatoropin1-1/+2
2026-02-06drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)Timur Kristóf1-1/+12
2026-02-06drm/amd/pm: Don't clear SI SMC table when setting power limitTimur Kristóf1-10/+0
2026-02-06usbnet: limit max_mtu based on device's hard_mtuLaurent Vivier1-3/+6
2026-02-06mISDN: annotate data-race around dev->workEric Dumazet1-5/+8
2026-02-06net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issueJijie Shao1-1/+1
2026-02-06net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_MJijie Shao1-1/+1
2026-02-06ALSA: usb: Increase volume range that triggers a warningArun Raghavan1-4/+3
2026-02-06scsi: core: Wake up the error handler when final completions race against eac...David Jeffery2-1/+18
2026-02-06regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee1-1/+3
2026-02-06iio: adc: ad7280a: handle spi_setup() errors in probe()Pavel Zhigulin1-1/+3
2026-02-06staging:iio:adc:ad7280a: Register define cleanup.Jonathan Cameron1-131/+154
2026-02-06scsi: storvsc: Process unsupported MODE_SENSE_10Long Li1-1/+2
2026-02-06Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QAfeng1-0/+11
2026-02-06Input: i8042 - add quirks for MECHREVO Wujie 15X Progongqi1-0/+7
2026-02-06w1: fix redundant counter decrement in w1_attach_slave_device()Haoxiang Li1-2/+0
2026-02-06comedi: dmm32at: serialize use of paged registersIan Abbott1-2/+30
2026-02-06crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN specTaeyang Lee1-0/+6
2026-02-06net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
2026-02-06net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-02-06ipvlan: Make the addrs_lock be per portDmitry Skorodumov3-30/+37