Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-18 09:13:14 to 2023-12-20 14:46:42 UTC [more...]

[PATCH] crypto: riscv - use real assembler for vector crypto extensions
 2023-12-20  7:48 UTC  (2+ messages)

[PATCH v5 0/4] Enable networking support for StarFive JH7100 SoC
 2023-12-20 14:46 UTC  (10+ messages)
` [PATCH v5 1/4] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH v5 2/4] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v5 3/4] riscv: dts: starfive: visionfive-v1: Setup ethernet phy
` [PATCH v5 4/4] riscv: dts: starfive: beaglev-starlight: Setup phy reset gpio

[PATCH v8 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-12-20 13:59 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v8 2/3] clocksource: Add JH7110 timer driver
` [PATCH v8 3/3] riscv: dts: jh7110: starfive: Add timer node

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2023-12-20 13:58 UTC  (10+ messages)
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test

[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible
 2023-12-20 13:50 UTC  (2+ messages)

[PATCH 0/4] riscv: support fast gup
 2023-12-20 12:57 UTC  (7+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
  ` [External] "
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU

[PATCH v1 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2023-12-20 13:07 UTC  (13+ messages)
` [PATCH v1 06/16] clk: starfive: Add JH8100 System clock generator driver

[RFC PATCH 0/2] Add support for reading D1 efuse speed bin
 2023-12-20 10:39 UTC  (4+ messages)
` [RFC PATCH 1/2] cpufreq: sun50i: Add support for D1's speed bin decoding
` [RFC PATCH 2/2] riscv: dts: allwinner: Fill in OPPs

[PATCH] riscv: put va_kernel_xip_pa_offset into CONFIG_XIP_KERNEL
 2023-12-20 10:34 UTC 

[PATCH v12 0/5] riscv: Add fine-tuned checksum functions
 2023-12-20 10:28 UTC  (4+ messages)
` [PATCH v12 4/5] riscv: Add checksum library

Nowe informacje na stronie www
 2023-12-20  8:36 UTC 

[v6, 00/10] riscv: support kernel-mode Vector
 2023-12-20  7:54 UTC  (11+ messages)
` [v6, 01/10] riscv: Add support for kernel mode vector
` [v6, 02/10] riscv: vector: make Vector always available for softirq context
` [v6, 03/10] riscv: Add vector extension XOR implementation
` [v6, 04/10] riscv: sched: defer restoring Vector context for user
` [v6, 05/10] riscv: lib: vectorize copy_to_user/copy_from_user
` [v6, 06/10] riscv: lib: add vectorized mem* routines
` [v6, 07/10] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
` [v6, 08/10] riscv: vector: use a mask to write vstate_ctrl
` [v6, 09/10] riscv: vector: use kmem_cache to manage vector context
` [v6, 10/10] riscv: vector: allow kernel-mode Vector with preemption

[PATCH v3 00/13] RISC-V: Add steal-time support
 2023-12-20  6:41 UTC  (29+ messages)
` [PATCH v3 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v3 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v3 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v3 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v3 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v3 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v3 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v3 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v3 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2023-12-20  4:22 UTC  (4+ messages)
` [PATCH v4 5/7] kexec_file, ricv: "

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-20  4:13 UTC  (2+ messages)

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2023-12-20  3:49 UTC  (20+ messages)
` [RFC PATCH v3 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v3 02/17] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v3 04/17] ACPI: Add fw_devlink support for ACPI fwnode for IRQ dependency
` [RFC PATCH v3 05/17] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v3 06/17] pnp.h: Reconfigure IRQ in pnp_irq() to support deferred probe
` [RFC PATCH v3 07/17] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v3 08/17] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v3 09/17] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v3 10/17] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v3 11/17] irqchip: riscv-aplic: "
` [RFC PATCH v3 12/17] irqchip: irq-sifive-plic: "
` [RFC PATCH v3 13/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v3 14/17] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v3 15/17] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v3 16/17] ACPI: RISC-V: Create PLIC "
` [RFC PATCH v3 17/17] irqchip: riscv-intc: Set ACPI irqmodel

[PATCH v5] riscv: mm: execute local TLB flush after populating vmemmap
 2023-12-20  2:43 UTC 

[PATCH 00/13] mm/gup: Unify hugetlb, part 2
 2023-12-20  1:43 UTC  (16+ messages)
` [PATCH 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH 02/13] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 04/13] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH 07/13] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH 08/13] mm/gup: Handle hugetlb for no_page_table()
` [PATCH 09/13] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH 10/13] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH 11/13] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH 12/13] mm/gup: Handle hugepd for follow_page()
` [PATCH 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code

[v4 PATCH] riscv: mm: execute local TLB flush after populating vmemmap
 2023-12-20  1:39 UTC  (2+ messages)

[PATCH v2 00/13] RISC-V: Add steal-time support
 2023-12-19 21:53 UTC  (5+ messages)
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c

[RFT 1/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
 2023-12-19 19:46 UTC  (11+ messages)

[PATCH v6 0/3] Add D1/T113s thermal sensor controller support
 2023-12-19 17:42 UTC  (4+ messages)
` [PATCH v6 2/3] thermal: sun8i: Add D1/T113s THS "

[PATCH v4 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
 2023-12-18  4:04 UTC  (2+ messages)
` [PATCH v4 2/4] clk: sophgo: Add CV1800 series clock controller driver

[v5, 0/6] riscv: support kernel-mode Vector
 2023-12-19 14:43 UTC  (11+ messages)
` [v5, 1/6] riscv: Add support for kernel mode vector
` [v5, 5/6] riscv: lib: vectorize copy_to_user/copy_from_user

[PATCH v4 0/9] Enable networking support for StarFive JH7100 SoC
 2023-12-19 13:36 UTC  (23+ messages)
` [PATCH v4 1/9] dt-bindings: net: starfive,jh7110-dwmac: Drop redundant reset description
` [PATCH v4 2/9] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v4 3/9] net: stmmac: dwmac-starfive: Add support for JH7100 SoC
` [PATCH v4 4/9] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH v4 5/9] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v4 6/9] riscv: dts: starfive: visionfive-v1: Setup ethernet phy
` [PATCH v4 7/9] riscv: dts: starfive: beaglev-starlight: Setup phy reset gpio
` [PATCH v4 8/9] clk: starfive: Add flags argument to JH71X0__MUX macro
` [PATCH v4 9/9] clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx

[PATCH] riscv: mm: Fixup compat mode boot failure
 2023-12-19 11:17 UTC 

[PATCH v5 00/16] Support Andes PMU extension
 2023-12-19  7:43 UTC  (5+ messages)
` [PATCH v5 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number

[PATCH V2] Translated the RISC-V architecture boot documentation
 2023-12-19  2:17 UTC  (2+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-18 20:35 UTC  (23+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v2 0/5] cpufreq support for the D1
 2023-12-18 16:20 UTC  (14+ messages)
` [PATCH v2 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH v2 2/5] dt-bindings: opp: sun50i: Add binding for D1 CPUs
` [PATCH v2 3/5] cpufreq: sun50i: Add D1 support
` [PATCH v2 4/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH v2 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option arch generic

[PATCH v3 0/9] Enable networking support for StarFive JH7100 SoC
 2023-12-18 14:59 UTC  (16+ messages)
` [PATCH v3 2/9] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v3 5/9] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v3 6/9] riscv: dts: starfive: visionfive-v1: Setup ethernet phy

[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
 2023-12-18 11:38 UTC  (7+ messages)
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac

[v1 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-18 10:41 UTC  (11+ messages)
` [v1 01/10] RISC-V: Fix the typo in Scountovf CSR name
` [v1 02/10] RISC-V: Add FIRMWARE_READ_HI definition
` [v1 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v1 04/10] RISC-V: Add SBI PMU snapshot definitions
` [v1 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
` [v1 06/10] RISC-V: KVM: No need to update the counter value during reset
` [v1 07/10] RISC-V: KVM: No need to exit to the user space if perf event failed
` [v1 08/10] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [v1 09/10] RISC-V: KVM: Add perf sampling support for guests
` [v1 10/10] RISC-V: KVM: Support 64 bit firmware counters on RV32

[PATCH] riscv: lib: Optimize 'strlen' function
 2023-12-18 10:12 UTC  (9+ messages)

[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
 2023-12-18 10:05 UTC  (3+ messages)
` [PATCH v1 4/8] dt-bindings: gpio: dwapb: allow gpio-ranges


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox