linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 00:06:50 to 2023-03-02 12:20:20 UTC [more...]

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (4+ messages)

[PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02 10:45 UTC  (30+ messages)
` [PATCH v4 01/24] alpha: "
` [PATCH v4 02/24] arm64: "
` [PATCH v4 03/24] arm: "
` [PATCH v4 04/24] ia64: "
` [PATCH v4 05/24] m68k: "
` [PATCH v4 06/24] microblaze: "
` [PATCH v4 07/24] mips: "
` [PATCH v4 08/24] parisc: "
` [PATCH v4 09/24] powerpc: "
` [PATCH v4 10/24] sparc: "
` [PATCH v4 11/24] xtensa: "
` [PATCH v4 12/24] asm-generic: "
` [PATCH v4 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v4 14/24] arc: "
` [PATCH v4 15/24] m68k: "
` [PATCH v4 16/24] arm64: "
` [PATCH v4 17/24] microblaze: "
` [PATCH v4 18/24] sparc: "
` [PATCH v4 19/24] parisc: "
` [PATCH v4 20/24] x86: "
` [PATCH v4 21/24] xtensa: "
` [PATCH v4 22/24] powerpc: "
` [PATCH v4 23/24] mips: "
` [PATCH v4 24/24] s390: "

[PATCH v2 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-03-02 10:41 UTC  (6+ messages)
` [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-02 11:27 UTC  (37+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA

[PATCH v3] lib/test_string.c: Add strncmp() tests
 2023-03-02 10:26 UTC  (2+ messages)

[PATCH v1 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-03-02  9:39 UTC  (3+ messages)
` [PATCH v1 2/3] clocksource: Add StarFive timer driver

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  7:57 UTC  (3+ messages)

RISC-V Linux kernel not booting up with KASAN enabled
 2023-03-02  7:50 UTC  (2+ messages)

[PATCH 0/3] of: irq: Fixes refcount issues with of_irq_parse_one()/of_irq_parse_raw()
 2023-03-02  7:49 UTC  (6+ messages)
` [PATCH 1/3] of: irq: make callers of of_irq_parse_raw() release the device node
` [PATCH 2/3] of: irq: make callers of of_irq_parse_one() "
` [PATCH 3/3] of: irq: release the node after looking up for "interrupts-extended"

[PATCH v4] RISC-V: Don't check text_mutex during stop_machine
 2023-03-02  3:34 UTC  (2+ messages)

[PATCH v2] drivers/perf: RISC-V: Allow programming custom firmware events
 2023-03-02  3:20 UTC  (2+ messages)

[PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  3:17 UTC  (2+ messages)

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2023-03-02  3:17 UTC  (2+ messages)

[PATCH -next v14 19/19] riscv: Enable Vector code to be built
 2023-03-01 18:44 UTC  (4+ messages)

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 UTC  (2+ messages)

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-03-01 14:27 UTC  (4+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency
 2023-03-01 14:18 UTC  (8+ messages)
` [PATCH v2 2/5] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v2 3/5] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 5/5] of: address: Always use dma_default_coherent for default coherency

[PATCH] RISC-V: mm: Support huge page in vmalloc_fault()
 2023-03-01 11:17 UTC  (3+ messages)

[PATCH 0/2] riscv: support ELF format binaries in nommu mode
 2023-03-01  9:46 UTC  (10+ messages)
` [PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
` [PATCH 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH v6 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-01  8:25 UTC  (3+ messages)
` [PATCH v6 1/2] riscv: Get rid of riscv_pfn_base variable
` [PATCH v6 2/2] riscv: Use PUD/P4D/PGD pages for the linear mapping

[PATCH v5 1/2] riscv: Get rid of riscv_pfn_base variable
 2023-03-01  7:56 UTC  (3+ messages)

[PATCH v3 0/3] Add RISC-V 32 NOMMU support
 2023-03-01  4:42 UTC  (8+ messages)
` [PATCH v3 1/3] clk: k210: remove an implicit 64-bit division
` [PATCH v3 2/3] riscv: Kconfig: Allow RV32 to build with no MMU
` [PATCH v3 3/3] riscv: configs: Add nommu PHONY defconfig for RV32

[PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-03-01  3:40 UTC  (22+ messages)
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver

[PATCH] riscv, lib: Fix Zbb strncmp
 2023-03-01  3:20 UTC  (7+ messages)

[PATCH RFC 0/2] RISC-V: T-Head vector handling
 2023-03-01  2:22 UTC  (6+ messages)
` [PATCH RFC 1/2] RISC-V: define the elements of the VCSR vector CSR
` [PATCH RFC 2/2] RISC-V: add T-Head vector errata handling

[PATCH] sched/doc: supplement CPU capacity with RISC-V
 2023-02-28 22:13 UTC  (8+ messages)

[PATCH v3 20/34] riscv: Implement the new page table range API
 2023-02-28 21:37 UTC 

[PATCH 0/2] Small fixups for the Zbb string functions
 2023-02-28 21:11 UTC  (3+ messages)
` (subset) "

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-02-28 21:11 UTC  (2+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-28 21:11 UTC  (9+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-02-28 19:53 UTC  (8+ messages)
` [PATCH 12/20] clk: microchip: mpfs: remove MODULE_LICENSE in non-modules
` [PATCH 13/20] reset: "

[PATCH v2 1/2] lib/test_string.c: Make definition less dense
 2023-02-28 19:41 UTC  (4+ messages)
` [PATCH v2 2/2] lib/test_string.c: Add strncmp() tests

[RFC][PATCHSET] VM_FAULT_RETRY fixes
 2023-02-28 19:18 UTC  (6+ messages)
` [PATCH 08/10] parisc: fix livelock in uaccess

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-02-28 18:06 UTC  (18+ messages)
` [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc

[RFC v2 PATCH 1/1] riscv: sbi: Introduce system suspend support
 2023-02-28 17:05 UTC  (4+ messages)

[PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 2023-02-28 15:56 UTC  (3+ messages)

[PATCH v8 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-28 15:46 UTC  (2+ messages)
` [PATCH v8 1/1] "

[PATCH v3 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-28 15:37 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: constrain minItems/maxItems of resets for JH7110 DMA

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-28 14:57 UTC  (4+ messages)
` [PATCH v3 4/7] dt-bindings: Add RISC-V misaligned access performance

[PATCH v2 4/6] dt-bindings: Add RISC-V misaligned access performance
 2023-02-28 14:56 UTC  (3+ messages)

[PATCH v2 0/3] Add JH7110 MIPI DPHY RX support
 2023-02-28  8:55 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-28  8:58 UTC  (6+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv

[PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk
 2023-02-28  7:37 UTC  (20+ messages)

[PATCH 0/2] riscv: asid: switch to alternative way to fix stale TLB entries
 2023-02-28  3:15 UTC  (3+ messages)
` [PATCH 1/2] Revert "riscv: mm: notify remote harts about mmu cache updates"

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2023-02-28  3:12 UTC  (7+ messages)

[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-02-28  2:58 UTC  (13+ messages)
` [PATCH v4 11/19] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v4 12/19] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH v5 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-02-28  1:57 UTC  (4+ messages)
` [PATCH v5 2/2] hwmon: (sfctemp) Add StarFive JH71x0 "

[PATCH v2 00/11] Add new partial clock and reset drivers for StarFive JH7110
 2023-02-28  1:40 UTC  (4+ messages)
` [PATCH v2 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks

[PATCH v4 0/4] RISC-V Hibernation Support
 2023-02-28  1:20 UTC  (6+ messages)
` [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH RFC v2 00/16] RISC-V: support some cryptography accelerations
 2023-02-28  0:05 UTC  (8+ messages)
` [PATCH RFC v2 10/16] RISC-V: crypto: add Zvkb accelerated GCM GHASH implementation
` [PATCH RFC v2 11/16] RISC-V: crypto: add Zvkg "
` [PATCH RFC v2 12/16] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH RFC v2 13/16] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH RFC v2 14/16] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH RFC v2 15/16] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH RFC v2 16/16] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation


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