forked from Rust-for-Linux/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux…
… into HEAD KVM/riscv fixes for 6.6, take #1 - Fix KVM_GET_REG_LIST API for ISA_EXT registers - Fix reading ISA_EXT register of a missing extension - Fix ISA_EXT register handling in get-reg-list test - Fix filtering of AIA registers in get-reg-list test
- Loading branch information
Showing
350 changed files
with
2,321 additions
and
1,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -251,6 +251,7 @@ an involved disclosed party. The current ambassadors list: | |
IBM Z Christian Borntraeger <[email protected]> | ||
Intel Tony Luck <[email protected]> | ||
Qualcomm Trilok Soni <[email protected]> | ||
RISC-V Palmer Dabbelt <[email protected]> | ||
Samsung Javier González <[email protected]> | ||
|
||
Microsoft James Morris <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1855,7 +1855,7 @@ F: Documentation/devicetree/bindings/phy/amlogic* | |
F: arch/arm/boot/dts/amlogic/ | ||
F: arch/arm/mach-meson/ | ||
F: arch/arm64/boot/dts/amlogic/ | ||
F: drivers/genpd/amlogic/ | ||
F: drivers/pmdomain/amlogic/ | ||
F: drivers/mmc/host/meson* | ||
F: drivers/phy/amlogic/ | ||
F: drivers/pinctrl/meson/ | ||
|
@@ -1918,7 +1918,7 @@ F: drivers/bluetooth/hci_bcm4377.c | |
F: drivers/clk/clk-apple-nco.c | ||
F: drivers/cpufreq/apple-soc-cpufreq.c | ||
F: drivers/dma/apple-admac.c | ||
F: drivers/genpd/apple/ | ||
F: drivers/pmdomain/apple/ | ||
F: drivers/i2c/busses/i2c-pasemi-core.c | ||
F: drivers/i2c/busses/i2c-pasemi-platform.c | ||
F: drivers/iommu/apple-dart.c | ||
|
@@ -2435,7 +2435,7 @@ F: arch/arm/mach-ux500/ | |
F: drivers/clk/clk-nomadik.c | ||
F: drivers/clocksource/clksrc-dbx500-prcmu.c | ||
F: drivers/dma/ste_dma40* | ||
F: drivers/genpd/st/ste-ux500-pm-domain.c | ||
F: drivers/pmdomain/st/ste-ux500-pm-domain.c | ||
F: drivers/hwspinlock/u8500_hsem.c | ||
F: drivers/i2c/busses/i2c-nomadik.c | ||
F: drivers/iio/adc/ab8500-gpadc.c | ||
|
@@ -2598,7 +2598,7 @@ F: arch/arm/include/debug/renesas-scif.S | |
F: arch/arm/mach-shmobile/ | ||
F: arch/arm64/boot/dts/renesas/ | ||
F: arch/riscv/boot/dts/renesas/ | ||
F: drivers/genpd/renesas/ | ||
F: drivers/pmdomain/renesas/ | ||
F: drivers/soc/renesas/ | ||
F: include/linux/soc/renesas/ | ||
K: \brenesas, | ||
|
@@ -4026,7 +4026,7 @@ F: arch/mips/kernel/*bmips* | |
F: drivers/irqchip/irq-bcm63* | ||
F: drivers/irqchip/irq-bcm7* | ||
F: drivers/irqchip/irq-brcmstb* | ||
F: drivers/genpd/bcm/bcm63xx-power.c | ||
F: drivers/pmdomain/bcm/bcm63xx-power.c | ||
F: include/linux/bcm963xx_nvram.h | ||
F: include/linux/bcm963xx_tag.h | ||
|
||
|
@@ -4248,7 +4248,7 @@ R: Broadcom internal kernel review list <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
T: git https://github.com/broadcom/stblinux.git | ||
F: drivers/genpd/bcm/bcm-pmb.c | ||
F: drivers/pmdomain/bcm/bcm-pmb.c | ||
F: include/dt-bindings/soc/bcm-pmb.h | ||
|
||
BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
|
@@ -4378,7 +4378,6 @@ M: David Sterba <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
W: https://btrfs.readthedocs.io | ||
W: https://btrfs.wiki.kernel.org/ | ||
Q: https://patchwork.kernel.org/project/linux-btrfs/list/ | ||
C: irc://irc.libera.chat/btrfs | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git | ||
|
@@ -8729,7 +8728,7 @@ M: Ulf Hansson <[email protected]> | |
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git | ||
F: drivers/genpd/ | ||
F: drivers/pmdomain/ | ||
|
||
GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER | ||
M: Eugen Hristev <[email protected]> | ||
|
@@ -17680,7 +17679,7 @@ L: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml | ||
F: drivers/genpd/qcom/cpr.c | ||
F: drivers/pmdomain/qcom/cpr.c | ||
|
||
QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096 | ||
M: Ilia Lin <[email protected]> | ||
|
@@ -20514,7 +20513,7 @@ STARFIVE JH71XX PMU CONTROLLER DRIVER | |
M: Walker Chen <[email protected]> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/power/starfive* | ||
F: drivers/genpd/starfive/jh71xx-pmu.c | ||
F: drivers/pmdomain/starfive/jh71xx-pmu.c | ||
F: include/dt-bindings/power/starfive,jh7110-pmu.h | ||
|
||
STARFIVE SOC DRIVERS | ||
|
@@ -21339,7 +21338,7 @@ F: drivers/irqchip/irq-ti-sci-inta.c | |
F: drivers/irqchip/irq-ti-sci-intr.c | ||
F: drivers/reset/reset-ti-sci.c | ||
F: drivers/soc/ti/ti_sci_inta_msi.c | ||
F: drivers/genpd/ti/ti_sci_pm_domains.c | ||
F: drivers/pmdomain/ti/ti_sci_pm_domains.c | ||
F: include/dt-bindings/soc/ti,sci_pm_domain.h | ||
F: include/linux/soc/ti/ti_sci_inta_msi.h | ||
F: include/linux/soc/ti/ti_sci_protocol.h | ||
|
@@ -21581,7 +21580,7 @@ L: [email protected] | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git | ||
F: drivers/genpd/ti/omap_prm.c | ||
F: drivers/pmdomain/ti/omap_prm.c | ||
F: drivers/soc/ti/* | ||
|
||
TI LM49xxx FAMILY ASoC CODEC DRIVERS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.