aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-12/+2
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds9-99/+136
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2-21/+21
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-850/+43
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds9-13/+82
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds47-325/+604
2023-05-05Merge tag 'i2c-for-6.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-18/+30
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski4-15/+35
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-05-05Merge tag 'acpi-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-14/+0
2023-05-05Merge tag 'thermal-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-05-05Merge tag 'phy-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+4
2023-05-05Merge tag 'drm-next-2023-05-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds50-263/+415
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli1-1/+0
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13
2023-05-05net: fec: correct the counting of XDP sent framesShenwei Wang1-4/+9
2023-05-05bonding: add xdp_features supportLorenzo Bianconi2-0/+31
2023-05-05net: enetc: check the index of the SFI rather than the handleWei Fang1-1/+1
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski1-1/+2
2023-05-05net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL1-3/+7
2023-05-05net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL1-2/+2
2023-05-04Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds47-355/+827
2023-05-05Merge tag 'drm-intel-next-fixes-2023-05-04-1' of git://anongit.freedesktop.or...Dave Airlie6-38/+20
2023-05-05Merge tag 'amd-drm-fixes-6.4-2023-05-03' of https://gitlab.freedesktop.org/ag...Dave Airlie14-53/+78
2023-05-05Merge tag 'drm-intel-next-fixes-2023-04-27' of git://anongit.freedesktop.org/...Dave Airlie1-0/+17
2023-05-05Merge tag 'amd-drm-fixes-6.4-2023-04-26' of https://gitlab.freedesktop.org/ag...Dave Airlie31-172/+300
2023-05-04thermal: intel: powerclamp: Fix NULL pointer access issueSrinivas Pandruvada1-0/+4
2023-05-04ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530Hans de Goede1-14/+0
2023-05-04phy: mediatek: hdmi: mt8195: fix wrong pll calculusGuillaume Ranquet1-2/+2
2023-05-04phy: mediatek: hdmi: mt8195: fix uninitialized variable usage in pll_calcGuillaume Ranquet1-6/+2
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao2-14/+14
2023-05-04mailbox: qcom-apcs-ipc: do not grow the of_device_idKrzysztof Kozlowski1-5/+6
2023-05-04mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-05-04mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-05-04mailbox: rockchip: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-05-04mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones1-0/+7
2023-05-04mailbox: mailbox-test: Explicitly include header for spinlock supportLee Jones1-0/+1
2023-05-03drm/amdgpu: drop redundant sched job cleanup when cs is abortedGuchun Chen1-10/+3
2023-05-03drm/amd/display: filter out invalid bits in pipe_fusesSamson Tam2-2/+18
2023-05-03drm/amd/display: Change default Z8 watermark valuesLeo Chen1-2/+2
2023-05-03drm/amdgpu: disable SDMA WPTR_POLL_ENABLE for SR-IOVHorace Chen1-4/+1
2023-05-03drm/amdgpu: add a missing lock for AMDGPU_SCHEDChia-I Wu1-1/+5
2023-05-03drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()Hamza Mahfooz1-1/+0
2023-05-03drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_finiHoratio Zhang1-1/+0
2023-05-03drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_finiHoratio Zhang1-1/+0
2023-05-03drm/amdgpu: Enable doorbell selfring after resize FB BARShane Xiao3-30/+41
2023-05-03drm/amdgpu: Use the default reset when loading or reloading the driverlyndonli1-0/+7
2023-05-03drm/amdgpu: Fix mode2 reset for sienna cichlidlyndonli1-1/+1
2023-05-03Merge tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+10
2023-05-03Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+15
2023-05-03Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-22/+37
2023-05-03Merge tag 'acpi-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-1/+39
2023-05-03Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-616/+89
2023-05-03Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-202/+267
2023-05-03Merge tag 'soundwire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-438/+2069
2023-05-03Merge tag 'phy-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds60-821/+1514
2023-05-03Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-253/+1725
2023-05-03Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds4-16/+158
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli1-6/+10
2023-05-03ublk: add timeout handlerMing Lei1-0/+31
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-05-03i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann1-2/+0
2023-05-03i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein1-2/+2
2023-05-03i2c: omap: Fix standard mode false ACK readingsReid Tonking1-1/+1
2023-05-03Merge branches 'acpi-pm' and 'acpi-properties'Rafael J. Wysocki2-1/+29
2023-05-03Merge branch 'thermal-core'Rafael J. Wysocki7-568/+45
2023-05-03igc: read before write to SRRCTL registerSong Yoong Siang2-5/+13
2023-05-03pds_core: add AUXILIARY_BUS and NET_DEVLINK to KconfigShannon Nelson1-0/+2
2023-05-03pds_core: remove CONFIG_DEBUG_FS from makefileShannon Nelson1-2/+1
2023-05-03ionic: catch failure from devlink_allocShannon Nelson1-0/+2
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang1-0/+1
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-05-03octeontx2-vf: Detach LF resources on probe cleanupSubbaraya Sundeep1-1/+1
2023-05-03octeontx2-pf: Disable packet I/O for graceful exitSubbaraya Sundeep1-1/+10
2023-05-03octeontx2-af: Skip PFs if not enabledRatheesh Kannoth3-11/+46
2023-05-03octeontx2-af: Fix issues with NPC field hash extractRatheesh Kannoth4-50/+69
2023-05-03octeontx2-af: Update/Fix NPC field hash extract featureRatheesh Kannoth3-18/+41
2023-05-03octeontx2-af: Update correct mask to filter IPv4 fragmentsSuman Ghosh1-1/+1
2023-05-03octeontx2-af: Add validation for lmac typeHariprasad Kelam1-0/+8
2023-05-03octeontx2-pf: Increase the size of dmac filter flowsRatheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix depth of cam and mem table.Ratheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix start and end bit for scan configRatheesh Kannoth1-2/+1
2023-05-03octeontx2-af: Secure APR table update with the lockGeetha sowjanya1-5/+8
2023-05-03drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()Hans de Goede4-30/+6
2023-05-03drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_infoRadhakrishna Sripada1-0/+2
2023-05-03drm/i915/guc: Actually return an error if GuC version range check failsJohn Harrison1-8/+12
2023-05-02net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untaggingFelix Fietkau2-67/+40
2023-05-02clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified caseHal Feng1-4/+1
2023-05-02clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()Nathan Chancellor1-1/+1
2023-05-02Revert "clk: imx: composite-8m: Add support to determine_rate"Adam Ford1-7/+0
2023-05-02Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds102-9356/+6810
2023-05-02Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+7
2023-05-02Merge tag 'backlight-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-67/+42
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds61-634/+2446
2023-05-02Merge tag 'leds-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds16-58/+2702
2023-05-01Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-297/+1015
2023-05-01Merge branch 'next' into for-linusDmitry Torokhov5955-247806/+311604
2023-05-01Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov1-23/+0
2023-05-01Merge tag 'rtc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds49-179/+104
2023-05-01Merge tag 'i3c/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds9-89/+698
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+21
2023-05-01net: atlantic: Define aq_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-01sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton1-4/+7
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang1-6/+8
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang1-0/+14
2023-05-01r8152: fix flow control issue of RTL8156AHayes Wang1-20/+36
2023-04-30i3c: ast2600: set variable ast2600_i3c_ops storage-class-specifier to staticTom Rix1-1/+1
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds42-1111/+705
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds17-246/+1248
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds21-542/+797
2023-04-30i2c: tegra: Fix PEC support for SMBUS block readAkhil R1-13/+27
2023-04-29Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-69/+94
2023-04-29Merge tag 'for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds14-230/+334
2023-04-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds343-7265/+30146
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds102-5388/+7832
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones2-2/+2
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2-5/+1
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-197/+220
2023-04-29watchdog: dw_wdt: Simplify clk managementChristophe JAILLET1-33/+11
2023-04-29watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET1-2/+5
2023-04-29watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu1-1/+1
2023-04-29watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-100/+32
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+8
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+7
2023-04-28md: Fix bitmap offset type in sb writerJonathan Derrick1-3/+3
2023-04-28md/raid5: Improve performance for sequential IOJan Kara1-1/+44
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen3-5/+21
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET1-1/+1
2023-04-28net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello1-0/+1
2023-04-28atlantic:hw_atl2:hw_atl2_utils_fw: Remove unnecessary (void*) conversionswuych1-2/+2
2023-04-28mISDN: Use list_count_nodes()Christophe JAILLET1-13/+2
2023-04-28i3c: ast2600: fix register setting for 545 ohm pullupsJeremy Kerr1-2/+2
2023-04-28i3c: ast2600: enable IBI supportJeremy Kerr1-0/+21
2023-04-28i3c: dw: Add a platform facility for IBI PEC workaroundsJeremy Kerr2-0/+29
2023-04-28i3c: dw: Add support for in-band interruptsJeremy Kerr2-3/+289
2023-04-28i3c: dw: Turn DAT array entry into a structJeremy Kerr2-12/+21
2023-04-28i3c: dw: Create a generic fifo read functionJeremy Kerr1-4/+10
2023-04-28i3c: Allow OF-alias-based persistent bus numberingJeremy Kerr1-5/+25
2023-04-28i3c: ast2600: Add AST2600 platform-specific driverJeremy Kerr3-0/+183
2023-04-28i3c: dw: Add infrastructure for platform-specific implementationsJeremy Kerr2-34/+97
2023-04-28rtc: armada38x: use devm_platform_ioremap_resource_byname()Ye Xingchen1-5/+2
2023-04-28rtc: sunplus: use devm_platform_ioremap_resource_byname()Ye Xingchen1-2/+1
2023-04-28rtc: jz4740: Make sure clock provider gets removedLars-Peter Clausen1-1/+2
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds4-10/+5
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds23-292/+182
2023-04-27block nbd: use req.cookie instead of req.handleEric Blake1-3/+3
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-26/+0
2023-04-27Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-148/+160
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-583/+614
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds20-449/+1652
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds4-65/+4
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds90-98/+9
2023-04-27cdx: fix build failure due to sysfs 'bus_type' argument needing to be constLinus Torvalds1-1/+1
2023-04-27i3c: dw: use bus mode rather than device reg for conditional tCAS settingJeremy Kerr1-1/+5
2023-04-27i3c: dw: Return the length from a read priv_xferMatt Johnston1-0/+7
2023-04-27of: fdt: Scan /memreserve/ lastLucas Tanure1-2/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds192-10311/+9752
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds223-877/+1193
2023-04-27Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds86-3762/+894
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-409/+779
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds127-7539/+2426
2023-04-27Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds28-614/+1008
2023-04-27Merge tag 'fbdev-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds59-209/+119
2023-04-27Merge tag 'i2c-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-78/+148
2023-04-27Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-26/+9
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds138-1248/+1689
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-1/+2497
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-1282/+1084
2023-04-27intel_idle: mark few variables as __read_mostlyArtem Bityutskiy1-2/+2
2023-04-27intel_idle: do not sprinkle module parameter definitions aroundArtem Bityutskiy1-3/+7
2023-04-27intel_idle: fix confusing messageArtem Bityutskiy1-2/+3
2023-04-27intel_idle: improve C-state flags handling robustnessArtem Bityutskiy1-10/+18
2023-04-27intel_idle: further intel_idle_init_cstates_icpu() cleanupArtem Bityutskiy1-11/+13
2023-04-27intel_idle: clean up intel_idle_init_cstates_icpu()Artem Bityutskiy1-5/+5
2023-04-27intel_idle: use pr_info() instead of printk()Artem Bityutskiy1-1/+1
2023-04-27thermal: intel: menlow: Get rid of this driverRafael J. Wysocki3-531/+0
2023-04-27ACPI: thermal: Move to dedicated function sysfs extra attr creationDaniel Lezcano1-19/+31
2023-04-27ACPI: thermal: Use thermal_zone_device()Daniel Lezcano1-4/+9
2023-04-27thermal: intel: pch_thermal: Use thermal driver device to write a traceDaniel Lezcano1-1/+2
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano1-0/+6
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentZhang Rui1-14/+6
2023-04-27thermal: gov_step_wise: Delete obsolete commentZhang Rui1-8/+0
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds36-317/+491
2023-04-27Merge tag 'thermal-v6.4-rc1-3' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2-48/+44
2023-04-27ACPI: property: Support strings in Apple _DSM propsHector Martin1-1/+10
2023-04-27ACPI: x86: utils: Remove Lenovo Yoga Tablet 2's MAGN0001Marius Hoch1-0/+10
2023-04-27ACPI: PM: Do not turn of unused power resources on the Toshiba Click MiniHans de Goede1-0/+19
2023-04-27leds: bd2606mvv: Driver for the Rohm 6 Channel i2c LED driverAndreas Kemnade3-0/+175
2023-04-27Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-152/+140
2023-04-27Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-208/+385
2023-04-27Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-613/+21
2023-04-27octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep1-5/+10
2023-04-27octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2-8/+8