aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+17
2024-01-27Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-174/+457
2024-01-26Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds3-7/+30
2024-01-26Merge tag 'block-6.8-2024-01-26' of git://git.kernel.dk/linuxLinus Torvalds2-2/+5
2024-01-26Merge tag 'thermal-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-32/+0
2024-01-26Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-25/+37
2024-01-26Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds69-457/+713
2024-01-26Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-41/+107
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-14/+27
2024-01-26Merge tag 'gpio-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+42
2024-01-26Merge tag 'media/v6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-31/+28
2024-01-26platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tabletPhoenix Chen1-0/+35
2024-01-26platform/x86/intel/ifs: Call release_firmware() when handling errors.Jithu Joseph1-1/+2
2024-01-26platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()Cong Liu1-1/+3
2024-01-26platform/x86/amd/pmf: Get ambient light information from AMD SFH driverShyam Sundar S K1-0/+8
2024-01-26platform/x86/amd/pmf: Get Human presence information from AMD SFH driverShyam Sundar S K2-0/+29
2024-01-27Merge tag 'drm-misc-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux...Dave Airlie1-30/+2
2024-01-27Revert "nouveau: push event block/allowing out of the fence context"Dave Airlie2-27/+6
2024-01-27Merge tag 'drm-intel-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-2/+12
2024-01-27Merge tag 'drm-misc-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie26-308/+391
2024-01-26drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATEMichael Walle1-30/+2
2024-01-26drm/sched: Drain all entities in DRM sched run job workerMatthew Brost1-8/+7
2024-01-26Merge tag 'amd-drm-fixes-6.8-2024-01-25' of https://gitlab.freedesktop.org/ag...Dave Airlie24-36/+229
2024-01-26Merge tag 'drm-xe-fixes-2024-01-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie8-30/+31
2024-01-25Merge tag 'md-6.8-20240126' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe1-1/+1
2024-01-25spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-01-25drm/amd/display: "Enable IPS by default"Roman Li1-1/+2
2024-01-25drm/amd: Add a DC debug mask for IPSRoman Li1-0/+1
2024-01-25drm/amd/display: Disable ips before dc interrupt settingRoman Li1-1/+4
2024-01-25drm/amd/display: Replay + IPS + ABM in Full Screen VPBChunTao Tso4-0/+57
2024-01-25drm/amd/display: Add IPS checks before dcn register accessRoman Li1-10/+6
2024-01-25drm/amd/display: Add Replay IPS register for DMUB command tableAlvin Lee1-0/+1
2024-01-25drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas3-1/+11
2024-01-25drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amd/amdgpu: Assign GART pages to AMD device mappingTom St Denis1-0/+8
2024-01-25drm/amd/pm: Fetch current power limit from FWLijo Lazar1-0/+1
2024-01-25drm/amdgpu: Fix null pointer dereferenceHawking Zhang1-1/+1
2024-01-25drm/amdgpu: Show vram vendor only if availableLijo Lazar1-1/+16
2024-01-25drm/amd/pm: update the power cap settingKenneth Feng2-4/+104
2024-01-25drm/amdgpu: Avoid fetching vram vendor informationLijo Lazar1-1/+2
2024-01-25drm/amdgpu/pm: Fix the power source flag errorMa Jun3-10/+7
2024-01-25drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam1-2/+2
2024-01-25drm/amd/pm: udpate smu v13.0.6 message permissionYang Wang1-2/+2
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds66-226/+497
2024-01-25Merge tag 'ffa-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann1-28/+57
2024-01-25ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2-6/+24
2024-01-25tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ringGerhard Engleder1-0/+13
2024-01-25tsnep: Remove FCS for XDP data pathGerhard Engleder1-2/+2
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni16-37/+88
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni8-79/+113
2024-01-25net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-01-25accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz8-48/+70
2024-01-25accel/ivpu: Improve stability of ivpu_submit_ioctl()Jacek Lawrynowicz2-78/+62
2024-01-25accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz6-65/+85
2024-01-25drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULTVille Syrjälä1-2/+12
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka1-1/+1
2024-01-24cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao1-2/+2
2024-01-25Merge tag 'exynos-drm-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/lin...Dave Airlie3-6/+6
2024-01-25Merge tag 'drm-misc-next-fixes-2024-01-19' of git://anongit.freedesktop.org/d...Dave Airlie2-9/+35
2024-01-25Merge tag 'drm-intel-next-fixes-2024-01-19' of git://anongit.freedesktop.org/...Dave Airlie2-3/+1
2024-01-24fjes: fix memleaks in fjes_hw_setupZhipeng Lu1-7/+30
2024-01-24Merge tag 'ceph-for-6.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-13/+19
2024-01-24i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-0/+7
2024-01-24i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2-25/+24
2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-14/+23
2024-01-24intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2-2/+4
2024-01-24ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski1-5/+0
2024-01-24i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar1-17/+23
2024-01-24ice: work on pre-XDP prog frag countMaciej Fijalkowski3-14/+32
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2-2/+0
2024-01-24net: fill in MODULE_DESCRIPTION()s for rvu_mboxBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for litexBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for fsl_pq_mdioBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for fecBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for nps_enetBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for ep93xxx_ethBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao1-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for Broadcom bgmacBreno Leitao5-0/+5
2024-01-24net: fill in MODULE_DESCRIPTION()s for 8390Breno Leitao6-0/+6
2024-01-24net: mvpp2: clear BM pool before initializationJenishkumar Maheshbhai Patel1-1/+26
2024-01-24net: stmmac: Wait a bit for the reset to take effectBernd Edlinger1-0/+3
2024-01-24spi: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-01-24Merge tag 'fbdev-for-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+7
2024-01-24media: vb2: refactor setting flags and caps, fix missing capHans Verkuil1-28/+25
2024-01-24media: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2-2/+2
2024-01-24media: chips-media: wave5: Remove K3 ReferencesBrandon Brnich1-1/+1
2024-01-24Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_in...Thomas Zimmermann1-1/+1
2024-01-24aoe: avoid potential deadlock at set_capacityMaksim Kiselev1-1/+4
2024-01-24drm/xe: Remove PVC from xe_wa kunit testsLucas De Marchi1-3/+0
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski1-9/+14
2024-01-24drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray1-7/+7
2024-01-24drm/xe/display: Avoid calling readq()Lucas De Marchi1-6/+5
2024-01-24drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2
2024-01-24drm/xe: Use _ULL for u64 divisionLucas De Marchi1-1/+1
2024-01-24drm/xe: Use a NULL pointer instead of 0.Thomas Hellström1-1/+1
2024-01-24drm/xe/dmabuf: Make xe_dmabuf_ops staticThomas Hellström1-1/+1
2024-01-24net/mlx5e: fix a potential double-free in fs_any_create_groupsDinghao Liu1-0/+1
2024-01-24net/mlx5e: fix a double-free in arfs_create_groupsZhipeng Lu1-11/+15
2024-01-24net/mlx5e: Ignore IPsec replay window values on sender sideLeon Romanovsky1-2/+8
2024-01-24net/mlx5e: Allow software parsing when IPsec crypto is enabledLeon Romanovsky1-2/+2
2024-01-24net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASORahul Rameshbabu1-1/+1
2024-01-24net/mlx5: DR, Can't go to uplink vport on RX ruleYevgeny Kliteynik1-5/+11
2024-01-24net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik1-0/+1
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2-0/+5
2024-01-24net/mlx5: Fix a WARN upon a callback command failureYishai Hadas1-2/+3
2024-01-24net/mlx5e: Fix peer flow lists handlingVlad Buslov1-1/+2
2024-01-24net/mlx5e: Fix inconsistent hairpin RQT sizesTariq Toukan1-1/+1
2024-01-24net/mlx5e: Fix operation precedence bug in port timestamping napi_poll contextRahul Rameshbabu1-1/+1
2024-01-24net/mlx5: Fix query of sd_group fieldTariq Toukan1-0/+21
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed4-11/+16
2024-01-24ahci: asm1166: correct count of reported portsConrad Kostecki1-0/+5
2024-01-23hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley1-2/+2
2024-01-23Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu1-5/+20
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski6-43/+16
2024-01-23spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5
2024-01-23spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra1-8/+9
2024-01-23spi: spi-imx: Use dev_err_probe for failed DMA channel requestsAlexander Stein1-2/+2
2024-01-23spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu1-2/+2
2024-01-23fbdev: stifb: Fix crash in stifb_blank()Helge Deller1-1/+1
2024-01-22drm/ttm: fix ttm pool initialization for no-dma-device driversFedor Pchelkin1-2/+7
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2024-01-22ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel1-1/+1
2024-01-22cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello1-4/+3
2024-01-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny1-11/+15
2024-01-22Merge tag 'xsa448-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds1-6/+38
2024-01-22drm/dp_mst: Separate @failing_port list in drm_dp_mst_atomic_check_mgr() commentBagas Sanjaya1-0/+2
2024-01-22drm/bridge: anx7625: Ensure bridge is suspended in disable()Hsin-Yi Wang2-1/+8
2024-01-22spi: intel-pci: Add support for Arrow Lake SPI serial flashMika Westerberg1-0/+1
2024-01-22spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the listMika Westerberg1-1/+0
2024-01-22cpufreq: intel_pstate: Refine computation of P-state for given frequencyRafael J. Wysocki1-21/+34
2024-01-22accel/ivpu: Disable PLL after VPU IP reset during FLRJacek Lawrynowicz1-2/+19
2024-01-22platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace eventsShravan Kumar Ramani1-2/+2
2024-01-22platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is fullLiming Sun1-0/+67
2024-01-22net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur1-0/+11
2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski1-6/+0
2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski1-2/+27
2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski3-18/+69
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski1-3/+4
2024-01-22thermal: intel: powerclamp: Remove dead code for target mwait valueSrinivas Pandruvada1-32/+0
2024-01-22tun: add missing rx stats accounting in tun_xdp_actYunjian Wang1-0/+2
2024-01-22tun: fix missing dropped counter in tun_xdp_actYunjian Wang1-2/+6
2024-01-22gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin1-4/+28
2024-01-22platform/x86: intel-wmi-sbl-fw-update: Fix function name in error messageArmin Wolf1-2/+2
2024-01-22platform/x86: p2sb: Use pci_resource_n() in p2sb_read_bar0()Shin'ichiro Kawasaki1-1/+1
2024-01-22platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probeShin'ichiro Kawasaki1-41/+139
2024-01-22platform/x86: intel-uncore-freq: Fix types in sysfs callbacksNathan Chancellor2-57/+57
2024-01-22platform/x86: wmi: Fix wmi_dev_probe()Dan Carpenter1-1/+1
2024-01-22platform/x86: wmi: Fix notify callback lockingArmin Wolf1-24/+47
2024-01-22platform/x86: wmi: Decouple legacy WMI notify handlers from wmi_block_listArmin Wolf1-50/+68
2024-01-22platform/x86: wmi: Return immediately if an suitable WMI event is foundArmin Wolf1-6/+4
2024-01-22platform/x86: wmi: Fix error handling in legacy WMI notify handler functionsArmin Wolf1-5/+9
2024-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi1-5/+23
2024-01-22firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi1-3/+16
2024-01-22firmware: arm_ffa: Simplify ffa_partitions_cleanup()Cristian Marussi1-20/+6
2024-01-22firmware: arm_ffa: Check xa_load() return valueCristian Marussi1-0/+10
2024-01-22firmware: arm_ffa: Add missing rwlock_init() for the driver partitionCristian Marussi1-0/+1
2024-01-22firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()Cristian Marussi1-0/+1
2024-01-22firmware: arm_scmi: Fix the clock protocol supported versionCristian Marussi1-1/+1
2024-01-22firmware: arm_scmi: Fix the clock protocol version for v3.2Cristian Marussi1-2/+1
2024-01-22firmware: arm_scmi: Use xa_insert() when saving raw queuesCristian Marussi1-4/+8
2024-01-22firmware: arm_scmi: Use xa_insert() to store oppsCristian Marussi1-5/+18
2024-01-22firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.hTanzir Hasan1-1/+1
2024-01-22firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi3-0/+21
2024-01-22accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY paramWachowski, Karol3-12/+3
2024-01-22accel/ivpu: Improve buffer object debug logsJacek Lawrynowicz2-42/+22
2024-01-22accel/ivpu: Disable buffer sharing among VPU contextsJacek Lawrynowicz1-38/+6
2024-01-22accel/ivpu: Free buffer sgt on unbindJacek Lawrynowicz1-2/+12
2024-01-22accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()Jacek Lawrynowicz1-0/+5
2024-01-22accel/ivpu: Add diagnostic messages when VPU fails to boot or suspendWachowski, Karol2-3/+6
2024-01-22accel/ivpu: Add debug prints for MMU map/unmap operationsWachowski, Karol2-0/+10
2024-01-22accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync()Wachowski, Karol1-0/+2
2024-01-22accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol3-0/+10
2024-01-22gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello1-0/+14
2024-01-22Merge v6.8-rc1 into drm-misc-fixesMaxime Ripard5498-148901/+335804
2024-01-22drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin1-1/+1
2024-01-22drm/exynos: fix accidental on-stack copy of exynos_drm_planeArnd Bergmann2-4/+4
2024-01-22drm/exynos: fix incorrect type issueInki Dae1-1/+1
2024-01-22rbd: don't move requests to the running list on errorsIlya Dryomov1-8/+14
2024-01-22rbd: remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-5/+5
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-11/+27
2024-01-21idpf: distinguish vports by the dev_port attributeMichal Schmidt1-0/+2
2024-01-21fbdev: sis: Error out if pixclock equals zeroFullway Wang1-0/+2
2024-01-21fbdev: savage: Error out if pixclock equals zeroFullway Wang1-0/+3
2024-01-21fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()Jiapeng Chong1-1/+0
2024-01-20Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-261/+1712
2024-01-20media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+56
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-39/+103
2024-01-20Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+1
2024-01-19bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan5-11/+17
2024-01-19bnxt_en: Prevent kernel warning when running offline self testMichael Chan1-0/+3
2024-01-19bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan2-6/+14
2024-01-19bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan1-2/+3
2024-01-19bnxt_en: Wait for FLR to complete during probeMichael Chan1-0/+5
2024-01-19Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller1-13/+1
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-33/+15
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds85-463/+692