summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-22virtio: always enter drivers/virtio/Arnd Bergmann1-2/+1
2021-12-22iwlwifi: mvm: don't crash on invalid rate w/o STAJohannes Berg1-2/+3
2021-12-22soc: imx: Register SoC device only on i.MX boardsStephan Gerhold1-0/+4
2021-12-22clk: Don't parent clks until the parent is fully registeredMike Tipton1-3/+12
2021-12-22tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter1-3/+2
2021-12-22dmaengine: idxd: fix calling wq quiesce inside spinlockDave Jiang1-1/+1
2021-12-22dmaengine: idxd: add halt interrupt supportDave Jiang2-0/+6
2021-12-22pinctrl: amd: Fix wakeups when IRQ is shared with SCIMario Limonciello1-3/+26
2021-12-22drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown()Ville Syrjälä4-2/+17
2021-12-22drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915Jani Nikula1-9/+7
2021-12-22scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-12-22dm btree remove: fix use after free in rebalance_children()Joe Thornber1-1/+1
2021-12-22vdpa: check that offsets are within boundsDan Carpenter1-1/+1
2021-12-22virtio_ring: Fix querying of maximum DMA mapping size for virtio deviceWill Deacon1-1/+1
2021-12-22vduse: check that offset is within bounds in get_config()Dan Carpenter1-1/+2
2021-12-22vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter1-1/+2
2021-12-22firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+7
2021-12-22reset: tegra-bpmp: Revert Handle errors in BPMP responseJon Hunter1-8/+1
2021-12-22Merge tag 'v5.15.10' into dev-5.15Joel Stanley346-1561/+3007
2021-12-17staging: most: dim2: use device release methodNikita Yushchenko1-25/+30
2021-12-17drm/amdkfd: process_info lock not needed for svmPhilip Yang1-9/+0
2021-12-17drm/amd/display: add connector type check for CRC source setPerry Yuan1-0/+8
2021-12-17drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-17drm/amd/display: Fix for the no Audio bug with Tiled DisplaysMustapha Ghaddar1-0/+4
2021-12-17drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui1-2/+2
2021-12-17drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-12-17i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-12-17parisc/agp: Annotate parisc agp init functions with __initHelge Deller1-3/+3
2021-12-17loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa1-1/+1
2021-12-17net/mlx4_en: Update reported link modes for 1/10GErik Ekman1-3/+3
2021-12-17Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein1-0/+1
2021-12-17drm/msm/dp: Avoid unpowered AUX xfers that caused crashesDouglas Anderson1-0/+17
2021-12-17drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-12-17drm/msm/a6xx: Fix uinitialized use of gpu_scidAkhil P Oommen1-9/+9
2021-12-17drm/msm: Fix null ptr access msm_ioctl_gem_submit()Akhil P Oommen1-0/+1
2021-12-17i2c: virtio: fix completion handlingVincent Whitchurch1-20/+12
2021-12-17vmxnet3: fix minimum vectors alloc issueRonak Doshi1-6/+7
2021-12-17ice: fix FDIR init missing when reset VFYahui Cao1-0/+2
2021-12-17RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova5-5/+38
2021-12-17RDMA/irdma: Report correct WC errorsShiraz Saleem1-1/+4
2021-12-17RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...Christophe JAILLET3-12/+4
2021-12-17RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem1-1/+1
2021-12-17clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1Martin Botka1-2/+2
2021-12-17mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina1-2/+2
2021-12-17mtd: rawnand: Fix nand_erase_op delayHerve Codina1-1/+1
2021-12-17RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel2-17/+15
2021-12-17RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin1-0/+1
2021-12-17hwmon: (corsair-psu) fix plain integer used as NULL pointerWilken Gottwalt1-1/+1
2021-12-15gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlockIwona Winiarska1-16/+16
2021-12-15soc: aspeed: lpc-mbox: Avoid calling kfifo_to_user in atomic contextIwona Winiarska1-45/+33