summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18media: platform: exynos4-is: Fix error handling in fimc_md_init()Yuan Can2-2/+6
2023-01-18media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2023-01-18Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2023-01-18mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang1-0/+2
2023-01-18wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2023-01-18ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng1-2/+2
2023-01-18regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
2023-01-18ASoC: pxa: fix null-pointer dereference in filter()Zeng Heng1-1/+1
2023-01-18drm/radeon: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-7/+11
2023-01-18net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2023-01-18media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2023-01-18wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8
2023-01-18mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu1-1/+3
2023-01-18media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2023-01-18spi: Update reference to struct spi_controllerJonathan Neuschäfer1-2/+2
2023-01-18can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson4-41/+284
2023-01-18can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson3-31/+27
2023-01-18can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula1-3/+3
2023-01-18can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula1-0/+4
2023-01-18can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula3-3/+81
2023-01-18can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula1-12/+8
2023-01-18can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson1-0/+99
2023-01-18can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson1-19/+19
2023-01-18can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson1-1/+143
2023-01-18can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2023-01-18media: i2c: ad5820: Fix error pathRicardo Ribalda1-5/+5
2023-01-18pata_ipx4xx_cf: Fix unsigned comparison with less than zeroJunlin Yang1-1/+1
2023-01-18wifi: rtl8xxxu: Fix reading the vendor of combo chipsBitterblue Smith1-8/+8
2023-01-18wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2023-01-18wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2023-01-18rapidio: devices: fix missing put_device in mport_cdev_openCai Xinchen1-0/+1
2023-01-18hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2023-01-18relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia1-2/+2
2023-01-18eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2023-01-18rapidio: fix possible UAF when kfifo_alloc() failsWang Weiyang1-4/+3
2023-01-18fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1
2023-01-18MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova1-0/+2
2023-01-18platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()Yu Liao1-6/+2
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2023-01-18xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli1-1/+1
2023-01-18x86/xen: Fix memory leak in xen_init_lock_cpu()Xiu Jianfeng1-3/+3
2023-01-18x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()Xiu Jianfeng2-18/+18
2023-01-18xen/events: only register debug interrupt for 2-level eventsJuergen Gross3-12/+19
2023-01-18uprobes/x86: Allow to probe a NOP instruction with 0x66 prefixOleg Nesterov1-1/+3
2023-01-18ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()Li Zetao1-7/+0
2023-01-18clocksource/drivers/sh_cmt: Make sure channel clock supply is enabledGeert Uytterhoeven1-3/+13
2023-01-18rapidio: rio: fix possible name leak in rio_register_mport()Yang Yingliang1-2/+7
2023-01-18rapidio: fix possible name leaks when rio_add_device() failsYang Yingliang2-4/+11
2023-01-18debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita3-10/+41