aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesktop.org/drm/drmHEADmasterLinus Torvalds43-118/+285
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds25-128/+223
2022-10-20Merge tag 'ata-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds7-8/+8
2022-10-21Merge tag 'drm-misc-fixes-2022-10-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-22/+30
2022-10-21Merge tag 'amd-drm-fixes-6.1-2022-10-20' of https://gitlab.freedesktop.org/ag...Dave Airlie2-5/+21
2022-10-21Merge tag 'amd-drm-fixes-6.1-2022-10-19' of https://gitlab.freedesktop.org/ag...Dave Airlie34-91/+204
2022-10-21Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-0/+30
2022-10-20drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher2-5/+21
2022-10-20drm/panfrost: replace endian-specific types with native onesSteven Price1-18/+18
2022-10-20drm/connector: Set DDC pointer in drmm_connector_initMaxime Ripard1-1/+1
2022-10-20drm: tests: Fix a buffer overflow in format_helper_testDavid Gow1-1/+1
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann6036-115236/+333181
2022-10-19net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-10-19wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-7/+7
2022-10-19ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel1-0/+2
2022-10-19drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updatesChristian König1-1/+8
2022-10-19drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König1-1/+2
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-10-18bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta1-5/+6
2022-10-18drm/amdgpu: Fix for BO move issueArunpravin Paneer Selvam1-0/+3
2022-10-18drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang1-3/+39
2022-10-18drm/amd/pm: enable thermal alert on smu_v13_0_10Kenneth Feng1-6/+4
2022-10-18drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha3-9/+13
2022-10-18drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callbackNathan Chancellor1-2/+3
2022-10-18drm/amd/display: Increase frame size limit for display_mode_vba_util_32.oGuenter Roeck1-1/+1
2022-10-18drm/amd/pm: add SMU IP v13.0.4 IF version define to V7Tim Huang1-1/+1
2022-10-18drm/amd/pm: update SMU IP v13.0.4 driver interface versionTim Huang1-2/+15
2022-10-18drm/amd/pm: Init pm_attr_list when dpm is disabledZhenGuo Yin1-2/+2
2022-10-18drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan3-0/+25
2022-10-18drm/amd/pm: fulfill SMU13.0.7 cstate control interfaceEvan Quan1-0/+12
2022-10-18drm/amd/pm: fulfill SMU13.0.0 cstate control interfaceEvan Quan1-0/+11
2022-10-18drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supportedYiPeng Chai1-5/+9
2022-10-18drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10YiPeng Chai1-0/+10
2022-10-18drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3YiPeng Chai1-0/+1
2022-10-18drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao1-1/+2
2022-10-18drm/amd/pm: skip loading pptable from driver on secure board for smu_v13_0_10Kenneth Feng1-1/+2
2022-10-18drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng2-1/+6
2022-10-18drm/amd/pm: remove the pptable id override on smu_v13_0_10Kenneth Feng1-3/+0
2022-10-18drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10Kenneth Feng1-4/+6
2022-10-18drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"Asher Song1-12/+13
2022-10-18drm/amdgpu: Refactor mode2 reset logic for v11.0.7Victor Zhao1-8/+17
2022-10-18Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao9-20/+2
2022-10-18Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao4-17/+0
2022-10-18drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka3-1/+15
2022-10-18dm clone: Fix typo in block_device format specifierNikos Tsironis1-1/+1
2022-10-18dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0
2022-10-18dm cache: delete the redundant word 'each' in commentShaomin Deng1-1/+1
2022-10-18dm raid: fix typo in analyse_superblocks code commentJiangshan Yi1-1/+1
2022-10-18dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry1-8/+10
2022-10-18dm raid: delete the redundant word 'that' in commentJilin Yuan1-1/+1
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka5-85/+85
2022-10-18dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka1-6/+7
2022-10-18ata: ahci_qoriq: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_imx: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_xgene: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: ahci_brcm: Fix compilation warningDamien Le Moal1-1/+1
2022-10-18ata: sata_rcar: Fix compilation warningDamien Le Moal1-1/+1
2022-10-17Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2022-10-17ata: ahci_st: Fix compilation warningDamien Le Moal1-1/+1
2022-10-17net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong1-6/+0
2022-10-17net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang1-1/+4
2022-10-17net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang1-2/+8
2022-10-17net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang1-5/+12
2022-10-17ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng1-1/+1
2022-10-17ata: ahci-imx: Fix MODULE_ALIASAlexander Stein1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds57-116/+103
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds15-124/+1810
2022-10-15Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-61/+1
2022-10-15net: stmmac: Enable mac_managed_pm phylink configShenwei Wang1-0/+1
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-15sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter1-1/+1
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-10-15net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru1-2/+4
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-28/+18
2022-10-14Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds11-247/+98
2022-10-14Merge tag 'i3c/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds1-4/+3
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-27/+32
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+2
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd9-113/+1805
2022-10-14clk: tegra: Fix Tegra PWM parent clockJon Hunter5-0/+5
2022-10-14clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocksLinus Walleij1-11/+0
2022-10-14clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno1-0/+10
2022-10-14Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds1-2/+20
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+3
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-67/+99
2022-10-14Revert "PCI: Distribute available resources for root buses, too"Bjorn Helgaas1-61/+1
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-20/+5
2022-10-14Merge tag 's390-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-3/+36
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-250/+271
2022-10-14drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=nNathan Chancellor1-1/+1
2022-10-14parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverColin Ian King1-4/+4
2022-10-14hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld1-1/+1
2022-10-14parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller1-1/+1
2022-10-14net: macvlan: change schedule system_wq to system_unbound_wqzhangxiangqian1-1/+1
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski6-28/+74
2022-10-14net: dsa: qca8k: fix ethtool autocast mib for big-endian systemsChristian Marangi1-12/+8
2022-10-14net: dsa: qca8k: fix inband mgmt for big-endian systemsChristian Marangi1-16/+47
2022-10-13Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds116-1081/+1830
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds4-2/+7
2022-10-14Merge tag 'amd-drm-fixes-6.1-2022-10-12' of https://gitlab.freedesktop.org/ag...Dave Airlie100-995/+1617
2022-10-14Merge tag 'drm-intel-next-fixes-2022-10-13' of git://anongit.freedesktop.org/...Dave Airlie10-48/+113
2022-10-13rtc: rv3028: Fix codestyle errorsKe Sun1-3/+2
2022-10-13rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki1-10/+19
2022-10-13Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds6-6/+37
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt1-2/+5
2022-10-13Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt6-248/+266
2022-10-13soc: sifive: ccache: define the macro for the register shiftsZong Li1-5/+11
2022-10-13soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesBen Dooks1-7/+10
2022-10-13soc: sifive: ccache: reduce printing on initBen Dooks1-14/+11
2022-10-13soc: sifive: ccache: determine the cache level from dtsZong Li1-1/+5
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu6-248/+256
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds39-73/+201
2022-10-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-10-13Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds22-105/+808
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2022-10-13net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter1-3/+3
2022-10-13virtio_pci: use irq to detect interrupt supportMichael S. Tsirkin1-2/+2
2022-10-13drm/vc4: hdmi: Check the HSM rate at runtime_resumeMaxime Ripard1-0/+20
2022-10-13drm/vc4: hdmi: Enforce the minimum rate at runtime_resumeMaxime Ripard1-0/+9
2022-10-13drm/vc4: Add module dependency on hdmi-codecMaxime Ripard1-0/+1
2022-10-13Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni1-0/+2
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg16-25/+51
2022-10-12zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-12nouveau/dmem: evict device private memory during releaseAlistair Popple1-0/+48
2022-10-12nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple1-30/+28
2022-10-12mm: free device private pages have zero refcountAlistair Popple2-2/+2
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple3-12/+18
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera1-4/+5
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+4
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET1-22/+3
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+1
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King1-1/+1
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes2-85/+26
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes1-14/+0
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes1-3/+2
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes1-10/+2
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes1-4/+4
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes1-3/+0
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes1-0/+2
2022-10-13rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes1-4/+7
2022-10-13rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()Lin Yujun1-0/+2
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds37-2211/+4347
2022-10-12i3c: master: Remove the wrong place of reattach.Billy Tsai1-4/+0
2022-10-12i3c: master: Free the old_dyn_addr when reattach.Billy Tsai1-0/+3
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-182/+178
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds5-0/+659
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-109/+605
2022-10-12drm/amd/display: Add HUBP surface flip interrupt handlerAurabindo Pillai1-0/+1
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg1-0/+1
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12LoongArch: Add ACPI-based generic laptop driverJianmin Lv5-0/+659
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky4-13/+11
2022-10-12Merge tag 'irqchip-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner3-28/+68
2022-10-12net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer1-1/+4
2022-10-12irqchip: IMX_MU_MSI should depend on ARCH_MXCGeert Uytterhoeven1-3/+4
2022-10-12xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King1-1/+1
2022-10-12Merge tag 'drm-intel-next-fixes-2022-10-06-1' of git://anongit.freedesktop.or...Dave Airlie6-38/+100
2022-10-11Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski7-19/+31
2022-10-11prandom: remove unused functionsJason A. Donenfeld1-6/+5
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld8-13/+13
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld24-32/+32
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2-2/+2
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld9-13/+13
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld25-53/+41
2022-10-11Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-614/+1053
2022-10-11Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-4/+28
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds49-764/+7006
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds115-1575/+2104
2022-10-11Merge tag 'fbdev-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-71/+41
2022-10-11Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-33/+38
2022-10-11drm/i915/display: consider DG2_RC_CCS_CC when migrating buffersMatthew Auld1-1/+12
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld4-4/+45
2022-10-11drm/amd/display: Simplify bool conversionYang Li1-1/+1
2022-10-11drm/amd/display: fix transfer function passed to build_coefficients()Alex Deucher1-1/+1
2022-10-11drm/amd/display: add a license to cursor_reg_cache.hAlex Deucher1-0/+1
2022-10-11drm/amd/display: make virtual_disable_link_output staticAlex Deucher1-1/+1
2022-10-11drm/amd/display: fix indentation in dc.cAlex Deucher1-3/+3
2022-10-11drm/amd/display: make dcn32_split_stream_for_mpc_or_odm staticAlex Deucher1-1/+1
2022-10-11drm/amd/display: fix build error on arm64Yang Yingliang1-0/+4
2022-10-11drm/amd/display: 3.2.207Aric Cyr1-1/+1
2022-10-11drm/amd/display: Clean some DCN32 macrosRodrigo Siqueira1-10/+1
2022-10-11drm/amdgpu: Add poison mode query for umc v8_10_0Candice Li1-0/+26
2022-10-11drm/amdgpu: Update umc v8_10_0 headersCandice Li2-0/+5
2022-10-11drm/amdgpu: fix coding style issue for mca notifierTao Zhou1-3/+3
2022-10-11drm/amdgpu: define convert_error_address for umc v8.7Tao Zhou1-22/+25
2022-10-11drm/amdgpu: define RAS convert_error_address APITao Zhou3-93/+64
2022-10-11drm/amdgpu: remove check for CE in RAS error address queryTao Zhou4-90/+59
2022-10-11drm/i915: Fix display problems after resumeThomas Hellström1-1/+7
2022-10-11mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen1-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller1-15/+0
2022-10-11wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo1-2/+3
2022-10-11wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez1-0/+2
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau4-7/+10