summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-075-18/+26
|\
| * scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-VEwan D. Milne2021-06-021-0/+1
| * scsi: ufs: ufs-mediatek: Fix HCI version in some platformsStanley Chu2021-06-021-1/+14
| * scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner2021-06-021-11/+9
| * scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart2021-06-011-3/+1
| * scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-06-011-3/+1
* | Merge tag 'arm-soc-fixes-v5.13-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-064-13/+63
|\ \
| * \ Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander...Olof Johansson2021-06-062-4/+8
| |\ \
| | * | optee: use export_uuid() to copy client UUIDJens Wiklander2021-05-182-4/+8
| * | | Merge tag 'omap-for-v5.13/fixes-pm' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2021-06-061-5/+52
| |\ \ \
| | * | | bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren2021-05-251-2/+2
| | * | | bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren2021-05-181-3/+50
| | * | | Merge branch 'fixes-rc1' into fixesTony Lindgren2021-05-186350-161243/+405965
| | |\| |
| * | | | Merge tag 'omap-for-v5.13/fixes-sata' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2021-06-061-1/+2
| |\| | |
| | * | | bus: ti-sysc: Fix missing quirk flags for sataTony Lindgren2021-05-071-1/+2
| * | | | Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson2021-06-061-3/+1
| |\ \ \ \
| | * | | | soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_p...Qiheng Lin2021-05-311-3/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-062-6/+13
|\ \ \ \ \
| * | | | | dmaengine: idxd: Use cpu_feature_enabled()Borislav Petkov2021-06-031-2/+2
| * | | | | x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov2021-05-311-4/+11
| |/ / / /
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-063-8/+26
|\ \ \ \ \
| * | | | | i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM opsRoja Rani Yarubandi2021-06-041-1/+11
| * | | | | i2c: qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi2021-06-041-0/+9
| * | | | | i2c: tegra-bpmp: Demote kernel-doc abusesLee Jones2021-06-031-2/+2
| * | | | | i2c: altera: Fix formatting issue in struct and demote unworthy kernel-doc he...Lee Jones2021-06-031-5/+4
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-051-3/+3
|\ \ \ \ \ \
| * | | | | | drivers/base/memory: fix trying offlining memory blocks with memory holes on ...David Hildenbrand2021-06-051-3/+3
* | | | | | | Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-0553-399/+650
|\ \ \ \ \ \ \
| * | | | | | | cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-044-7/+14
| * | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-045-52/+26
| |\ \ \ \ \ \ \
| | * | | | | | | ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-041-1/+4
| | * | | | | | | ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-041-45/+6
| | * | | | | | | ice: handle the VF VSI rebuild failureHaiyue Wang2021-06-041-1/+6
| | * | | | | | | ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2021-06-042-5/+8
| | * | | | | | | ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-041-0/+2
| * | | | | | | | wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2021-06-043-131/+137
| * | | | | | | | wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2021-06-043-8/+38
| * | | | | | | | wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2021-06-042-84/+57
| * | | | | | | | wireguard: allowedips: initialize list head in selftestJason A. Donenfeld2021-06-041-1/+2
| * | | | | | | | wireguard: peer: allocate in kmem_cacheJason A. Donenfeld2021-06-043-4/+27
| * | | | | | | | wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2021-06-042-4/+4
| * | | | | | | | wireguard: do not use -O3Jason A. Donenfeld2021-06-041-2/+1
| * | | | | | | | Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2021-06-041-2/+21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Bluetooth: btusb: Fix failing to init controllers with operation firmwareLuiz Augusto von Dentz2021-06-031-2/+21
| * | | | | | | | virtio-net: fix for skb_over_panic inside big modeXuan Zhuo2021-06-041-1/+1
| * | | | | | | | Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-041-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()Andy Shevchenko2021-06-031-2/+2
| * | | | | | | | | Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-0411-30/+138
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau2021-05-301-2/+1
| | * | | | | | | | | mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi2021-05-303-11/+12