public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-01-23 14:09:00 to 2023-01-26 02:24:09 UTC [more...]

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-26  2:23 UTC  (10+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 10/31] kvx: Add CPU definition headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 20/31] kvx: Add memory management

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-26  1:45 UTC  (5+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH v2 00/11] KVM perf support
 2023-01-26  0:50 UTC  (9+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling

[PATCH v2 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-26  0:25 UTC  (4+ messages)
` [PATCH v2 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-25 22:24 UTC  (30+ messages)
` [PATCH -next v13 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v13 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v13 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v13 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v13 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v13 07/19] riscv: Introduce riscv_vsize to record size of Vector context
` [PATCH -next v13 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v13 11/19] riscv: Add ptrace vector support
` [PATCH -next v13 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v13 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH -next v13 16/19] riscv: Add V extension to KVM ISA
` [PATCH -next v13 17/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built

[PATCH v2 00/12] dt-bindings: serial: cleanup and improvements
 2023-01-25 20:10 UTC  (26+ messages)
` [PATCH v2 01/12] dt-bindings: serial: amlogic,meson-uart: allow other serial properties
` [PATCH v2 02/12] dt-bindings: serial: 8250: correct Nuvoton NPCM850 compatible
` [PATCH v2 03/12] dt-bindings: serial: pl011: allow ARM Primecell properties
` [PATCH v2 04/12] dt-bindings: serial: correct ref to serial.yaml
` [PATCH v2 05/12] dt-bindings: serial: cdsn,uart: add power-domains
` [PATCH v2 06/12] dt-bindings: serial: 8250_omap: drop rs485 properties
` [PATCH v2 07/12] dt-bindings: serial: fsl-imx-uart: drop common properties
` [PATCH v2 08/12] dt-bindings: serial: fsl-lpuart: drop rs485 properties
` [PATCH v2 09/12] dt-bindings: serial: fsl-lpuart: allow other serial properties
` [PATCH v2 10/12] dt-bindings: serial: st,stm32-uart: drop common properties
` [PATCH v2 11/12] dt-bindings: serial: drop unneeded quotes
` [PATCH v2 12/12] dt-bindings: serial: example cleanup

[PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-25 20:03 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH v2] riscv: Move call to init_cpu_topology() to later initialization stage
 2023-01-25 18:20 UTC  (4+ messages)

[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-25 17:21 UTC  (9+ messages)
` [PATCH 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH 6/7] KVM: Allow range-based TLB invalidation from common code

[PATCH 01/13] dt-bindings: serial: amlogic,meson-uart: allow other serial properties
 2023-01-25 17:11 UTC  (21+ messages)
` [PATCH 02/13] dt-bindings: serial: 8250: correct Nuvoton NPCM850 compatible
` [PATCH 03/13] dt-bindings: serial: pl011: allow ARM Primecell properties
` [PATCH 04/13] dt-bindings: serial: correct ref to serial.yaml
` [PATCH 05/13] dt-bindings: serial: cdsn,uart: add power-domains
` [PATCH 06/13] dt-bindings: serial: 8250_omap: drop rs485 properties
` [PATCH 07/13] dt-bindings: serial: fsl-imx-uart: drop common properties
` [PATCH 08/13] dt-bindings: serial: fsl-lpuart: drop rs485 properties
` [PATCH 09/13] dt-bindings: serial: fsl-lpuart: allow other serial properties
` [PATCH 10/13] dt-bindings: serial: st,stm32-uart: drop common properties
` [PATCH 11/13] dt-bindings: serial: restrict possible child node names
` [PATCH 12/13] dt-bindings: serial: drop unneeded quotes
` [PATCH 13/13] dt-bindings: serial: example cleanup

[PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU
 2023-01-25 16:36 UTC  (10+ messages)
` [PATCH v4 6/6] "

[PATCH] riscv: mm: Implement pmdp_collapse_flush for THP
 2023-01-25 15:35 UTC  (2+ messages)

[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-25 15:10 UTC  (8+ messages)

[QUERY]: Block region to mmap
 2023-01-25 12:30 UTC 

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

[PATCH] riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1}
 2023-01-25 11:41 UTC  (2+ messages)

[PATCH v3 0/6] RISC-V kasan rework
 2023-01-25  8:23 UTC  (7+ messages)
` [PATCH v3 1/6] riscv: Split early and final KASAN population functions
` [PATCH v3 2/6] riscv: Rework kasan "
` [PATCH v3 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH v3 4/6] riscv: Fix EFI stub usage of KASAN instrumented strcmp function
` [PATCH v3 5/6] riscv: Fix ptdump when KASAN is enabled
` [PATCH v3 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH] riscv/kprobe: Fix instruction simulation of JALR
 2023-01-25  5:50 UTC  (3+ messages)

[PATCH] RISC-V: Kconfig: Remove trailing whitespace
 2023-01-25  3:50 UTC  (3+ messages)

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-25  3:50 UTC  (2+ messages)

[PATCH] riscv: pgtable: Fixup comment for KERN_VIRT_SIZE
 2023-01-25  3:50 UTC  (3+ messages)

[PATCH] riscv: fix jal offsets in patched alternatives
 2023-01-25  3:50 UTC  (3+ messages)

[PATCH v2 0/3] Putting some basic order on isa extension lists
 2023-01-25  3:50 UTC  (2+ messages)

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-25  0:57 UTC  (25+ messages)
` [PATCH v2 01/13] spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH v2 03/13] net: "
` [PATCH v2 04/13] iio: imu: "
` [PATCH v2 05/13] mtd: devices: "
` [PATCH v2 06/13] staging: "
` [PATCH v2 07/13] platform/x86: serial-multi-instantiate: "
` [PATCH v2 10/13] mtd: spi-nor: Add stacked memories support in spi-nor

[PATCH v3 0/2] riscv,isa fixups
 2023-01-24 22:40 UTC  (2+ messages)

[PATCH] MAINTAINERS: add an IRC entry for RISC-V
 2023-01-24 22:40 UTC  (2+ messages)

[PATCH] riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAIT
 2023-01-24 22:40 UTC  (2+ messages)

[GIT PULL] cacheinfo/arch_topology: Updates for v6.3
 2023-01-24 15:11 UTC  (5+ messages)

[PATCH RESEND 1/2] riscv: errata: fix T-Head dcache.cva encoding
 2023-01-24 13:19 UTC  (2+ messages)

[PATCH v2 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
 2023-01-24 10:12 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add microtips
` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Add lincolntech
` [PATCH v2 3/4] dt-bindings: panel: Introduce dual-link LVDS panel
` [PATCH v2 4/4] drm: panel-lvds: Introduce dual-link panels

[PATCH 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-24  8:17 UTC  (5+ messages)
` [PATCH 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH v2 0/6] RISC-V kasan rework
 2023-01-24  8:00 UTC  (4+ messages)
` [PATCH v2 1/6] riscv: Split early and final KASAN population functions

[PATCH 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-24  7:52 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH v2 0/6] RISC-V: Apply Zicboz to clear_page
 2023-01-24  5:35 UTC  (9+ messages)
` [PATCH v2 2/6] dt-bindings: riscv: Document cboz-block-size

[PATCH v4 0/2] JH7110 PMU Support
 2023-01-24  5:27 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: power: Add starfive,jh7110-pmu

[PATCH 0/4] Allwinner D1 video engine support
 2023-01-24  5:11 UTC  (3+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-20  9:56 UTC  (3+ messages)
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()

[RFC PATCH v6 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management
 2023-01-23 14:46 UTC  (11+ messages)

[PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
 2023-01-23 14:34 UTC  (4+ messages)

[PATCH resend v3] riscv: Allow to downgrade paging mode from the command line
 2023-01-23 14:10 UTC  (2+ messages)

[PATCH v3] riscv: Allow to downgrade paging mode from the command
 2023-01-23 14:08 UTC  (4+ messages)


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