linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 05:22:42 to 2022-09-23 19:15:17 UTC [more...]

[RFC 00/27] RISC-V: Convert SOC_FOO symbols to ARCH_FOO
 2022-09-23 19:14 UTC  (31+ messages)
` [RFC 01/27] clk: microchip: replace SOC_MICROCHIP_POLARFIRE with ARCH_MICROCHIP
` [RFC 02/27] i2c: microchip-corei2c: "
` [RFC 03/27] mailbox: mpfs: "
` [RFC 04/27] usb: musb: "
` [RFC 05/27] rtc: "
` [RFC 06/27] riscv: stop selecting the PolarFire SoC clock driver
` [RFC 07/27] riscv: replace SOC_STARFIVE with ARCH_STARFIVE
` [RFC 08/27] clk: starfive: "
` [RFC 09/27] pinctrl: "
` [RFC 10/27] reset: "
` [RFC 11/27] riscv: replace SOC_SIFIVE with ARCH_SIFIVE
` [RFC 12/27] soc: sifive: convert SOC_SIFIVE to ARCH_SIFIVE
` [RFC 13/27] clk: "
` [RFC 14/27] clk: sifive: select by default if ARCH_SIFIVE
` [RFC 15/27] serial: "
` [RFC 16/27] PCI: dwc: fu740: convert SOC_SIFIVE to ARCH_SIFIVE
` [RFC 17/27] riscv: stop selecting SiFive clock and serial drivers directly
` [RFC 18/27] riscv: convert SOC_VIRT to ARCH_VIRT
` [RFC 19/27] kunit: tool: rename SOC_VIRT to ARCH_VIRT in riscv's QEMU config
` [RFC 20/27] wireguard: selftests: swap SOC_VIRT for ARCH_VIRT on riscv
` [RFC 21/27] riscv: convert SOC_CANAAN to ARCH_CANAAN
` [RFC 22/27] clk: k210: "
` [RFC 23/27] pinctrl: "
` [RFC 24/27] soc: "
` [RFC 25/27] reset: "
` [RFC 26/27] serial: sifive: select by default if ARCH_CANAAN
` [RFC 27/27] riscv: stop directly selecting drivers for ARCH_CANAAN

[PATCH] riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2022-09-23 18:01 UTC  (6+ messages)

[PATCH] rethook: add riscv rethook implementation
 2022-09-23 17:26 UTC  (5+ messages)
    ` [PATCH v4] "

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-23 16:27 UTC  (19+ messages)
` [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
` [PATCH v12 04/17] riscv: Add vector feature to compile
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 06/17] riscv: Reset vector register
` [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
` [PATCH v12 08/17] riscv: Add task switch support for vector
` [PATCH v12 09/17] riscv: Add ptrace vector support
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands

[GIT PULL] RISC-V Fixes for 6.0-rc7
 2022-09-23 16:25 UTC  (2+ messages)

[PATCH 0/2] fix kprobe event gen test module
 2022-09-23 14:05 UTC  (5+ messages)
` [PATCH 1/2] tracing: kprobe: fix kprobe event gen test module on exit
` [PATCH 2/2] tracing: kprobe: make gen test module work in arm and riscv

[PATCH for-next v2 0/4] riscv: Improvments for stacktrace
 2022-09-23 13:34 UTC  (8+ messages)
` [PATCH for-next v2 1/4] riscv: stacktrace: Replace walk_stackframe with arch_stack_walk
` [PATCH for-next v2 2/4] riscv: stacktrace: Introduce unwind functions
` [PATCH for-next v2 3/4] riscv: stacktrace: Save pt_regs in ENCODE_FRAME_POINTER
` [PATCH for-next v2 4/4] riscv: stacktrace: Implement stacktrace for irq

[PATCH V3 0/3] kprobe: Optimize the performance of patching ss
 2022-09-23 12:39 UTC  (6+ messages)
` [PATCH 1/3] riscv/kprobe: Optimize the performance of patching single-step slot
` [PATCH 2/3] csky/kprobe: "
` [PATCH 3/3] arm64/kprobe: "

[PATCH] RISC-V: Make port I/O string accessors actually work
 2022-09-23 11:38 UTC  (3+ messages)

[PATCH v2/RESEND] riscv: Pass -mno-relax only on lld < 15.0.0
 2022-09-23 11:15 UTC  (2+ messages)

[PATCH V4 0/3] riscv: kexec: Fxiup crash_save percpu and machine_kexec_mask_interrupts
 2022-09-23 11:00 UTC  (3+ messages)
` [PATCH V4 3/3] arch: crash: Remove duplicate declaration in smp.h

[PATCH] cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage
 2022-09-23 10:55 UTC  (3+ messages)

[PATCH v2 1/4] RISC-V: Fix ioremap_cache() and ioremap_wc() for systems with Svpbmt
 2022-09-23 10:45 UTC  (4+ messages)

[PATCH 1/2] riscv: Fix crash during early errata patching
 2022-09-23 10:18 UTC  (7+ messages)
` [PATCH 2/2] riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]a

[PATCH RESEND] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
 2022-09-23 10:01 UTC 

[PATCH RESEND v2 1/2] riscv: ftrace: Fix the comments about the number of ftrace instruction
 2022-09-23  8:43 UTC  (4+ messages)
` [PATCH RESEND v2 2/2] riscv: kprobe: Allow coexistence of ftrace and kprobe

[PATCH v2] kbuild: move -Wundef from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-09-23  2:26 UTC  (2+ messages)

[PATCH V2 0/3] kprobe: Optimize the performance of patching ss
 2022-09-23  1:24 UTC  (4+ messages)
` [PATCH V2 3/3] arm64/kprobe: Optimize the performance of patching single-step slot

[PATCH v2] riscv: vdso: fix NULL deference in vdso_join_timens() when vfork
 2022-09-22 16:38 UTC  (4+ messages)

[PATCH -next] riscv: errata: fix ‘riscv_cbom_block_size’ variable undeclared
 2022-09-22 15:38 UTC  (2+ messages)
` [PATCH -next] scv:=20errata:=20fix=20=E2=80=98riscv?= Fcbom=5Fblock=5Fsize=E2=80=99=20variable=20undeclared?=

[RFC PATCH 0/2] AX45MP: Add support to non-coherent DMA
 2022-09-22 15:00 UTC  (5+ messages)
` [RFC PATCH 1/2] riscv: vendors: andes: Add support to configure the PMA regions

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 14:52 UTC  (5+ messages)
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[PATCH v4 00/10] Add support for Renesas RZ/Five SoC
 2022-09-22 12:54 UTC  (9+ messages)
` [PATCH v4 01/10] dt-bindings: soc: renesas: Move renesas.yaml from arm to soc
` [PATCH v4 07/10] riscv: dts: r9a07g043: Add placeholder nodes

[PATCH linux-next] kunit: tool: use absolute path for wget
 2022-09-22 11:15 UTC  (5+ messages)

Similar SoCs with different CPUs and interrupt bindings
 2022-09-22  6:40 UTC  (17+ messages)

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-22  5:55 UTC  (15+ messages)
` [PATCH V4 8/8] riscv: Add config of thread stack size

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-22  3:15 UTC  (6+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-09-22  1:26 UTC  (11+ messages)
` [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-21 21:51 UTC  (3+ messages)
` [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 21:33 UTC  (20+ messages)
` [PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
` [PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH 03/17] riscv: Add new csr defines related to vector extension
` [PATCH 04/17] riscv: Add vector feature to compile
` [PATCH 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH 06/17] riscv: Reset vector register
` [PATCH 07/17] riscv: Add vector struct and assembler definitions
` [PATCH 08/17] riscv: Add task switch support for vector
` [PATCH 09/17] riscv: Add ptrace vector support
` [PATCH 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH 12/17] riscv: Add support for kernel mode vector
` [PATCH 13/17] riscv: Add vector extension XOR implementation
` [PATCH 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH 17/17] riscv: prctl to enable vector commands

[PATCH -next v2 2/2] riscv: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
 2022-09-21 20:25 UTC  (2+ messages)

[PATCH v9 0/7] RISC-V IPI Improvements
 2022-09-21 18:29 UTC  (4+ messages)
` [PATCH v9 3/7] genirq: Add mechanism to multiplex a single HW IPI

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 17:55 UTC  (3+ messages)

[PATCH] RISC-V: Print SSTC in canonical order
 2022-09-21 17:50 UTC  (2+ messages)

[PATCH 17/17] riscv: prctl to enable vector commands
 2022-09-21 16:50 UTC 

[PATCH 16/17] riscv: KVM: Add vector lazy save/restore support
 2022-09-21 16:50 UTC 

[PATCH 15/17] riscv: Add V extension to KVM ISA allow list
 2022-09-21 16:50 UTC 

[PATCH 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
 2022-09-21 16:50 UTC 

[PATCH 13/17] riscv: Add vector extension XOR implementation
 2022-09-21 16:49 UTC 

[PATCH 12/17] riscv: Add support for kernel mode vector
 2022-09-21 16:49 UTC 

[PATCH 11/17] riscv: signal: Report signal frame size to userspace via auxv
 2022-09-21 16:49 UTC 

[PATCH 10/17] riscv: Add sigcontext save/restore for vector
 2022-09-21 16:48 UTC 

[PATCH 09/17] riscv: Add ptrace vector support
 2022-09-21 16:48 UTC 

[PATCH 08/17] riscv: Add task switch support for vector
 2022-09-21 16:48 UTC 

[PATCH 07/17] riscv: Add vector struct and assembler definitions
 2022-09-21 16:48 UTC 

[PATCH 06/17] riscv: Reset vector register
 2022-09-21 16:47 UTC 

[PATCH 05/17] riscv: Add has_vector/riscv_vsize to save vector features
 2022-09-21 16:47 UTC 

[PATCH 04/17] riscv: Add vector feature to compile
 2022-09-21 16:47 UTC 

[PATCH 03/17] riscv: Add new csr defines related to vector extension
 2022-09-21 16:46 UTC 

[PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
 2022-09-21 16:46 UTC 

[PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-21 16:45 UTC 

[PATCH -next 0/7] riscv: Improvments for stacktrace
 2022-09-21 12:33 UTC  (3+ messages)

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-21  8:54 UTC  (4+ messages)
` [PATCH v4 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH 0/2] make weak attributes in {k,u}probes
 2022-09-21  8:25 UTC  (3+ messages)

Zwiększenie płynności finansowej
 2022-09-21  8:05 UTC 

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-09-21  7:49 UTC  (16+ messages)
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree


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