linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-20 23:31:12 to 2023-12-25 10:35:17 UTC [more...]

[PATCH v6 00/16] Support Andes PMU extension
 2023-12-25 10:33 UTC  (5+ messages)
` [PATCH v6 01/16] riscv: errata: Rename defines for Andes
` [PATCH v6 04/16] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v6 05/16] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v6 08/16] perf: RISC-V: Introduce Andes PMU for perf event sampling

[PATCH] riscv: Improve exception and system call latency
 2023-12-25 10:09 UTC  (2+ messages)

[PATCH 1/1] riscv: set ARCH_DMA_DEFAULT_COHERENT if RISCV_DMA_NONCOHERENT is not set
 2023-12-25  6:47 UTC  (13+ messages)

[PATCH 00/13] mm/gup: Unify hugetlb, part 2
 2023-12-25  6:34 UTC  (6+ messages)
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()

[PATCH v4 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
 2023-12-25  4:42 UTC  (3+ messages)
` [PATCH v4 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
` [PATCH v4 2/2] riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW

[PATCH V2 0/4] riscv: mm: Fixup & Optimize COMPAT code
 2023-12-24 14:37 UTC  (36+ messages)
` [PATCH V2 1/4] riscv: mm: Fixup compat mode boot failure
` [PATCH V2 2/4] riscv: mm: Fixup compat arch_get_mmap_end
` [PATCH V2 3/4] riscv: mm: Remove unused TASK_SIZE_MIN
` [PATCH V2 4/4] riscv: mm: Optimize TASK_SIZE definition

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

[PATCH v3 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
 2023-12-23 22:05 UTC  (4+ messages)
` [PATCH v3 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
` [PATCH v3 2/2] riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW

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

[syzbot] [riscv?] kernel panic: Kernel stack overflow (2)
 2023-12-23 12:49 UTC 

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

[RFC PATCH 0/4] Introduce & Optimize compat-mode helpers
 2023-12-23  4:25 UTC  (13+ messages)
` [RFC PATCH 1/4] riscv: Replace direct thread flag check with is_compat_task()
` [RFC PATCH 2/4] riscv: add compile-time test into is_compat_task()
` [RFC PATCH 3/4] riscv: Introduce is_compat_thread() into compat.h
` [RFC PATCH 4/4] riscv: Introduce set_compat_task() in asm/compat.h

[PATCH V3 0/4] riscv: mm: Fixup & Optimize COMPAT code
 2023-12-23  3:39 UTC  (10+ messages)
` [PATCH V3 1/4] riscv: mm: Fixup compat mode boot failure
` [PATCH V3 2/4] riscv: mm: Fixup compat arch_get_mmap_end
` [PATCH V3 3/4] riscv: mm: Remove unused TASK_SIZE_MIN
` [PATCH V3 4/4] riscv: mm: Optimize TASK_SIZE definition

[RFC PATCH v5 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2023-12-23  3:15 UTC  (4+ messages)

[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
 2023-12-23  0:18 UTC  (11+ messages)
` [PATCH v1 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings

[GIT PULL] KVM/riscv fixes for 6.7, take #1
 2023-12-22 23:09 UTC  (2+ messages)

[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2023-12-22 17:58 UTC  (14+ messages)
` [RFC PATCH 1/6] dt-bindings: pinctrl: starfive: add JH8100 pinctrl bindings
` [RFC PATCH 2/6] pinctrl: starfive: jh8100: add pinctrl driver for sys_east domain
` [RFC PATCH 3/6] pinctrl: starfive: jh8100: add pinctrl driver for sys_west domain
` [RFC PATCH 4/6] pinctrl: starfive: jh8100: add pinctrl driver for sys_gmac domain
` [RFC PATCH 5/6] pinctrl: starfive: jh8100: add pinctrl driver for AON domain
` [RFC PATCH 6/6] riscv: dts: starfive: jh8100: add pinctrl device tree nodes

[RFC PATCH 1/1] riscv: Improve arch_get_mmap_end() macro
 2023-12-22 17:15 UTC  (3+ messages)

[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-22 11:18 UTC  (5+ messages)
` [PATCH v13 15/21] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip

[RFC PATCH v3 0/3] Add support for reading D1 efuse speed bin
 2023-12-22 11:14 UTC  (4+ messages)
` [RFC PATCH v3 1/3] cpufreq: sun50i: Refactor speed bin decoding
` [RFC PATCH v3 2/3] cpufreq: sun50i: Add support for D1's "
` [RFC PATCH v3 3/3] riscv: dts: allwinner: Fill in OPPs

[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-22  5:48 UTC  (2+ messages)

[PATCH v2 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
 2023-12-22  5:04 UTC  (4+ messages)
` [PATCH v2 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS

[PATCH] crypto: riscv - use real assembler for vector crypto extensions
 2023-12-22  4:52 UTC  (3+ messages)

[PATCH v13 0/5] riscv: Add fine-tuned checksum functions
 2023-12-22  4:43 UTC  (10+ messages)
` [PATCH v13 1/5] asm-generic: Improve csum_fold
` [PATCH v13 2/5] riscv: Add static key for misaligned accesses
` [PATCH v13 3/5] riscv: Add checksum header
` [PATCH v13 4/5] riscv: Add checksum library
` [PATCH v13 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum

[PATCH] riscv: mm: Fixup compat mode boot failure
 2023-12-22  0:18 UTC  (2+ messages)

[PATCH v3 0/3] Add missing port pins for RZ/Five SoC
 2023-12-21 21:04 UTC  (4+ messages)
` [PATCH v3 1/3] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro

[PATCH v5 0/2] Add StarFive JH8100 watchdog
 2023-12-21 21:02 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
` [PATCH v5 2/2] riscv: dts: starfive: jh8100: Add watchdog node

[RFC PATCH v2 0/3] Add support for reading D1 efuse speed bin
 2023-12-21 17:26 UTC  (7+ messages)
` [RFC PATCH v2 1/3] cpufreq: sun50i: Refactor speed bin decoding
` [RFC PATCH v2 2/3] cpufreq: sun50i: Add support for D1's "
` [RFC PATCH v2 3/3] riscv: dts: allwinner: Fill in OPPs

[GIT PULL] RISC-V Devicetrees for v6.8
 2023-12-21 13:24 UTC 

[GIT PULL] RISC-V cache drivers for v6.8
 2023-12-21 12:57 UTC 

[GIT PULL] RISC-V SoC drivers for v6.8
 2023-12-21 12:38 UTC 

[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
 2023-12-21  9:25 UTC  (9+ messages)
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test

[PATCH v4 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
 2023-12-21  8:55 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC
` [PATCH v4 2/4] clk: sophgo: Add CV1800 series clock controller driver

Proszę o kontakt
 2023-12-21  8:40 UTC 

[PATCH] riscv: vector: Check SR_SD before saving vstate
 2023-12-21  7:54 UTC  (3+ messages)

[PATCH -fixes v2] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
 2023-12-21  3:00 UTC  (2+ messages)

[PATCH -fixes 0/2] Fix WX mappings in the linear mapping after module unloading
 2023-12-21  3:00 UTC  (2+ messages)

[PATCH v8 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-12-21  1:50 UTC  (4+ messages)
` [PATCH v8 2/3] clocksource: Add JH7110 timer driver

[PATCH] riscv: put va_kernel_xip_pa_offset into CONFIG_XIP_KERNEL
 2023-12-21  1:51 UTC  (4+ messages)
    ` [External] "

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

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


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