summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-27tpm: add request_locality before write TPM_INT_ENABLEChen Jun1-0/+8
2022-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2022-01-27fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang1-5/+16
2022-01-27ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2022-01-27pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_...Zhou Qingyang1-0/+3
2022-01-27pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io...Zhou Qingyang1-0/+3
2022-01-27x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun1-1/+1
2022-01-27usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2022-01-27media: msi001: fix possible null-ptr-deref in msi001_probe()Wang Hai1-0/+7
2022-01-27media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2022-01-27media: si2157: Fix "warm" tuner state detectionRobert Schlabbach1-1/+1
2022-01-27media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang1-1/+7
2022-01-27media: dib8000: Fix a memleak in dib8000_init()Zhou Qingyang1-1/+3
2022-01-27floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis1-1/+1
2022-01-27serial: amba-pl011: do not request memory region twiceLino Sanfilippo1-24/+3
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Zhou Qingyang1-16/+20
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2022-01-27arm64: dts: qcom: msm8916: fix MMC controller aliasesDmitry Baryshkov1-2/+2
2022-01-27netfilter: bridge: add support for pppoe filteringFlorian Westphal1-4/+3
2022-01-27media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld1-1/+1
2022-01-27tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus1-0/+4
2022-01-27tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus1-0/+10
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2022-01-27media: dmxdev: fix UAF when dvb_register_device() failsWang Hai1-3/+15
2022-01-27Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2022-01-27media: em28xx: fix memory leak in em28xx_init_devDongliang Mu1-6/+12
2022-01-27wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2022-01-27clk: bcm-2835: Remove rounding up the dividersMaxime Ripard1-8/+3
2022-01-27clk: bcm-2835: Pick the closest clock rateMaxime Ripard1-1/+1
2022-01-27Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai1-3/+1
2022-01-27PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controllerYifeng Li1-0/+3
2022-01-27shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2022-01-27can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-27media: stk1160: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: pvrusb2: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: redrat3: fix control-message timeoutsJohan Hovold1-11/+11
2022-01-27media: dib0700: fix undefined behavior in tuner shutdownMichael Kuron1-2/+0
2022-01-27media: s2255: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: cpia2: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: em28xx: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: mceusb: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: flexcop-usb: fix control-message timeoutsJohan Hovold2-11/+11
2022-01-27rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk1-0/+3
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-27HID: uhid: Fix worker destroying device without any protectionJann Horn1-4/+25
2022-01-27Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2022-01-27Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi1-6/+29