Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/2] riscv: improve nommu and timer-clint
 2024-04-20 11:04 UTC  (2+ messages)

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20 10:52 UTC  (26+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-20  1:39 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-20 15:17 UTC  (27+ messages)
` [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-19 23:42 UTC  (6+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-04-19 22:11 UTC  (16+ messages)
` [PATCH v3 1/6] riscv: dts: starfive: add 'cpus' label to jh7110 and jh7100 soc dtsi
` [PATCH v3 2/6] dt-bindings: riscv: starfive: add Milkv Mars board
` [PATCH v3 3/6] riscv: dts: starfive: visionfive 2: update sound and codec dt node name
` [PATCH v3 4/6] riscv: dts: starfive: visionfive 2: use cpus label for timebase freq
` [PATCH v3 6/6] riscv: dts: starfive: add Milkv Mars board device tree

[PATCH v2 0/6] riscv: Apply Zawrs when available
 2024-04-19 16:40 UTC  (12+ messages)
` [PATCH v2 1/6] riscv: Provide a definition for 'pause'
` [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
` [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
` [PATCH v2 4/6] riscv: hwprobe: export Zawrs ISA extension
` [PATCH v2 5/6] KVM: riscv: Support guest wrs.nto
` [PATCH v2 6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test

[GIT PULL] RISC-V Devicetree fixes for v6.9-rc4+
 2024-04-19 16:22 UTC 

[PATCH v1 0/5] BeagleV Fire support
 2024-04-19 15:57 UTC  (3+ messages)
` [PATCH v1 4/5] dt-bindings: PCI: microchip: increase number of items in ranges property

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-19 15:55 UTC  (23+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v2 06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v2 07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v2 09/12] riscv: add ISA extension parsing for Zcmop
` [PATCH v2 10/12] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v2 12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-19 15:28 UTC  (6+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "
` [PATCH v4 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH v1] RISC-V: clarify what some RISCV_ISA* config options do
 2024-04-19 15:17 UTC  (6+ messages)

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-19 13:29 UTC  (9+ messages)
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
` [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing

[PATCH v2 0/7] Linux RISC-V IOMMU Support
 2024-04-19 12:56 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v2 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v2 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v2 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v2 5/7] iommu/riscv: Device directory management
` [PATCH v2 6/7] iommu/riscv: Command and fault queue support
` [PATCH v2 7/7] iommu/riscv: Paging domain support

[PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-04-19 11:03 UTC  (3+ messages)

[PATCH v2 0/5] Add IAX45 support for RZ/Five SoC
 2024-04-19  7:44 UTC  (15+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document "
` [PATCH v2 2/5] irqchip/renesas-rzg2l: Add support for "
` [PATCH v2 3/5] riscv: dts: renesas: r9a07g043f: Add IRQC node to RZ/Five SoC DTSI

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-04-19  6:09 UTC  (22+ messages)
` [PATCH v4 1/9] riscv: vector: add a comment when calling riscv_setup_vsize()
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
  ` [External] "
` [PATCH v4 3/9] riscv: cpufeature: call match_isa_ext() for single-letter extensions
` [PATCH v4 4/9] riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
` [PATCH v4 5/9] dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X

[PATCH v16 0/9] Linux RISC-V AIA Support
 2024-04-19  3:55 UTC  (5+ messages)
` [PATCH v16 2/9] irqchip: Add RISC-V incoming MSI controller early driver

[PATCH bpf-next] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
 2024-04-18 22:24 UTC  (4+ messages)

[RFC 0/2] riscv: Idle thread using Zawrs extension
 2024-04-18 22:09 UTC  (14+ messages)
` [RFC 1/2] riscv: process: Introduce idle "
    ` [External] "
` [RFC 2/2] riscv: Use Zawrs to accelerate IPI to idle cpu
  ` [External] Re: [RFC 0/2] riscv: Idle thread using Zawrs extension

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 19:44 UTC  (11+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

[PATCH v5 0/2] add initial Milk-V Duo S board support
 2024-04-18 15:43 UTC  (6+ messages)
` [PATCH v5 2/2] riscv: dts: sophgo: "

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-18 14:26 UTC  (8+ messages)
` [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
` [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
` [RFC PATCH 3/7] riscv: add Ssdbltrp ISA extension parsing
` [RFC PATCH 4/7] riscv: handle Ssdbltrp mstatus SDT bit
` [RFC PATCH 5/7] riscv: add double trap driver
` [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
` [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-18 14:20 UTC  (4+ messages)

[PATCH] init: fix allocated page overlapping with PTR_ERR
 2024-04-18 13:07 UTC  (6+ messages)

[RFC PATCH v4 03/20] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
 2024-04-18 11:45 UTC  (4+ messages)

riscv32 EXT4 splat, 6.8 regression?
 2024-04-18  9:17 UTC  (13+ messages)

[PATCH v3 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-18  2:52 UTC  (6+ messages)
` [PATCH v3 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH v2] perf: RISC-V: Check standard event availability
 2024-04-18  1:46 UTC 

[PATCH riscv/for-next] riscv: cacheflush: Fix warning when compiled without CONFIG_SMP
 2024-04-17 23:49 UTC 

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-17 22:51 UTC  (9+ messages)
` [PATCH v2 02/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v2 13/17] riscv: vector: Support xtheadvector save/restore

[PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
 2024-04-17 22:02 UTC  (11+ messages)


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).