summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: wiimote: narrow spinlock range in wiimote_hid_event()Ian Abbott2020-09-071-4/+2
* HID: wiimote: make handlers[] constIan Abbott2020-09-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-09-027-2/+28
|\
| * HID: core: Sanitize event code and type when mapping inputMarc Zyngier2020-09-012-0/+6
| * HID: core: Correctly handle ReportSize being zeroMarc Zyngier2020-09-011-2/+13
| * HID: elan: Fix memleak in elan_input_configuredDinghao Liu2020-09-011-0/+2
| * HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controllerNicholas Miell2020-08-312-0/+3
| * HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devicesNirenjan Krishnan2020-08-312-0/+4
* | Merge tag 'for-5.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-027-22/+60
|\ \
| * | dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2020-09-022-7/+9
| * | dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-021-2/+6
| * | dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin2020-09-021-2/+6
| * | dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka2020-09-011-0/+12
| * | dm crypt: Initialize crypto wait structuresDamien Le Moal2020-09-011-2/+2
| * | dm mpath: fix racey management of PG initializationMike Snitzer2020-09-011-7/+15
| * | dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka2020-09-011-2/+10
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-013-4/+2
|\ \ \
| * | | scsi: scsi_debug: Remove superfluous close zone in resp_open_zone()Niklas Cassel2020-08-251-2/+0
| * | | scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()Dan Carpenter2020-08-251-1/+1
| * | | scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin2020-08-251-1/+1
* | | | Merge tag 'mmc-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2020-08-314-15/+130
|\ \ \ \ | |_|/ / |/| | |
| * | | sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni2020-08-281-2/+51
| * | | sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni2020-08-281-1/+0
| * | | sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni2020-08-281-1/+0
| * | | mmc: mediatek: add optional module reset propertyWenbin Mei2020-08-241-0/+13
| * | | mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllersAdrian Hunter2020-08-211-1/+9
| * | | mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040Raul E Rangel2020-08-211-10/+57
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-313-10/+9
|\ \ \ \
| * | | | crypto: sa2ul - add Kconfig selects to fix build errorRandy Dunlap2020-08-211-0/+3
| * | | | crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun2020-08-211-7/+2
| * | | | crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
| |/ / /
* | | | Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-3010-180/+258
|\ \ \ \
| * | | | irqchip/ingenic: Leave parent IRQ unmasked on suspendPaul Cercueil2020-08-251-1/+1
| * | | | irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by m...qiuguorui12020-08-251-2/+12
| * | | | irqchip: Revert modular support for drivers using IRQCHIP_PLATFORM_DRIVER hel...Marc Zyngier2020-08-254-14/+4
| * | | | irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helpersMarc Zyngier2020-08-171-1/+1
| * | | | irqchip/ti-sci-inta: Add support for INTA directly connecting to GICLokesh Vutla2020-08-161-13/+74
| * | | | irqchip/ti-sci-inta: Do not store TISCI device id in platform device id fieldLokesh Vutla2020-08-161-7/+9
| * | | | irqchip/ti-sci-intr: Add support for INTR being a parent to INTRLokesh Vutla2020-08-161-59/+93
| * | | | firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla2020-08-161-22/+67
| * | | | firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla2020-08-161-55/+1
| * | | | firmware: ti_sci: Drop the device id to resource type translationLokesh Vutla2020-08-161-11/+1
| |/ / /
* | | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-302-21/+14
|\ \ \ \
| * | | | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-262-16/+4
| * | | | sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-4/+8
| * | | | cpuidle: Fixup IRQ statePeter Zijlstra2020-08-261-1/+2
* | | | | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+2
|\ \ \ \ \
| * | | | | video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nMichael Ellerman2020-08-271-0/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-3024-161/+376
|\ \ \ \ \
| * | | | | usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern2020-08-281-0/+7