summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-78/+164
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds5-8/+26
2023-01-20Merge tag 'thermal-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+10
2023-01-20Merge tag 'acpi-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+18
2023-01-20Merge tag 'mmc-v6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2-10/+20
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds13-58/+34
2023-01-20Merge tag 'drm-fixes-2023-01-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds22-42/+92
2023-01-20Merge tag 'dmaengine-fix-6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-20/+45
2023-01-20Merge tag 'phy-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds7-20/+13
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds41-189/+295
2023-01-20Merge branches 'acpi-prm' and 'acpi-video'Rafael J. Wysocki2-0/+18
2023-01-20Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski5-277/+87
2023-01-20bnxt: Do not read past the end of test namesKees Cook2-17/+5
2023-01-20net: stmmac: enable all safety features by defaultAndrew Halaney1-0/+14
2023-01-20octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa3-0/+56
2023-01-20octeontx2-af: update cpt lf alloc mailboxSrujana Challa2-3/+9
2023-01-20octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram1-4/+18
2023-01-20octeontx2-af: optimize cpt pf identificationSrujana Challa3-3/+20
2023-01-20octeontx2-af: modify FLR sequence for CPTSrujana Challa3-47/+53
2023-01-20octeontx2-af: add mbox for CPT LF resetSrujana Challa2-0/+41
2023-01-20octeontx2-af: recover CPT engine when it gets faultSrujana Challa1-30/+80
2023-01-20Merge tag 'amd-drm-fixes-6.2-2023-01-19' of https://gitlab.freedesktop.org/ag...Dave Airlie8-18/+33
2023-01-20Merge tag 'drm-misc-fixes-2023-01-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-10/+17
2023-01-20Merge tag 'drm-intel-fixes-2023-01-19' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-10/+23
2023-01-20Merge tag 'drm-msm-fixes-2023-01-16' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie4-4/+19
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+10
2023-01-19thermal: core: call put_device() only after device_register() failsViresh Kumar1-3/+10
2023-01-19net: dsa: microchip: ksz9477: port map correction in ALU table entry registerRakesh Sankaranarayanan1-2/+2
2023-01-19Merge tag 'mlx5-fixes-2023-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni12-40/+27
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2-15/+10
2023-01-19ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore2-4/+5
2023-01-19octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao2-9/+4
2023-01-19nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-19nvme-apple: only reset the controller when RTKit is runningJanne Grunau1-3/+3
2023-01-19nvme-apple: reset controller during shutdownJanne Grunau1-1/+17
2023-01-18Revert "net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf"Xin Long1-2/+0
2023-01-18drm/amd/display: disable S/G display on DCN 3.1.4Alex Deucher1-1/+0
2023-01-18drm/amd/display: disable S/G display on DCN 3.1.5Alex Deucher1-1/+0
2023-01-18drm/amdgpu: allow multipipe policy on ASICs with one MECLang Yu1-0/+3
2023-01-18drm/amdgpu: correct MEC number for gfx11 APUsLang Yu1-2/+9
2023-01-18drm/amd/display: fix issues with driver unloadHamza Mahfooz2-5/+0
2023-01-18drm/amdgpu: fix amdgpu_job_free_resources v2Christian König1-2/+8
2023-01-18drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrixJoshua Ashton1-2/+2
2023-01-18drm/amd/display: Calculate output_color_space after pixel encoding adjustmentJoshua Ashton1-2/+2
2023-01-18drm/amdgpu: fix cleaning up reserved VMID on releaseChristian König1-0/+1
2023-01-18Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski6-86/+117
2023-01-18drm/amdgpu: Correct the power calcultion for Renior/Cezanne.jie1zhan1-1/+6
2023-01-18drm/amd/display: Fix set scaling doesn's workhongao1-2/+2
2023-01-18Merge tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-14/+96
2023-01-18ACPI: PRM: Check whether EFI runtime is availableArd Biesheuvel1-0/+10