summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai2023-03-111-6/+5
* media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus2023-03-111-0/+3
* dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-03-112-3/+3
* rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov2023-03-111-11/+9
* dm flakey: don't corrupt the zero pageMikulas Patocka2023-03-111-2/+5
* dm flakey: fix logic when corrupting a bioMikulas Patocka2023-03-111-10/+13
* thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada2023-03-111-4/+16
* wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith2023-03-111-9/+0
* dm: add cond_resched() to dm_wq_work()Pingfan Liu2023-03-111-0/+1
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-03-113-2/+12
* brd: return 0/-error from brd_insert_page()Jens Axboe2023-03-111-14/+12
* ipmi_ssif: Rename idle state and checkCorey Minyard2023-03-111-23/+23
* rtc: pm8xxx: fix set-alarm raceJohan Hovold2023-03-111-14/+10
* firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak2023-03-111-3/+1
* wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA2023-03-111-0/+5
* dm cache: add cond_resched() to various workqueue loopsMike Snitzer2023-03-111-0/+4
* dm thin: add cond_resched() to various workqueue loopsMike Snitzer2023-03-111-0/+2
* drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5Darrell Kavanagh2023-03-111-0/+6
* HID: logitech-hidpp: Don't restart communication if not necessaryBastien Nocera2023-03-111-12/+20
* pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2023-03-112-3/+3
* hwmon: (coretemp) Simplify platform device handlingRobin Murphy2023-03-111-70/+58
* regulator: s5m8767: Bounds check id indexing into arraysKees Cook2023-03-111-1/+5
* regulator: max77802: Bounds check regulator id against opmodeKees Cook2023-03-111-10/+24
* drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang2023-03-111-0/+3
* drm: amd: display: Fix memory leakageKonstantin Meskhidze2023-03-111-0/+1
* drm/radeon: free iio for atombios when driver shutdownLiwei Song2023-03-111-0/+1
* drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione2023-03-111-4/+9
* HID: Add Mapping for System Microphone MuteJingyuan Liang2023-03-112-0/+9
* drm/omap: dsi: Fix excessive stack usageTomi Valkeinen2023-03-111-10/+16
* drm/amd/display: Fix potential null-deref in dm_resumeRoman Li2023-03-111-2/+4
* Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CEMoises Cardona2023-03-111-0/+4
* net/mlx5: fw_tracer: Fix debug printShay Drory2023-03-111-1/+1
* ACPI: video: Fix Lenovo Ideapad Z570 DMI matchHans de Goede2023-03-111-1/+1
* wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi2023-03-111-6/+7
* net: bcmgenet: Add a check for oversized packetsFlorian Fainelli2023-03-111-0/+8
* crypto: hisilicon: Wipe entire pool on errorKees Cook2023-03-111-2/+1
* ACPI: Don't build ACPICA with '-Os'Mark Rutland2023-03-111-1/+1
* ice: add missing checks for PF vsi typeJesse Brandeburg2023-03-111-9/+8
* wifi: mt7601u: fix an integer underflowJisoo Jang2023-03-111-1/+2
* wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang2023-03-111-2/+4
* thermal: intel: Fix unsigned comparison with less than zeroYang Li2023-03-111-1/+1
* wifi: ath11k: debugfs: fix to work with multiple PCI devicesKalle Valo2023-03-112-9/+40
* wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang2023-03-111-0/+1
* wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2023-03-112-2/+2
* rpmsg: glink: Avoid infinite loop on intent for missing channelBjorn Andersson2023-03-111-0/+1
* media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis2023-03-111-1/+1
* media: usb: siano: Fix use after free bugs caused by do_submit_urbDuoming Zhou2023-03-111-0/+1
* media: i2c: ov7670: 0 instead of -EINVAL was returnedHans Verkuil2023-03-111-1/+1
* media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()Duoming Zhou2023-03-111-1/+2
* media: i2c: imx219: Fix binning for RAW8 captureJai Luthra2023-03-111-8/+49