summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-09-22efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel-4/+4
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel-0/+7
2022-09-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-9/+14
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba-1/+4
2022-09-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-10/+53
2022-09-22drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()NĂ­colas F. R. A. Prado-11/+10
2022-09-21drm/amd/display: Reduce number of arguments of dml314's CalculateFlipSchedule()Nathan Chancellor-125/+47
2022-09-21drm/amd/display: Reduce number of arguments of dml314's CalculateWatermarksAn...Nathan Chancellor-196/+52
2022-09-21drm/amdgpu: don't register a dirty callback for non-atomicAlex Deucher-1/+10
2022-09-21drm/amd/pm: drop the pptable related workarounds for SMU 13.0.0Evan Quan-93/+5
2022-09-21drm/amd/pm: add support for 3794 pptable for SMU13.0.0Evan Quan-0/+1
2022-09-21drm/amd/display: correct num_dsc based on HW capCharlene Liu-1/+1
2022-09-21drm/amd/display: Disable OTG WA for the plane_state NULL case on DCN314Nicholas Kazlauskas-2/+1
2022-09-21drm/amd/display: Add shift and mask for ICH_RESET_AT_END_OF_LINEDaniel Miess-223/+6
2022-09-21drm/amd/display: increase dcn315 pstate change latencyDmytro Laktyushkin-8/+14
2022-09-21drm/amd/display: Fix DP MST timeslot issue when fallback happenedCruise Hung-1/+7
2022-09-21drm/amd/display: Display distortion after hotplug 5K tiled displayMeenakshikumar Somasundaram-20/+45
2022-09-21drm/amd/display: Update dummy P-state search to use DCN32 DMLGeorge Shen-1/+51
2022-09-21drm/amd/display: skip audio setup when audio stream is enabledzhikzhai-2/+4
2022-09-21drm/amd/display: update gamut remap if plane has changedHugo Hu-0/+1
2022-09-21drm/amd/display: Assume an LTTPR is always present on fixed_vs linksMichael Strauss-0/+8
2022-09-21drm/amd/display: fix dcn315 memory channel count and width readDmytro Laktyushkin-3/+7
2022-09-21drm/amd/display: Fix double cursor on non-video RGB MPOLeo Li-2/+10
2022-09-21drm/amd/display: Only consider pixle rate div policy for DCN32+Alvin Lee-17/+2
2022-09-21drm/amd/display: Port DCN30 420 logic to DCN32Chris Park-0/+29
2022-09-21drm/amdgpu: Update PTE flags with TF enabledMukul Joshi-4/+6
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak-0/+30
2022-09-21i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter-2/+3
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi-40/+23
2022-09-21Merge tag 'opp-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Rafael J. Wysocki-1/+1
2022-09-21Merge tag 'dmaengine-fix-6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+17
2022-09-21Merge tag 'linux-can-fixes-for-6.0-20220921' of git://git.kernel.org/pub/scm/...Jakub Kicinski-13/+18
2022-09-21Merge tag 'fpga-for-6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-4/+4
2022-09-21mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris-1/+2
2022-09-21net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie-3/+0
2022-09-21iommu/vt-d: Check correct capability for sagaw determinationYi Liu-1/+1
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu-9/+25
2022-09-21can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...Marc Kleine-Budde-6/+11
2022-09-21can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde-2/+2
2022-09-21can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde-5/+5
2022-09-21gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li-2/+3
2022-09-21gpio: tqmx86: fix uninitialized variable girqDongliang Mu-2/+2
2022-09-20net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven-0/+2
2022-09-20net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven-0/+2
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski-0/+2
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean-25/+34
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean-35/+44
2022-09-20wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld-7/+6
2022-09-20wireguard: ratelimiter: disable timings test by defaultJason A. Donenfeld-15/+10