Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 13:51:19 to 2024-04-16 05:16:00 UTC [more...]

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-16  4:12 UTC  (18+ 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 v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-16  4:17 UTC  (5+ 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] perf: RISC-V: Check standard event availability
 2024-04-16  4:07 UTC  (5+ messages)

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-16  3:34 UTC  (62+ messages)
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH 03/19] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 07/19] riscv: Optimize riscv_cpu_isa_extension_(un)likely()
` [PATCH 08/19] riscv: Introduce vendor variants of extension helpers
` [PATCH 10/19] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 12/19] riscv: Create xtheadvector file
` [PATCH 14/19] riscv: hwprobe: Disambiguate vector and xtheadvector in hwprobe
` [PATCH 15/19] riscv: hwcap: Add v to hwcap if xtheadvector enabled
` [PATCH 16/19] riscv: hwprobe: Add vendor extension probing

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

[PATCH] kbuild: buildtar: add comments about inconsistent package generation
 2024-04-16  2:07 UTC  (3+ 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 23:15 UTC  (22+ messages)
` [RFC PATCH v4 01/20] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v4 02/20] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v4 03/20] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v4 04/20] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v4 05/20] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v4 06/20] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v4 07/20] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v4 08/20] ACPI: scan: Refactor dependency creation
` [RFC PATCH v4 09/20] drivers/acpi/scan.c: Update _DEP honor list
` [RFC PATCH v4 10/20] RISC-V: ACPI: Initialize GSI mapping structures
` [RFC PATCH v4 11/20] ACPI: scan.c: Define weak function to populate dependencies
` [RFC PATCH v4 12/20] RISC-V: ACPI: Implement function to add implicit dependencies
` [RFC PATCH v4 13/20] ACPI/PNP: Initialize PNP devices skipped due to _DEP
` [RFC PATCH v4 14/20] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v4 15/20] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v4 16/20] irqchip: riscv-aplic: "
` [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

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

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

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-15 17:04 UTC  (12+ messages)
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [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 v4 00/15] mm: jit/text allocator
 2024-04-15 17:36 UTC  (15+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "

[PATCH v1 0/9] Consistently prefer sysfs/json events
 2024-04-15 16:59 UTC  (11+ messages)
` [PATCH v1 1/9] perf parse-events: Factor out '<event_or_pmu>/.../' parsing
` [PATCH v1 2/9] perf parse-events: Directly pass PMU to parse_events_add_pmu
` [PATCH v1 3/9] perf parse-events: Avoid copying an empty list
` [PATCH v1 4/9] perf pmu: Refactor perf_pmu__match
` [PATCH v1 5/9] perf tests parse-events: Use branches rather than cache-references
` [PATCH v1 6/9] perf parse-events: Legacy cache names on all PMUs and lower priority
` [PATCH v1 7/9] perf parse-events: Handle PE_TERM_HW in name_or_raw
` [PATCH v1 8/9] perf parse-events: Constify parse_events_add_numeric
` [PATCH v1 9/9] perf parse-events: Prefer sysfs/json hardware events over legacy

riscv32 EXT4 splat, 6.8 regression?
 2024-04-15 16:04 UTC  (15+ messages)

[PATCH v1 0/2] riscv: dts: starfive: visionfive 2: Remove non-existing hardware
 2024-04-15 15:31 UTC  (5+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
` [PATCH v1 2/2] riscv: dts: starfive: visionfive 2: Remove non-existing I2S hardware

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

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-04-15 15:18 UTC  (6+ messages)

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-15 13:43 UTC  (19+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [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 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

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

[PATCH v3 2/2] pwm: add T-HEAD PWM driver
 2024-04-15 11:48 UTC  (2+ messages)

[PATCH v1] clock, reset: microchip: move all mpfs reset code to the reset subsystem
 2024-04-15 10:04 UTC 

[PATCH] tools/perf: Fix compiling with libelf on rv32
 2024-04-15  9:55 UTC 

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-15  9:10 UTC  (11+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

Proszę o kontakt
 2024-04-15  8:11 UTC 

[PATCH] riscv: boot: remove duplicated targets line
 2024-04-15  8:00 UTC  (2+ messages)

[PATCH v9 0/6] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs
 2024-04-15  7:44 UTC  (8+ messages)
` (subset) "

[PATCH v14 0/5] riscv: sophgo: add clock support for sg2042
 2024-04-15  7:23 UTC  (6+ messages)
` [PATCH v14 1/5] dt-bindings: clock: sophgo: add pll clocks for SG2042
` [PATCH v14 2/5] dt-bindings: clock: sophgo: add RP gate "
` [PATCH v14 3/5] dt-bindings: clock: sophgo: add clkgen "
` [PATCH v14 4/5] clk: sophgo: Add SG2042 clock driver
` [PATCH v14 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC

[PATCH 1/1] RISC-V: KVM: No need to use mask when hart-index-bit is 0
 2024-04-15  6:49 UTC 

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-15  2:17 UTC  (2+ messages)

[PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTT
 2024-04-14  2:40 UTC  (7+ messages)
  ` [External] "

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-13 20:12 UTC  (7+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH 00/13] Linux RISC-V IOMMU Support
 2024-04-13 10:15 UTC  (3+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support

[PATCH v2] of: property: Add fw_devlink support for interrupt-map property
 2024-04-13  9:19 UTC 

[PATCH] riscv: dts: sophgo: use real clock for sdhci
 2024-04-13  9:03 UTC  (2+ messages)

[PATCH] irqchip/riscv-imsic: Fix boot time update effective affinity warning
 2024-04-13  6:52 UTC 

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-12 14:27 UTC  (12+ messages)

[PATCH] of: property: Add fw_devlink support for interrupt-map property
 2024-04-12 13:50 UTC  (3+ 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).