linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-31 10:07:23 to 2024-02-03 00:09:29 UTC [more...]

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-03  0:09 UTC  (2+ messages)
` [PATCH v8 01/10] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype

[PATCH v3 0/2] riscv: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to set misaligned access speed
 2024-02-02 23:54 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: lib: Introduce has_fast_misaligned_access function
` [PATCH v3 2/2] riscv: Disable misaligned access probe when CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

[PATCH v2 0/2] riscv: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to set misaligned access speed
 2024-02-02 23:13 UTC  (9+ messages)
` [PATCH v2 1/2] riscv: lib: Introduce has_fast_misaligned_access function
` [PATCH v2 2/2] riscv: Disable misaligned access probe when CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-02-02 22:05 UTC  (9+ messages)
` [PATCH RFC/RFT v2 1/4] riscv: Add ISA extension parsing for Svvptc
` [PATCH RFC/RFT v2 2/4] dt-bindings: riscv: Add Svvptc ISA extension description
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc

[PATCH v2 0/2] efi: Fixes for EFI_MEMORY_SP memory on RISC-V and ARM64
 2024-02-02 18:28 UTC  (4+ messages)
` [PATCH v2 1/2] efi: runtime: Fix potential overflow of soft-reserved region size
` [PATCH v2 2/2] efi: Don't add memblocks for soft-reserved memory

[PATCH 0/2] efi: Fixes for EFI_MEMORY_SP memory on RISC-V and ARM64
 2024-02-02 17:41 UTC  (6+ messages)
` [PATCH 1/2] efi: runtime: Fix potential overflow of soft-reserved region size
` [PATCH 2/2] efi: Don't add memblocks for unusable memory

[PATCH v8 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-02-02 17:32 UTC  (13+ messages)
` [PATCH v8 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v8 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v8 3/3] riscv: dts: allwinner: d1: Add pwm node

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-02 17:04 UTC  (20+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[v2] riscv: dts: starfive: jh7110: Add camera subsystem nodes
 2024-02-02 16:47 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

[PATCH bpf-next v2 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-02-02 13:04 UTC  (9+ messages)
` [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[v3 0/6] DRM driver for verisilicon
 2024-01-31 16:30 UTC  (6+ messages)
` [v3 4/6] drm/vs: Add KMS crtc&plane
      ` 回复: "

[PATCH 0/3] RISC-V: Fix sparse warnings
 2024-02-02 15:57 UTC  (8+ messages)
` [PATCH 1/3] RISC-V: paravirt: steal_time should be static
` [PATCH 2/3] RISC-V: paravirt: Use correct restricted types
` [PATCH 3/3] RISC-V: KVM: "

[PATCH] [RFC] sparsemem: warn on out-of-bounds initialization
 2024-02-02 13:59 UTC  (2+ messages)

[PATCH] riscv: Only flush the mm icache when setting an exec pte
 2024-02-02 12:47 UTC 

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-02-02 12:17 UTC  (5+ messages)

[PATCH v12 00/25] Linux RISC-V AIA Support
 2024-02-02 10:33 UTC  (15+ messages)
` [PATCH v12 22/25] irqchip: Add RISC-V advanced PLIC driver for direct-mode

[PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-02-02  9:46 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v3 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
` [PATCH bpf-next v3 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v3 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

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

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2024-02-02  8:48 UTC  (4+ messages)
` [RFC PATCH v2 05/21] pnp.h: Return -EPROBE_DEFER for disabled IRQ resource in pnp_irq()

[PATCH] riscv: hwprobe: export VA_BITS
 2024-02-02  8:22 UTC  (3+ messages)

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

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-02  5:23 UTC  (2+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-02-02  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available

[PATCH v2] riscv: add CALLER_ADDRx support
 2024-02-02  1:51 UTC 

[PATCH 0/3] riscv: optimize memcpy/memmove/memset
 2024-02-01 23:04 UTC  (10+ messages)
` [PATCH 2/3] riscv: optimized memmove
` [PATCH 3/3] riscv: optimized memset

[PATCH 0/2] riscv: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to set misaligned access speed
 2024-02-01 21:49 UTC  (9+ messages)
` [PATCH 1/2] riscv: lib: Introduce has_fast_misaligned_access function
` [PATCH 2/2] riscv: Disable misaligned access probe when CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

[PATCH] riscv: misaligned: remove CONFIG_RISCV_M_MODE specific code
 2024-02-01 13:46 UTC  (2+ messages)

[PATCH] riscv: add CALLER_ADDRx support
 2024-02-01 13:17 UTC  (11+ messages)

[PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
 2024-02-01 10:40 UTC  (2+ messages)

[PATCH] tty: serial: manage irq with spin_lock_irqsave in SiFive console
 2024-02-01  7:21 UTC  (2+ messages)

[PATCH 0/4] Add ACPI NUMA support for RISC-V
 2024-02-01  5:52 UTC  (5+ messages)
` [PATCH 4/4] ACPI: RISCV: Enable ACPI based NUMA

[PATCH] riscv: Fix wrong size passed to local_flush_tlb_range_asid()
 2024-02-01  3:45 UTC  (3+ messages)

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2024-01-31 23:20 UTC  (7+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation

[PATCH v4 0/4] membarrier: riscv: Core serializing command
 2024-01-31 15:33 UTC  (6+ messages)
` [PATCH v4 1/4] membarrier: riscv: Add full memory barrier in switch_mm()
` [PATCH v4 2/4] membarrier: Create Documentation/scheduler/membarrier.rst
` [PATCH v4 3/4] locking: Introduce prepare_sync_core_cmd()
` [PATCH v4 4/4] membarrier: riscv: Provide core serializing command

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-31 15:11 UTC  (17+ messages)

[PATCH v6 0/4] Add missing port pins on RZ/Five SoC
 2024-01-31 14:39 UTC  (5+ messages)
` [PATCH v6 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
 2024-01-31 14:39 UTC  (2+ messages)

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-01-31 13:26 UTC  (7+ 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 5/6] riscv: dts: starfive: introduce a common board dtsi for jh7110 based boards
` [PATCH v3 6/6] riscv: dts: starfive: add Milkv Mars board device tree

__get_user_8 / __put_user_8
 2024-01-31 13:35 UTC 

[PATCH v6 0/4] Enable networking support for StarFive JH7100 SoC
 2024-01-31 12:25 UTC  (6+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-01-31 10:28 UTC  (6+ messages)
` [RFC PATCH v2 31/31] kvx: Add IPI driver

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-01-31  9:18 UTC  (10+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-31  9:22 UTC  (9+ messages)
` [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions

[PATCH v14,RESEND 16/22] PCI: microchip: Move IRQ functions to pcie-plda-host.c
 2024-01-31 10:07 UTC  (5+ messages)
` [PATCH v14,RESEND 19/22] dt-bindings: PCI: Add StarFive JH7110 PCIe controller


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