Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 18:07:02 to 2022-11-18 16:40:09 UTC [more...]

[PATCH v2 00/14] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-11-18 16:39 UTC  (19+ messages)
` [PATCH v2 01/14] clk: starfive: Factor out common JH7100 and JH7110 code
` [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v2 03/14] reset: Create subdirectory for StarFive drivers
` [PATCH v2 04/14] reset: starfive: Factor out common JH71X0 reset code
` [PATCH v2 05/14] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v2 06/14] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
` [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
` [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v2 10/14] dt-bindings: clock: Add StarFive JH7110 always-on "
` [PATCH v2 11/14] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v2 12/14] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v2 13/14] reset: starfive: Add StarFive JH7110 reset driver
` [PATCH v2 14/14] clk: starfive: jh71x0: Don't register aux devices if JH7110 reset is disabled

[PATCH] Documentation: riscv: Document the sv57 VM layout
 2022-11-18 16:33 UTC  (3+ messages)

[PATCH] riscv: dts: renesas: rzfive-smarc-som: Enable WDT
 2022-11-18 13:57 UTC 

[PATCH v1 0/4] JH7110 Power Domain Support
 2022-11-18 13:32 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
` [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
` [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
` [PATCH v1 4/4] riscv: dts: starfive: add power controller node

[PATCH v2 0/8] Basic device tree support for StarFive JH7110 RISC-V SoC
 2022-11-18 13:13 UTC  (19+ messages)
` [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
` [PATCH v2 2/8] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v2 3/8] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
` [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
` [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v2 7/8] riscv: dts: starfive: Add StarFive JH7110 VisionFive2 board "
` [PATCH v2 8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW

[PATCH v2 0/3] RISC-V interrupt controller select cleanup
 2022-11-18 10:43 UTC  (4+ messages)
` [PATCH v2 1/3] irqchip/sifive-plic: remove user selectability of SIFIVE_PLIC
` [PATCH v2 2/3] irqchip/riscv-intc: remove user selectability of RISCV_INTC
` [PATCH v2 3/3] RISC-V: stop selecting SIFIVE_PLIC at the SoC level

[PATCH v2 0/3] riscv/ftrace: make function graph use ftrace directly
 2022-11-18 10:10 UTC  (9+ messages)
` [PATCH v2 1/3] riscv/ftrace: add ftrace_graph_func
` [PATCH v2 2/3] riscv/ftrace: SAVE_ALL supports lightweight save
` [PATCH v2 3/3] riscv/ftrace: cleanup ftrace_caller and ftrace_regs_caller

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-18  9:12 UTC  (13+ messages)
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[RFC PATCH 0/9] dt-bindings: cleanup titles
 2022-11-18  8:28 UTC  (26+ messages)
` [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
` [RFC PATCH 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [RFC PATCH 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
` [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
` [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
` [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
` [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)

[PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2022-11-18  7:17 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
` [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
` [PATCH v2 3/5] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
` [PATCH v2 4/5] pinctrl: starfive: Add StarFive JH7110 sys controller driver
` [PATCH v2 5/5] pinctrl: starfive: Add StarFive JH7110 aon "

[PATCH v4 0/8] Add OPTPROBES feature on RISCV
 2022-11-18  1:41 UTC  (4+ messages)
` [PATCH v4 2/8] riscv/kprobe: Allocate detour buffer from module area

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-11-18  0:11 UTC  (5+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support

[PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
 2022-11-17 23:30 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro

[GIT PULL] ARM: SoC fixes for 6.1, part 3
 2022-11-17 22:20 UTC  (2+ messages)

[PATCH v12 0/2] Hey Uwe, all,
 2022-11-17 22:03 UTC  (6+ messages)
` [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver

[PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
 2022-11-17 22:00 UTC  (10+ messages)
` [PATCH 2/3] riscv: dts: renesas: r9a07g043f/rzfive-smarc-som: Enable ADC/OPP/Thermal Zones/TSU
` [PATCH 3/3] riscv: dts: renesas: rzfive-smarc: Enable CANFD/I2C

[PATCH] irqchip/sifive-plic: default to enabled
 2022-11-17 20:26 UTC  (4+ messages)

[PATCH 1/2] riscv: dts: microchip: remove pcie node from the sev kit
 2022-11-17 19:24 UTC  (2+ messages)

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-17 15:16 UTC  (16+ messages)
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling

[PATCH 0/7] Zbb string optimizations and call support in alternatives
 2022-11-17 11:51 UTC  (4+ messages)
` [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-17  8:26 UTC  (3+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

Deprecating and removing SLOB
 2022-11-17  0:22 UTC  (13+ messages)

[PATCH v2] scripts/gdb: add lx_current support for riscv
 2022-11-16 22:24 UTC  (10+ messages)
  ` [PATCH v3] "
    ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH v1 0/9] PCI: microchip: Partition address translations
 2022-11-16 20:10 UTC  (16+ messages)
` [PATCH v1 1/9] PCI: microchip: Align register, offset, and mask names with hw docs
` [PATCH v1 2/9] PCI: microchip: Correct the DED and SEC interrupt bit offsets
` [PATCH v1 3/9] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
` [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
` [PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
` [PATCH v1 6/9] PCI: microchip: Re-partition code between probe() and init()
` [PATCH v1 7/9] PCI: microchip: Partition outbound address translation
` [PATCH v1 8/9] PCI: microchip: Partition inbound "
` [PATCH v1 9/9] riscv: dts: microchip: add parent ranges and dma-ranges for IKRD v2022.09

[PATCH v4 0/3] Enable initial support for StarFive VisionFive V1 SBC
 2022-11-16 21:04 UTC  (3+ messages)

[PATCH 0/9] Linux RISC-V AIA Support
 2022-11-16 19:27 UTC  (17+ messages)
` [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
` [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
` [PATCH 8/9] RISC-V: Select APLIC and IMSIC drivers for QEMU virt machine

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-11-16 17:46 UTC  (6+ messages)

[PATCH v2 0/3] some fixes for sifive_ccache
 2022-11-16 18:33 UTC  (2+ messages)

答复: [PATCH net-next] driver: cadence macb driver support acpi mode
 2022-11-16 17:15 UTC  (3+ messages)
` [PATCH v2] net:macb: "

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-16 15:29 UTC  (4+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

[PATCH v2 0/4] RISC-V: Dynamic ftrace support for RV32I
 2022-11-16  8:34 UTC  (7+ messages)
` [PATCH v2 1/4] RISC-V: use REG_S/REG_L for mcount
` [PATCH v2 2/4] RISC-V: reduce mcount save space on RV32
` [PATCH v2 3/4] RISC-V: preserve a1 in mcount
` [PATCH v2 4/4] RISC-V: enable dynamic ftrace for RV32I

[PATCH] riscv: Implement ioremap_prot support
 2022-11-16  2:57 UTC 

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (6+ messages)
` [PATCH v6 2/2] "

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-11-15 22:17 UTC  (6+ messages)
` [PATCH v12 04/17] riscv: Add vector feature to compile


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).