summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-29net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij1-1/+1
2020-10-29net: wilc1000: clean up resource in error path of init mon interfaceHuang Guobin1-2/+1
2020-10-29net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-10-29net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij2-131/+146
2020-10-29net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij1-0/+6
2020-10-29xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman1-2/+1
2020-10-29nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan1-1/+4
2020-10-29coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou1-2/+2
2020-10-29coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose1-0/+10
2020-10-29coresight: cti: Write regsiters directly in cti_enable_hw()Tingwei Zhang1-19/+5
2020-10-29coresight: etm4x: Fix issues within reset interface of sysfsJonathan Zhou1-1/+1
2020-10-29coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach2-10/+25
2020-10-29coresight: cti: remove pm_runtime_get_sync() from CPU hotplugTingwei Zhang1-3/+0
2020-10-29coresight: cti: disclaim device only when it's claimedTingwei Zhang1-1/+2
2020-10-29coresight: fix offset by one error in counting portsMian Yousaf Kaukab1-5/+5
2020-10-29coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan1-34/+31
2020-10-29drm: mxsfb: check framebuffer pitchStefan Agner1-1/+20
2020-10-29cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+6
2020-10-29net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong1-32/+1
2020-10-29net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma1-4/+4
2020-10-29scsi: mpt3sas: Fix sync irqsTomas Henzl1-5/+9
2020-10-29net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha1-2/+3
2020-10-29net/mlx5: Fix uninitialized variable warningMoshe Tal1-1/+1
2020-10-29drm/msm/adreno: fix probe without iommuLuca Weiss1-2/+8
2020-10-29pinctrl: devicetree: Keep deferring even on timeoutThierry Reding1-3/+2
2020-10-29pinctrl: mcp23s08: Fix mcp23x17 precious rangeThomas Preston1-1/+1
2020-10-29pinctrl: mcp23s08: Fix mcp23x17_regmap initialiserThomas Preston1-11/+11
2020-10-29drm/panfrost: Ensure GPU quirks are always initialisedSteven Price1-1/+2
2020-10-29drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check()Stephen Boyd1-3/+5
2020-10-29HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter1-7/+16
2020-10-29scsi: ufs: ufs-mediatek: Fix HOST_PA_TACTIVATE quirkStanley Chu1-6/+0
2020-10-29video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu1-1/+1
2020-10-29video: fbdev: sis: fix null ptr dereferenceTom Rix1-6/+5
2020-10-29video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King1-7/+7
2020-10-29ath11k: fix a double free and a memory leakTom Rix1-1/+3
2020-10-29drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder1-9/+8
2020-10-29pwm: lpss: Add range limit check for the base_unit register valueHans de Goede1-1/+2
2020-10-29pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede1-3/+3
2020-10-29pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov1-1/+1
2020-10-29tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7
2020-10-29tty: serial: earlycon dependencyTong Zhang1-0/+1
2020-10-29binder: Remove bogus warning on failed same-process transactionJann Horn1-2/+0
2020-10-29scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers1-0/+3
2020-10-29drm/crc-debugfs: Fix memleak in crc_control_writeDinghao Liu1-1/+3
2020-10-29drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panelLaurent Pinchart1-1/+1
2020-10-29VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2020-10-29staging: emxx_udc: Fix passing of NULL to dma_alloc_coherent()Alex Dewar1-2/+2
2020-10-29backlight: sky81452-backlight: Fix refcount imbalance on errordinghao.liu@zju.edu.cn1-0/+1
2020-10-29rtw88: don't treat NULL pointer as an arrayBrian Norris1-2/+3
2020-10-29wilc1000: Fix memleak in wilc_bus_probeDinghao Liu1-2/+3