summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-311-0/+1
|\
| * clk: sunxi-ng: Fix H6 RTC clock definitionJernej Skrabec2022-07-271-0/+1
* | Merge tag 'edac_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-07-312-22/+33
|\ \
| * | EDAC/ghes: Set the DIMM label unconditionallyToshi Kani2022-07-271-3/+8
| * | EDAC/synopsys: Re-enable the error interrupts on v3 hwSherry Sun2022-07-221-22/+25
| * | EDAC/synopsys: Use the correct register to disable the error interrupt on v3 hwSherry Sun2022-07-221-2/+5
* | | Merge tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-291-0/+2
|\ \ \
| * | | nvme-pci: Crucial P2 has bogus namespace idsTobias Gruetzmacher2022-07-251-0/+2
* | | | Merge tag 'drm-fixes-2022-07-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-07-292-2/+6
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-07-302-2/+6
| |\ \ \ \
| | * | | | nouveau/svm: Fix to migrate all requested pagesAlistair Popple2022-07-281-1/+5
| | * | | | drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor2022-07-261-1/+1
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-07-294-21/+55
|\ \ \ \ \ \
| * | | | | | scsi: ufs: core: Fix a race condition related to device managementBart Van Assche2022-07-261-18/+40
| * | | | | | scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan2022-07-261-1/+1
| * | | | | | scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He2022-07-261-2/+13
| * | | | | | scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery2022-07-261-0/+1
* | | | | | | Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-07-291-1/+7
|\ \ \ \ \ \ \
| * | | | | | | intel_idle: Fix false positive RCU splats due to incorrect hardirqs stateWaiman Long2022-07-251-1/+7
* | | | | | | | Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-07-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/amdgpu: Re-enable DCN for 64-bit powerpcMichael Ellerman2022-07-261-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-07-285-79/+103
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa2022-07-255-79/+103
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-07-2820-119/+197
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter2022-07-281-4/+5
| * | | | | | net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis2022-07-283-15/+16
| * | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-275-48/+16
| |\ \ \ \ \ \
| | * | | | | | ice: do not setup vlan for loopback VSIMaciej Fijalkowski2022-07-261-3/+5
| | * | | | | | ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-07-261-1/+2
| | * | | | | | ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2022-07-262-40/+2
| | * | | | | | ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-07-261-3/+5
| | * | | | | | ice: Fix max VLANs available for VFPrzemyslaw Patynowski2022-07-261-1/+2
| * | | | | | | sfc: disable softirqs for ptp TXAlejandro Lucero2022-07-271-0/+22
| * | | | | | | ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon2022-07-271-0/+1
| * | | | | | | virtio-net: fix the race between refill work and closeJason Wang2022-07-271-3/+34
| |/ / / / / /
| * | | | | | octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep2022-07-261-12/+18
| * | | | | | octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham2022-07-261-21/+55
| * | | | | | i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski2022-07-251-0/+4
| * | | | | | net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie2022-07-251-2/+2
| * | | | | | macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca2022-07-251-3/+3
| * | | | | | macsec: limit replay window size with XPNSabrina Dubroca2022-07-251-4/+12
| * | | | | | macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca2022-07-251-2/+2
| * | | | | | macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca2022-07-251-1/+2
| * | | | | | s390/qeth: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
| * | | | | | net: ipa: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
| * | | | | | nfp: bpf: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
| * | | | | | net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He2022-07-211-0/+1
| * | | | | | net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean2022-07-211-1/+1
* | | | | | | Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-242-6/+12
|\ \ \ \ \ \ \
| * | | | | | | lkdtm: Disable return thunks in rodata.cJosh Poimboeuf2022-07-201-3/+6