Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V updates from Palmer Dabbelt: "A handful of new RISC-V related patches for this merge window: - A check to ensure drivers are properly using uaccess. This isn't manifesting with any of the drivers I'm currently using, but may catch errors in new drivers. - Some preliminary support for the FU740, along with the HiFive Unleashed it will appear on. - NUMA support for RISC-V, which involves making the arm64 code generic. - Support for kasan on the vmalloc region. - A handful of new drivers for the Kendryte K210, along with the DT plumbing required to boot on a handful of K210-based boards. - Support for allocating ASIDs. - Preliminary support for kernels larger than 128MiB. - Various other improvements to our KASAN support, including the utilization of huge pages when allocating the KASAN regions. We may have already found a bug with the KASAN_VMALLOC code, but it's passing my tests. There's a fix in the works, but that will probably miss the merge window. * tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (75 commits) riscv: Improve kasan population by using hugepages when possible riscv: Improve kasan population function riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization riscv: Improve kasan definitions riscv: Get rid of MAX_EARLY_MAPPING_SIZE soc: canaan: Sort the Makefile alphabetically riscv: Disable KSAN_SANITIZE for vDSO riscv: Remove unnecessary declaration riscv: Add Canaan Kendryte K210 SD card defconfig riscv: Update Canaan Kendryte K210 defconfig riscv: Add Kendryte KD233 board device tree riscv: Add SiPeed MAIXDUINO board device tree riscv: Add SiPeed MAIX GO board device tree riscv: Add SiPeed MAIX DOCK board device tree riscv: Add SiPeed MAIX BiT board device tree riscv: Update Canaan Kendryte K210 device tree dt-bindings: add resets property to dw-apb-timer dt-bindings: fix sifive gpio properties dt-bindings: update sifive uart compatible string dt-bindings: update sifive clint compatible string ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/gpio/sifive,gpio.yaml 25 additions, 4 deletionsDocumentation/devicetree/bindings/gpio/sifive,gpio.yaml
- Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml 8 additions, 5 deletions...tree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
- Documentation/devicetree/bindings/mfd/canaan,k210-sysctl.yaml 109 additions, 0 deletions...mentation/devicetree/bindings/mfd/canaan,k210-sysctl.yaml
- Documentation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml 171 additions, 0 deletions...tation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml
- Documentation/devicetree/bindings/pwm/pwm-sifive.yaml 6 additions, 3 deletionsDocumentation/devicetree/bindings/pwm/pwm-sifive.yaml
- Documentation/devicetree/bindings/reset/canaan,k210-rst.yaml 40 additions, 0 deletionsDocumentation/devicetree/bindings/reset/canaan,k210-rst.yaml
- Documentation/devicetree/bindings/riscv/canaan.yaml 47 additions, 0 deletionsDocumentation/devicetree/bindings/riscv/canaan.yaml
- Documentation/devicetree/bindings/riscv/cpus.yaml 8 additions, 0 deletionsDocumentation/devicetree/bindings/riscv/cpus.yaml
- Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml 30 additions, 4 deletionsDocumentation/devicetree/bindings/riscv/sifive-l2-cache.yaml
- Documentation/devicetree/bindings/riscv/sifive.yaml 12 additions, 5 deletionsDocumentation/devicetree/bindings/riscv/sifive.yaml
- Documentation/devicetree/bindings/serial/sifive-serial.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/serial/sifive-serial.yaml
- Documentation/devicetree/bindings/timer/sifive,clint.yaml 8 additions, 4 deletionsDocumentation/devicetree/bindings/timer/sifive,clint.yaml
- Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml 3 additions, 0 deletions...entation/devicetree/bindings/timer/snps,dw-apb-timer.yaml
- MAINTAINERS 23 additions, 0 deletionsMAINTAINERS
- arch/arm64/Kconfig 1 addition, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/numa.h 1 addition, 47 deletionsarch/arm64/include/asm/numa.h
- arch/arm64/kernel/acpi_numa.c 0 additions, 12 deletionsarch/arm64/kernel/acpi_numa.c
- arch/arm64/mm/Makefile 0 additions, 1 deletionarch/arm64/mm/Makefile
- arch/arm64/mm/init.c 2 additions, 2 deletionsarch/arm64/mm/init.c
- arch/riscv/Kconfig 46 additions, 2 deletionsarch/riscv/Kconfig
Loading
Please register or sign in to comment