public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 18:37:20 to 2023-11-13 03:37:45 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13  3:37 UTC  (12+ messages)
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[PATCH v2] gpio: sifive: remove unneeded call to platform_set_drvdata()
 2023-11-13  2:34 UTC 

[PATCH] serial: sifive: Declare PM operations as static
 2023-11-13  2:31 UTC 

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-11-13  2:19 UTC  (14+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[PATCH 0/2] Change the sg2042 timer layout to fit aclint format
 2023-11-13  2:24 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format

[PATCH 0/4] riscv: sophgo: add reset support for cv1800b
 2023-11-13  2:04 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: reset: Add binding for Sophgo CV1800B reset controller
` [PATCH 2/4] reset: Add reset controller support for Sophgo CV1800B SoC
` [PATCH 3/4] riscv: dts: sophgo: add reset dt node for cv1800b
` [PATCH 4/4] riscv: dts: sophgo: add reset phandle to all uart nodes

[PATCH 0/2] riscv: sophgo: add pinctrl support for cv1800b
 2023-11-13  1:51 UTC  (4+ messages)
` [PATCH 1/2] riscv: dts: cv1800b: add pinctrl node "
` [PATCH 2/2] riscv: dts: sophgo: set pinctrl for uart0

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-13  0:58 UTC  (34+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-12 17:44 UTC  (7+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()

[PATCH] riscv: Optimize hweight API with Zbb extension
 2023-11-12  9:52 UTC 

[PATCH] riscv: Avoid code duplication with generic bitops implementation
 2023-11-12  9:44 UTC 

[PATCH v5 0/2] riscv: Optimize bitops with Zbb extension
 2023-11-12  7:05 UTC  (5+ messages)
` [PATCH v5 2/2] "

[RFC PATCH V2 00/38] rv64ilp32: Running ILP32 on RV64 ISA
 2023-11-12  6:15 UTC  (39+ messages)
` [RFC PATCH V2 01/38] riscv: u64ilp32: Unify vdso32 & compat_vdso into vdso/Makefile
` [RFC PATCH V2 02/38] riscv: u64ilp32: Remove compat_vdso/
` [RFC PATCH V2 03/38] riscv: u64ilp32: Add time-related vDSO common flow for vdso32
` [RFC PATCH V2 04/38] riscv: u64ilp32: Introduce ILP32 vdso for UXL=64
` [RFC PATCH V2 05/38] riscv: u64ilp32: Adjust vDSO kernel flow for 64ilp32 abi
` [RFC PATCH V2 06/38] riscv: u64ilp32: Add signal support for compat
` [RFC PATCH V2 07/38] riscv: u64ilp32: Add ptrace interface support
` [RFC PATCH V2 08/38] riscv: u64ilp32: Adjust vDSO alternative for 64ilp32 abi
` [RFC PATCH V2 09/38] riscv: u64ilp32: Add xlen_t in user_regs_struct
` [RFC PATCH V2 10/38] riscv: u64ilp32: Remove the restriction of UXL=32
` [RFC PATCH V2 11/38] riscv: u64ilp32: Enable user space runtime switch
` [RFC PATCH V2 12/38] riscv: s64ilp32: Unify ULL & UL into UXL in csr
` [RFC PATCH V2 13/38] riscv: s64ilp32: Introduce xlen_t for 64ILP32 kernel
` [RFC PATCH V2 14/38] riscv: s64ilp32: Add sbi support
` [RFC PATCH V2 15/38] riscv: s64ilp32: Add asid support
` [RFC PATCH V2 16/38] riscv: s64ilp32: Introduce PTR_L and PTR_S
` [RFC PATCH V2 17/38] riscv: s64ilp32: Adjust TASK_SIZE for s64ilp32 kernel
` [RFC PATCH V2 18/38] riscv: s64ilp32: Add ebpf jit support
` [RFC PATCH V2 19/38] riscv: s64ilp32: Add ELF32 support
` [RFC PATCH V2 20/38] riscv: s64ilp32: Add ARCH_RV64ILP32 Kconfig option
` [RFC PATCH V2 21/38] riscv: s64ilp32: Add MMU_SV32 mode support
` [RFC PATCH V2 22/38] riscv: s64ilp32: Add MMU_SV39 "
` [RFC PATCH V2 23/38] riscv: s64ilp32: Enable native atomic64
` [RFC PATCH V2 24/38] riscv: s64ilp32: Add TImode (128 int) support
` [RFC PATCH V2 25/38] riscv: s64ilp32: Implement cmpxchg_double
` [RFC PATCH V2 26/38] riscv: s64ilp32: Disable KVM
` [RFC PATCH V2 27/38] riscv: s64ilp32: Correct the rv64ilp32 stackframe layout
` [RFC PATCH V2 28/38] riscv: s64ilp32: Temporary workaround solution to gcc problem
` [RFC PATCH V2 29/38] riscv: s64ilp32: Introduce ARCH_HAS_64ILP32_KERNEL for syscall
` [RFC PATCH V2 30/38] riscv: s64ilp32: Add u32ilp32 ptrace support
` [RFC PATCH V2 31/38] riscv: s64ilp32: Add u32ilp32 signal support
` [RFC PATCH V2 32/38] riscv: s64ilp32: Validate harts by architecture name
` [RFC PATCH V2 33/38] riscv: s64ilp32: Add rv64ilp32_defconfig
` [RFC PATCH V2 34/38] riscv: Cleanup rv32_defconfig
` [RFC PATCH V2 35/38] clocksource: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH V2 36/38] irqchip: "
` [RFC PATCH V2 37/38] add tinylab defconfig
` [RFC PATCH V2 38/38] 64ilp32 v.s. 64lp64

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-12  4:23 UTC  (3+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-12  4:21 UTC  (25+ messages)
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static

[GIT PULL] RISC-V Patches for the 6.7 Merge Window, Part 2
 2023-11-12  2:04 UTC  (4+ messages)

[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v1] docs: move riscv under arch
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v3 0/6] riscv,isa-extensions additions
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v3 0/6] KVM RISC-V Conditional Operations
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v3 0/9] RISC-V SBI debug console extension support
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-11-12  0:55 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953
 2023-11-11  3:10 UTC 

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-11 17:52 UTC  (13+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations

[PATCH] RISC-V: Remove the removed single-letter extensions
 2023-11-11 16:03 UTC  (2+ messages)

[PATCH v5 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-11  0:07 UTC  (10+ messages)
` [PATCH v5 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH v5 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v5 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v5 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v5 5/7] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
` [PATCH v5 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v5 7/7] riscv: dts: thead: Enable LicheePi 4A "

[PATCH 00/52] serial: Convert to platform remove callback returning void
 2023-11-10 17:31 UTC  (3+ messages)
` [PATCH 39/52] serial: sifive: "

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-10 15:37 UTC  (3+ messages)

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-10 14:46 UTC  (3+ messages)

[PATCH 0/2] riscv: Enable percpu page first chunk allocator
 2023-11-10 14:07 UTC  (3+ messages)
` [PATCH 1/2] mm: Introduce flush_cache_vmap_early() and its riscv implementation
` [PATCH 2/2] riscv: Enable pcpu page first chunk allocator

[PATCH v7 0/4] StarFive's Pulse Width Modulation driver support
 2023-11-10 12:27 UTC  (8+ messages)
` [PATCH v7 1/4] dt-bindings: pwm: Add OpenCores PWM module
` [PATCH v7 2/4] pwm: opencores: Add PWM driver support
` [PATCH v7 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [PATCH v7 4/4] riscv: dts: starfive: jh7100: "

[PATCH v6 0/7] consolidate and cleanup CPU capacity
 2023-11-10  9:18 UTC  (12+ messages)
` [PATCH v6 1/7] topology: Add a new arch_scale_freq_reference
` [PATCH v6 2/7] cpufreq: Use the fixed and coherent frequency for scaling capacity
` [PATCH v6 3/7] cpufreq/schedutil: Use a fixed reference frequency
` [PATCH v6 4/7] energy_model: "
` [PATCH v6 5/7] cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v6 6/7] cpufreq/cppc: Set the frequency used for computing the capacity
` [PATCH v6 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio

[RFC PATCH] membarrier: riscv: Provide core serializing command
 2023-11-10  6:33 UTC  (4+ messages)
    ` [PATCH 1/2] locking: Introduce prepare_sync_core_cmd()

RISC-V Linux Patchwork Sync on Nov 15th and 22nd
 2023-11-09 22:16 UTC 

[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
 2023-11-09 19:33 UTC  (4+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown

[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-11-09 19:30 UTC  (2+ messages)

[PATCH] drivers: perf: Check find_first_bit() return value
 2023-11-09 19:30 UTC  (3+ messages)

[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible
 2023-11-09 17:15 UTC  (2+ messages)

[PATCH] selftests: sud_test: return correct emulated syscall value on RISC-V
 2023-11-09 16:14 UTC  (4+ messages)

[PATCH V2] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2023-11-09 13:37 UTC 

[PATCH v3 00/20] riscv: report more ISA extensions through hwprobe
 2023-11-09 10:42 UTC  (10+ messages)
` [PATCH v3 06/20] riscv: add ISA extension parsing for vector crypto
` [PATCH v3 20/20] dt-bindings: riscv: add Zfa ISA extension description

[PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
 2023-11-09  8:25 UTC  (3+ messages)

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-11-09  8:22 UTC  (4+ messages)
` [v5 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH v3] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-11-09  7:49 UTC 

[PATCH] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2023-11-09  3:47 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 UTC 

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-11-08 18:36 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