Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 17:05:33 to 2024-04-17 22:51:40 UTC [more...]

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-17 22:51 UTC  (32+ messages)
` [PATCH v2 01/17] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH v2 02/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v2 03/17] dt-bindings: riscv: Add vendorid
` [PATCH v2 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 05/17] riscv: Fix extension subset checking
` [PATCH v2 06/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v2 07/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v2 08/17] riscv: drivers: Convert xandespmu to use the vendor extension framework
` [PATCH v2 09/17] riscv: uaccess: Add alternative for xtheadvector uaccess
` [PATCH v2 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v2 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v2 12/17] riscv: Create xtheadvector file
` [PATCH v2 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v2 14/17] riscv: hwprobe: Add vendor extension probing
` [PATCH v2 15/17] riscv: hwprobe: Document vendor extensions and xtheadvector extension
` [PATCH v2 16/17] selftests: riscv: Fix vector tests
` [PATCH v2 17/17] selftests: riscv: Support xtheadvector in "

[PATCH v5 0/2] add initial Milk-V Duo S board support
 2024-04-17 22:29 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles
` [PATCH v5 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support

riscv32 EXT4 splat, 6.8 regression?
 2024-04-17 22:09 UTC  (29+ messages)

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-17 22:02 UTC  (14+ messages)
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal

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

[PATCH] kbuild: buildtar: add comments about inconsistent package generation
 2024-04-17 19:37 UTC  (3+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-04-17 19:20 UTC  (5+ messages)
` [RFC PATCH v2 30/31] kvx: Add power controller driver

[PATCH] tools/perf: Fix compiling with libelf on rv32
 2024-04-17 15:59 UTC  (3+ messages)

[RFC PATCH v4 03/20] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
 2024-04-17 15:33 UTC  (5+ messages)

[PATCH v3 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-17 14:00 UTC  (8+ messages)
` [PATCH v3 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "
` [PATCH v3 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-17 14:00 UTC  (3+ messages)
` [PATCH v3 1/1] RISC-V: enable building 64-bit kernels with rust support

[PATCH v1] clock, reset: microchip: move all mpfs reset code to the reset subsystem
 2024-04-17 13:26 UTC  (2+ messages)

[PATCH 07/10] riscv: add ISA extension parsing for Zcmop
 2024-04-17 13:11 UTC  (13+ messages)

[PATCH 2/3] riscv: SBI as the interface for the early console
 2024-04-17  8:03 UTC  (2+ messages)

[PATCH v2 0/2] RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-17  7:45 UTC  (3+ messages)
` [PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid "
` [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock

[PATCH] RISC-V: Enable IPI CPU Backtrace
 2024-04-17  7:26 UTC  (2+ messages)

[PATCH v2] of: property: Add fw_devlink support for interrupt-map property
 2024-04-17  6:55 UTC  (5+ messages)

[PATCH v4 0/2] add initial Milk-V Duo S board support
 2024-04-17  6:51 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles
` [PATCH v4 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-04-17  6:29 UTC  (3+ messages)

[PATCH] clocksource/drivers/timer-riscv: Drop extra CSR write
 2024-04-17  6:04 UTC  (3+ messages)

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

[PATCH v3 1/2] riscv: Remove superfluous smp_mb()
 2024-04-17  1:29 UTC  (2+ messages)

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-17  0:25 UTC  (6+ messages)
` [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH 0/3] mmc: sdhci-of-dwcmshc: support Sophgo SG2042
 2024-04-17  0:00 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2042 support
` [PATCH 2/3] mmc: sdhci-of-dwcmshc: Add support for Sophgo SG2042
` [PATCH 3/3] riscv: dts: add mmc controllers for Sophgo SG2042 SoC

[PATCH 0/5] mm: code and data partitioning improvements
 2024-04-16 21:01 UTC  (8+ messages)
` [PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
  ` [PATCH 3/5 RESEND] "
` [PATCH 5/5] ptdump: add state parameter for non-leaf callback
  ` [PATCH 5/5 RESEND] "
` [PATCH 0/5 RESEND] mm: code and data partitioning improvements

[PATCH] Use bool value in set_cpu_online()
 2024-04-16 18:06 UTC  (2+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-16 15:44 UTC  (6+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH bpf-next 0/2] Fix incorrect bpf runtime stats for arm64 and riscv64
 2024-04-16 15:30 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Fix incorrect runtime stats
` [PATCH bpf-next 2/2] riscv, bpf: "

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-16  9:36 UTC  (10+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-16  8:49 UTC  (11+ messages)
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (6+ messages)
  ` [PATCH 2/7] security: Remove the now superfluous sentinel element from ctl_table array

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-16  6:15 UTC  (17+ messages)
` [PATCH v2 01/16] perf parse-events: Factor out '<event_or_pmu>/.../' parsing
` [PATCH v2 02/16] perf parse-events: Directly pass PMU to parse_events_add_pmu
` [PATCH v2 03/16] perf parse-events: Avoid copying an empty list
` [PATCH v2 04/16] perf pmu: Refactor perf_pmu__match
` [PATCH v2 05/16] perf tests parse-events: Use branches rather than cache-references
` [PATCH v2 06/16] perf parse-events: Legacy cache names on all PMUs and lower priority
` [PATCH v2 07/16] perf parse-events: Handle PE_TERM_HW in name_or_raw
` [PATCH v2 08/16] perf parse-events: Constify parse_events_add_numeric
` [PATCH v2 09/16] perf parse-events: Prefer sysfs/json hardware events over legacy
` [PATCH v2 10/16] perf parse-events: Inline parse_events_update_lists
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
` [PATCH v2 12/16] perf parse-events: Inline parse_events_evlist_error
` [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing
` [PATCH v2 14/16] perf parse-event: Constify event_symbol arrays
` [PATCH v2 15/16] perf parse-events: Minor grouping tidy up
` [PATCH v2 16/16] perf parse-events: Tidy the setting of the default event name

[PATCH] perf: RISC-V: Check standard event availability
 2024-04-16  4:07 UTC  (5+ messages)

[PATCH] Revert "riscv: disable generation of unwind tables"
 2024-04-16  1:31 UTC 

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-15 17:01 UTC  (7+ messages)
` [RFC PATCH v4 12/20] RISC-V: ACPI: Implement function to add implicit dependencies
` [RFC PATCH v4 16/20] irqchip: riscv-aplic: Add ACPI support
` [RFC PATCH v4 17/20] irqchip: irq-sifive-plic: "
` [RFC PATCH v4 18/20] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v4 19/20] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v4 20/20] ACPI: pci_link: Clear the dependencies after probe


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