| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: core: Fix regression in Hercules audio card | Alan Stern | 2020-12-02 | 1 | -0/+6 |
* | USB: core: add endpoint-blacklist quirk | Johan Hovold | 2020-12-02 | 3 | -0/+46 |
* | regulator: workaround self-referent regulators | Michał Mirosław | 2020-12-02 | 1 | -1/+4 |
* | regulator: avoid resolve_supply() infinite recursion | Michał Mirosław | 2020-12-02 | 1 | -0/+6 |
* | usb: gadget: Fix memleak in gadgetfs_fill_super | Zhang Qilong | 2020-12-02 | 1 | -0/+3 |
* | usb: gadget: f_midi: Fix memleak in f_midi_alloc | Zhang Qilong | 2020-12-02 | 1 | -3/+7 |
* | USB: core: Change %pK for __user pointers to %px | Alan Stern | 2020-12-02 | 1 | -7/+7 |
* | platform/x86: toshiba_acpi: Fix the wrong variable assignment | Kaixu Xia | 2020-12-02 | 1 | -2/+1 |
* | can: gs_usb: fix endianess problem with candleLight firmware | Marc Kleine-Budde | 2020-12-02 | 1 | -61/+70 |
* | ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq | Lijun Pan | 2020-12-02 | 1 | -0/+3 |
* | net: ena: set initial DMA width to avoid intel iommu issue | Shay Agroskin | 2020-12-02 | 1 | -9/+8 |
* | nfc: s3fwrn5: use signed integer for parsing GPIO numbers | Krzysztof Kozlowski | 2020-12-02 | 1 | -2/+2 |
* | IB/mthca: fix return value of error branch in mthca_init_cq() | Xiongfeng Wang | 2020-12-02 | 1 | -4/+6 |
* | bnxt_en: Release PCI regions when DMA mask setup fails during probe. | Michael Chan | 2020-12-02 | 1 | -1/+1 |
* | video: hyperv_fb: Fix the cache type when mapping the VRAM | Dexuan Cui | 2020-12-02 | 1 | -1/+6 |
* | bnxt_en: fix error return code in bnxt_init_board() | Zhang Changzhong | 2020-12-02 | 1 | -0/+1 |
* | scsi: ufs: Fix race between shutdown and runtime resume flow | Stanley Chu | 2020-12-02 | 1 | -5/+1 |
* | phy: tegra: xusb: Fix dangling pointer on probe failure | Marc Zyngier | 2020-12-02 | 1 | -0/+1 |
* | scsi: target: iscsi: Fix cmd abort fabric stop race | Mike Christie | 2020-12-02 | 1 | -4/+13 |
* | scsi: libiscsi: Fix NOP race condition | Lee Duncan | 2020-12-02 | 1 | -8/+15 |
* | dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size | Sugar Zhang | 2020-12-02 | 1 | -1/+1 |
* | dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant | Marc Ferland | 2020-12-02 | 1 | -2/+2 |
* | HID: hid-sensor-hub: Fix issue with devices with no report ID | Pablo Ceballos | 2020-12-02 | 1 | -1/+2 |
* | Input: i8042 - allow insmod to succeed on devices without an i8042 controller | Hans de Goede | 2020-12-02 | 1 | -1/+11 |
* | HID: cypress: Support Varmilo Keyboards' media hotkeys | Frank Yang | 2020-12-02 | 2 | -5/+41 |
* | PCI: Add device even if driver attach failed | Rajat Jain | 2020-12-02 | 1 | -5/+1 |
* | regulator: fix memory leak with repeated set_machine_constraints() | Michał Mirosław | 2020-11-24 | 1 | -16/+13 |
* | iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enum | Hans de Goede | 2020-11-24 | 1 | -5/+10 |
* | tty: serial: imx: keep console clocks always on | Fugang Duan | 2020-11-24 | 1 | -17/+3 |
* | regulator: ti-abb: Fix array out of bound read access on the first transition | Nishanth Menon | 2020-11-24 | 1 | -1/+11 |
* | can: m_can: m_can_handle_state_change(): fix state change | Wu Bo | 2020-11-24 | 1 | -2/+2 |
* | can: peak_usb: fix potential integer overflow on shift of a int | Colin Ian King | 2020-11-24 | 1 | -2/+2 |
* | can: dev: can_restart(): post buffer from the right context | Alejandro Concepcion Rodriguez | 2020-11-24 | 1 | -1/+1 |
* | Input: adxl34x - clean up a data type in adxl34x_probe() | Dan Carpenter | 2020-11-24 | 1 | -1/+1 |
* | pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq | Jianqun Xu | 2020-11-24 | 1 | -0/+2 |
* | mlxsw: core: Use variable timeout for EMAD retries | Ido Schimmel | 2020-11-24 | 1 | -1/+1 |
* | net: ftgmac100: Fix crash when removing driver | Joel Stanley | 2020-11-24 | 1 | -0/+4 |
* | net: usb: qmi_wwan: Set DTR quirk for MR400 | Filip Moc | 2020-11-24 | 1 | -1/+1 |
* | qlcnic: fix error return code in qlcnic_83xx_restart_hw() | Zhang Changzhong | 2020-11-24 | 1 | -1/+2 |
* | net/mlx4_core: Fix init_hca fields offset | Aya Levin | 2020-11-24 | 2 | -5/+5 |
* | net: b44: fix error return code in b44_init_one() | Zhang Changzhong | 2020-11-24 | 1 | -1/+2 |
* | bnxt_en: read EEPROM A2h address using page 0 | Edwin Peer | 2020-11-24 | 1 | -1/+1 |
* | atm: nicstar: Unmap DMA on send error | Sebastian Andrzej Siewior | 2020-11-24 | 1 | -0/+2 |
* | ACPI: GED: fix -Wformat | Nick Desaulniers | 2020-11-22 | 1 | -1/+1 |
* | Input: sunkbd - avoid use-after-free in teardown paths | Dmitry Torokhov | 2020-11-22 | 1 | -8/+33 |
* | i2c: mux: pca954x: Add missing pca9546 definition to chip_desc | Mike Looijmans | 2020-11-22 | 1 | -1/+5 |
* | i2c: imx: Fix external abort on interrupt in exit paths | Krzysztof Kozlowski | 2020-11-22 | 1 | -11/+13 |
* | i2c: imx: use clk notifier for rate changes | Lucas Stach | 2020-11-22 | 1 | -7/+25 |
* | xen/events: block rogue events for some time | Juergen Gross | 2020-11-18 | 2 | -6/+24 |
* | xen/events: defer eoi in case of excessive number of events | Juergen Gross | 2020-11-18 | 4 | -32/+208 |