linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-01 11:20:49 to 2023-04-05 13:36:07 UTC [more...]

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-04-05 13:35 UTC  (44+ messages)
` [PATCH V4 01/23] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V4 02/23] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH V4 03/23] ACPICA: Add structure definitions for RISC-V RHCT
` [PATCH V4 04/23] ACPI: tables: Print RINTC information when MADT is parsed
` [PATCH V4 05/23] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
` [PATCH V4 06/23] RISC-V: Add support to build the ACPI core
` [PATCH V4 07/23] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V4 08/23] RISC-V: ACPI: Cache and retrieve the RINTC structure
` [PATCH V4 09/23] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V4 10/23] RISC-V: smpboot: Create wrapper smp_setup()
` [PATCH V4 11/23] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V4 12/23] RISC-V: cpufeature: Avoid calling riscv_of_processor_hartid()
` [PATCH V4 13/23] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V4 14/23] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V4 15/23] irqchip/riscv-intc: Add ACPI support
` [PATCH V4 16/23] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V4 17/23] clocksource/timer-riscv: Add ACPI support
` [PATCH V4 18/23] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V4 19/23] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V4 20/23] RISC-V: Enable ACPI in defconfig
` [PATCH V4 21/23] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V4 22/23] platform/surface: Disable for RISC-V
` [PATCH V4 23/23] crypto: hisilicon/qm: Workaround to enable build with RISC-V clang

[PATCH v2] RISC-V: align ISA extension Kconfig help text with each other
 2023-04-05 12:56 UTC  (3+ messages)

[PATCH v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-04-05 11:48 UTC  (21+ messages)
` [PATCH v7 03/22] clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v7 05/22] clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
` [PATCH v7 08/22] reset: Create subdirectory for StarFive drivers
` [PATCH v7 11/22] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v7 12/22] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [PATCH v7 13/22] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v7 14/22] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v7 16/22] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v7 17/22] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v7 18/22] dt-bindings: riscv: Add SiFive S7 compatible
` [PATCH v7 19/22] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v7 20/22] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v7 21/22] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree
` [PATCH v7 22/22] riscv: dts: starfive: jh7110: Correct the properties of S7 core

[PATCH v3 0/8] RISC-V KVM virtualize AIA CSRs
 2023-04-05  9:28 UTC  (30+ messages)
` [PATCH v3 1/8] RISC-V: Add AIA related CSR defines
` [PATCH v3 2/8] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v3 3/8] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v3 4/8] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH v3 5/8] RISC-V: KVM: Implement subtype for CSR ONE_REG interface
` [PATCH v3 6/8] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH v3 7/8] RISC-V: KVM: Virtualize per-HART "
` [PATCH v3 8/8] RISC-V: KVM: Implement guest external interrupt line management

[net-next v9 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-05  6:34 UTC  (3+ messages)
` [net-next v9 4/6] dt-bindings: net: Add support StarFive dwmac

[PATCH v7 0/6] RISC-V non-coherent function pointer based CMO + non-coherent DMA support for AX45MP
 2023-04-05  6:08 UTC  (15+ messages)
` [PATCH v7 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management

[PATCH] riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selection
 2023-04-04 20:34 UTC 

[PATCH v1] dt-bindings: perf: riscv,pmu: fix property dependencies
 2023-04-04 18:03 UTC 

[PATCH] dt-bindings: mailbox: Drop unneeded quotes
 2023-04-04 17:08 UTC  (2+ messages)

[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
 2023-04-04 16:55 UTC  (15+ messages)
` [PATCH v4 1/9] RISC-V: Add AIA related CSR defines
` [PATCH v4 2/9] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v4 3/9] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v4 4/9] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH v4 5/9] RISC-V: KVM: Implement subtype for CSR ONE_REG interface
` [PATCH v4 6/9] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH v4 7/9] RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask
` [PATCH v4 8/9] RISC-V: KVM: Virtualize per-HART AIA CSRs
` [PATCH v4 9/9] RISC-V: KVM: Implement guest external interrupt line management

[RFC PATCH v3 0/6] Deduplicating RISCV cmpxchg.h macros
 2023-04-04 16:37 UTC  (7+ messages)
` [RFC PATCH v3 1/6] riscv/cmpxchg: Deduplicate cmpxchg() asm functions
` [RFC PATCH v3 2/6] riscv/cmpxchg: Deduplicate cmpxchg() macros
` [RFC PATCH v3 3/6] riscv/cmpxchg: Deduplicate arch_cmpxchg() macros
` [RFC PATCH v3 4/6] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RFC PATCH v3 5/6] riscv/cmpxchg: Deduplicate xchg() macros
` [RFC PATCH v3 6/6] riscv/cmpxchg: Deduplicate arch_xchg() macros

[PATCH] riscv: entry: Save a0 prior syscall_enter_from_user_mode()
 2023-04-04 15:06 UTC  (3+ messages)

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range (2)
 2023-04-04 13:15 UTC  (2+ messages)

[PATCH v10 0/8] function_graph: Support recording and printing the return value of function
 2023-04-04 12:52 UTC  (14+ messages)
` [PATCH v10 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v10 4/8] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v10 7/8] LoongArch: "
` [PATCH v10 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v5 0/3] Add watchdog driver for StarFive JH7100/JH7110 RISC-V SoCs
 2023-04-04  9:54 UTC  (3+ messages)
` [PATCH v5 2/3] drivers: watchdog: Add StarFive Watchdog driver

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-04  8:27 UTC  (4+ messages)
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA

[PATCH V3 00/20] Add basic ACPI support for RISC-V
 2023-04-04  6:54 UTC  (8+ messages)

[PATCH v5] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-04-04  3:29 UTC 

[-net-next v10 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-04  2:19 UTC  (9+ messages)
` [-net-next v10 1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [-net-next v10 2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [-net-next v10 3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
` [-net-next v10 4/6] dt-bindings: net: Add support StarFive dwmac
` [-net-next v10 5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [-net-next v10 6/6] net: stmmac: starfive-dmac: Add phy interface settings

[PATCH v1] dt-bindings: move cache controller bindings to a cache directory
 2023-04-03 21:40 UTC  (2+ messages)

[PATCH v2 0/7] PolarFire SoC Auto Update Support
 2023-04-03 19:34 UTC  (6+ messages)
` [PATCH v2 6/7] fpga: add PolarFire SoC Auto Update support
` (subset) [PATCH v2 0/7] PolarFire SoC Auto Update Support

[PATCH v3 0/8] Hey Jassi, all,
 2023-04-03 18:28 UTC  (3+ messages)

[PATCH v1 0/2] RISC-V: enable rust
 2023-04-03 17:14 UTC  (7+ messages)

[PATCH v1 0/3] Add TDM audio on StarFive JH7110
 2023-04-03 12:58 UTC  (7+ messages)
` [PATCH v1 1/3] dt-bindings: sound: Add TDM for "
` [PATCH v1 3/3] riscv: dts: starfive: add tdm node and sound card

[PATCH v5 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-04-03 12:15 UTC  (2+ messages)
` [PATCH v5 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-04-03 12:07 UTC  (4+ messages)
` [PATCH v6 2/4] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA

[PATCH v4 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-04-03  9:41 UTC  (3+ messages)
` [PATCH v4 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH] RISC-V: KVM: Allow Zbb extension for Guest/VM
 2023-04-03  8:44 UTC  (3+ messages)

W sprawie samochodu
 2023-04-03  7:50 UTC 

[PATCH v2 0/3] Add JH7110 MIPI DPHY RX support
 2023-04-03  6:39 UTC  (10+ messages)
` [PATCH v2 2/3] phy: starfive: Add mipi dphy rx support

[RFC PATCH] riscv: Add static call implementation
 2023-04-02  5:49 UTC 

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-04-01 22:21 UTC  (7+ messages)
` [PATCH -next v17 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v17 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v17 14/20] riscv: signal: Report signal frame size to userspace via auxv

[PATCH v5 6/6] RISC-V: Add hwprobe vDSO function and data
 2023-04-01 21:22 UTC  (2+ messages)

[PATCH v15 0/2] Microchip Soft IP corePWM driver
 2023-04-01 20:50 UTC  (3+ messages)
` [PATCH v15 1/2] pwm: add microchip soft ip "

[PATCH 00/19] DT header disentangling, part 1
 2023-04-01 19:22 UTC  (5+ messages)
` [PATCH 11/19] clocksource: ingenic: Add explicit include for cpuhotplug.h
` [PATCH 12/19] thermal: cpuidle_cooling: Adjust includes to remove of_device.h

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-04-01 18:41 UTC  (9+ messages)
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-04-01 12:12 UTC  (5+ messages)
` [PATCH v8 2/2] "


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 NNTP newsgroup(s).