linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 16:01:52 to 2023-03-27 17:45:39 UTC [more...]

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-03-27 17:36 UTC  (17+ messages)
` [PATCH -next v17 01/20] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v17 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v17 09/20] riscv: Add task switch support for vector
` [PATCH -next v17 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v17 11/20] riscv: Add ptrace vector support
` [PATCH -next v17 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v17 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v17 14/20] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v17 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v17 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v17 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v17 18/20] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built

[PATCH] cpuidle: Use of_property_present() for testing DT property presence
 2023-03-27 17:09 UTC  (3+ messages)

[PATCH v5 1/6] RISC-V: Move struct riscv_cpuinfo to new header
 2023-03-27 16:32 UTC  (6+ messages)
` [PATCH v5 2/6] RISC-V: Add a syscall for HW probing
` [PATCH v5 3/6] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v5 4/6] RISC-V: hwprobe: Support probing of misaligned access performance
` [PATCH v5 5/6] selftests: Test the new RISC-V hwprobe interface
` [PATCH v5 6/6] RISC-V: Add hwprobe vDSO function and data

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-03-27 16:01 UTC  (3+ messages)
` [PATCH v4 2/4] mmc: starfive: Add sdio/emmc "

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-03-27 15:42 UTC  (29+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH v2 00/10] Enable I2S support for RK3588/RK3588S SoCs
 2023-03-27 15:30 UTC  (3+ messages)
` [PATCH v2 01/10] dt-bindings: serial: snps-dw-apb-uart: Switch dma-names order

[GIT PULL] KVM/riscv fixes for 6.3, take #1
 2023-03-27 14:24 UTC  (2+ messages)

[PATCH -next V11 0/3] riscv: Add independent irq/softirq stacks
 2023-03-27 13:49 UTC  (7+ messages)
` [PATCH -next V11 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V11 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V11 3/3] riscv: stack: Add config of thread stack size

[PATCH v7 0/4] RISC-V Hibernation Support
 2023-03-27 13:22 UTC  (5+ messages)
` [PATCH v7 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH -next 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-03-27 12:54 UTC  (6+ messages)
` [PATCH -next 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH v9 0/3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-27 12:14 UTC  (12+ messages)
` [PATCH v9 1/3] riscv: Get rid of riscv_pfn_base variable
` [PATCH v9 2/3] riscv: Move the linear mapping creation in its own function
` [PATCH v9 3/3] riscv: Use PUD/P4D/PGD pages for the linear mapping

[PATCH] riscv/fault: Dump user opcode bytes on fatal faults
 2023-03-27 11:56 UTC 

[PATCH V2] riscv: export cpu/freq invariant to scheduler
 2023-03-27 11:49 UTC  (4+ messages)

[PATCH -fixes 0/2] Fixes for dtb mapping
 2023-03-27 11:16 UTC  (5+ messages)
` [PATCH -fixes 1/2] riscv: Move early dtb mapping into the fixmap region
` [PATCH -fixes 2/2] riscv: Do not set initial_boot_params to the linear address of the dtb

[PATCH v3 0/5] Add JH7110 USB and USB PHY driver support
 2023-03-27 11:04 UTC  (7+ messages)
` [PATCH v3 3/5] dt-binding: Add JH7110 USB wrapper layer doc
` [PATCH v3 4/5] usb: cdns3: add StarFive JH7110 USB driver

[PATCH v2 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support
 2023-03-27  9:21 UTC  (7+ messages)
` [PATCH v2 2/4] ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
` [PATCH v2 4/4] ARM: dts: sunxi: add MangoPi MQ-R-T113 board

Słowa kluczowe do wypozycjonowania
 2023-03-27  7:50 UTC 

[PATCH -next v16 00/20] riscv: Add vector ISA support
 2023-03-27  6:21 UTC  (6+ messages)
` [PATCH -next v16 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v16 19/20] riscv: detect assembler support for .option arch

[PATCH v3 0/4] crypto: starfive - Add drivers for crypto engine
 2023-03-27  3:12 UTC  (8+ messages)
` [PATCH v3 4/4] crypto: starfive - Add hash and HMAC support

[PATCH v7 0/8] function_graph: Support recording and printing the return value of function
 2023-03-27  3:03 UTC  (11+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v7 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v7 4/8] arm64: "
` [PATCH v7 5/8] riscv: "
` [PATCH v7 6/8] x86/ftrace: "
` [PATCH v7 7/8] LoongArch: ftrace: "
` [PATCH v7 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2] purgatory: fix disabling debug info
 2023-03-27  2:41 UTC  (2+ messages)

[PATCH v8 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-27  1:53 UTC  (11+ messages)
` [PATCH v8 1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v8 2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v8 3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
` [PATCH v8 4/6] dt-bindings: net: Add support StarFive dwmac
` [PATCH v8 5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [PATCH v8 6/6] net: stmmac: starfive_dmac: Add phy interface settings

[PATCH] riscv: dts: canaan: drop invalid spi-max-frequency
 2023-03-26 22:59 UTC  (2+ messages)

[PATCH V3] uapi: Fixup strace compile error
 2023-03-26 22:03 UTC  (2+ messages)

[PATCH v6 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-26 20:13 UTC  (16+ messages)
` [PATCH v6 11/21] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v6 13/21] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v6 19/21] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH] purgatory: fix disabling debug info
 2023-03-26 16:48 UTC  (3+ messages)

[PATCH v3 0/3] Add RISC-V 32 NOMMU support
 2023-03-25 11:57 UTC  (2+ messages)

[PATCH v14 0/2] Microchip Soft IP corePWM driver
 2023-03-25 11:52 UTC  (7+ messages)
` [PATCH v14 1/2] pwm: add microchip soft ip "

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-03-24 22:10 UTC  (6+ messages)
` [PATCH -next V17 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` (subset) [PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support

[PATCH v1] riscv: dts: starfive: jh7110: Correct the properties of S7 core
 2023-03-24 19:05 UTC  (2+ messages)

ZICBOM and SVPBMT in same system
 2023-03-24 17:30 UTC  (6+ messages)
` [PATCH 2/2] riscv: mm: add pgprot_dmacoherent for zicbom

[GIT PULL] RISC-V Fixes for 6.3-rc4
 2023-03-24 17:15 UTC  (2+ messages)

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-24 15:23 UTC  (8+ messages)
` [PATCH v8 3/4] arm64: Make use of memblock_isolate_memory "

[PATCH] dt-bindings: pinctrl: Drop unneeded quotes
 2023-03-24 14:33 UTC  (3+ messages)

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-03-24 13:33 UTC  (3+ messages)
` [PATCH v6 2/4] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA

[PATCH v1 0/2] RISC-V: Fixes for riscv_has_extension[un]likely()'s alternative dependency
 2023-03-24 13:20 UTC  (7+ messages)
` [PATCH v1 1/2] RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()
` [PATCH v1 2/2] RISC-V: always select RISCV_ALTERNATIVE for non-xip kernels

[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
 2023-03-24 12:49 UTC  (3+ messages)

[PATCH v1] RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependencies
 2023-03-24 12:39 UTC  (2+ messages)

[PATCH 0/2] RISC-V: KVM: Require alternatives
 2023-03-24 12:21 UTC  (8+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-03-24 10:34 UTC  (7+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH v1] RISC-V: align Svpbmt Kconfig help text with other extensions
 2023-03-24  9:28 UTC 

[PATCH v3 0/4] Use dma_default_coherent for devicetree default coherency
 2023-03-24  9:17 UTC  (5+ messages)

[PATCH -next V4] riscv: jump_label: Optimize the code size with compressed instruction
 2023-03-24  8:23 UTC 

[PATCH V8 0/4] riscv: Optimize function trace
 2023-03-24  3:33 UTC  (5+ messages)
` [PATCH V8 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V8 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V8 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V8 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-03-23 22:50 UTC  (2+ messages)

[PATCH v5 06/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
 2023-03-23 22:19 UTC  (11+ messages)
` [PATCH] riscv: require alternatives framework when selecting FPU support

[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-23 21:00 UTC  (2+ messages)

[PATCH] riscv: Handle zicsr/zifencei issues between clang and binutils
 2023-03-23 21:00 UTC  (5+ messages)
  ` b4 send (was Re: [PATCH] riscv: Handle zicsr/zifencei issues between clang and binutils)

[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-23 20:47 UTC  (2+ messages)

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (8+ messages)
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-03-23 16:33 UTC 


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