aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-08-29Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2021-08-28clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceGravatar Adam Ford 1-1/+1
2021-08-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+6
2021-08-28Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 6-76/+89
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+5
2021-08-27Merge tag 'soc-fixes-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+3
2021-08-27Merge tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-1/+1
2021-08-27Merge tag 'pm-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-6/+12
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()Gravatar David Hildenbrand 1-1/+8
2021-08-27Merge branch 'pm-opp'Gravatar Rafael J. Wysocki 1-4/+4
2021-08-27Merge tag 'mmc-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Gravatar Linus Torvalds 1-2/+1
2021-08-27cryptoloop: add a deprecation warningGravatar Christoph Hellwig 2-2/+4
2021-08-27Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"Gravatar Ulf Hansson 1-2/+1
2021-08-27usb: gadget: u_audio: fix race condition on endpoint stopGravatar Jerome Brunet 1-4/+4
2021-08-27usb: gadget: f_uac2: fixup feedback endpoint stopGravatar Jerome Brunet 1-4/+11
2021-08-27pd: fix a NULL vs IS_ERR() checkGravatar Dan Carpenter 1-1/+1
2021-08-26Merge tag 'drm-fixes-2021-08-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 8-46/+63
2021-08-27Merge tag 'imx-drm-fixes-2021-08-18' of git://git.pengutronix.de/pza/linux in...Gravatar Dave Airlie 2-16/+16
2021-08-27Merge tag 'amd-drm-fixes-5.14-2021-08-25' of https://gitlab.freedesktop.org/a...Gravatar Dave Airlie 4-23/+36
2021-08-27PCI/MSI: Skip masking MSI-X on Xen PVGravatar Marek Marczykowski-Górecki 1-0/+3
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 39-138/+238
2021-08-26Revert "net: really fix the build..."Gravatar Kalle Valo 4-9/+6
2021-08-26media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()Gravatar Andy Shevchenko 1-1/+1
2021-08-26net: hns3: fix get wrong pfc_en when query PFC configurationGravatar Guangbin Huang 1-11/+2
2021-08-26net: hns3: fix GRO configuration error after resetGravatar Yufeng Mo 4-10/+30
2021-08-26net: hns3: change the method of getting cmd index in debugfsGravatar Yufeng Mo 2-7/+8
2021-08-26net: hns3: fix duplicate node in VLAN listGravatar Guojia Liao 1-1/+5
2021-08-26net: hns3: fix speed unknown issue in bond 4Gravatar Yonglong Liu 3-3/+3
2021-08-26net: hns3: add waiting time before cmdq memory is releasedGravatar Yufeng Mo 4-2/+13
2021-08-26net: hns3: clear hardware resource when loading driverGravatar Yufeng Mo 2-0/+29
2021-08-26usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningGravatar Kyle Tso 1-43/+38
2021-08-26usb: renesas-xhci: Prefer firmware loading on unknown ROM stateGravatar Takashi Iwai 1-12/+23
2021-08-26usb: dwc3: gadget: Stop EP0 transfers during pullup disableGravatar Wesley Cheng 1-4/+3
2021-08-26Merge tag 'reset-fixes-for-v5.14' of git://git.pengutronix.de/pza/linux into ...Gravatar Arnd Bergmann 2-2/+3
2021-08-26usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Gravatar Thinh Nguyen 1-8/+8
2021-08-26drm/i915/dp: Drop redundant debug printGravatar Swati Sharma 1-7/+2
2021-08-26drm/i915: Fix syncmap memory leakGravatar Matthew Brost 1-0/+9
2021-08-26net: dsa: hellcreek: Adjust schedule look ahead windowGravatar Kurt Kanzenbach 1-1/+1
2021-08-26net: dsa: hellcreek: Fix incorrect setting of GCLGravatar Kurt Kanzenbach 1-3/+3
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeGravatar Rahul Lakkireddy 1-4/+3
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Gravatar Stefan Mätje 1-2/+2
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningsGravatar kernel test robot 1-1/+1
2021-08-25PM: domains: Improve runtime PM performance state handlingGravatar Dmitry Osipenko 1-2/+8
2021-08-25qede: Fix memset corruptionGravatar Shai Malin 1-1/+1
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpGravatar Song Yoong Siang 1-4/+4
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_poolGravatar Song Yoong Siang 1-6/+6
2021-08-25net: macb: Add a NULL check on desc_ptpGravatar Harini Katakam 1-1/+10
2021-08-25net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsGravatar Michael Riesch 1-9/+0
2021-08-25Revert "USB: serial: ch341: fix character loss at high transfer rates"Gravatar Johan Hovold 1-1/+0