linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 21:01:57 to 2022-09-28 07:22:26 UTC [more...]

[PATCH] riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2022-09-28  7:21 UTC  (8+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-09-28  5:25 UTC  (3+ messages)

[PATCH v3 0/3] riscv: kvm: use generic entry for TIF_NOTIFY_RESUME and misc
 2022-09-28  5:18 UTC  (5+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Record number of signal exits as a vCPU stat
` [PATCH v3 2/3] RISC-V: KVM: Use generic guest entry infrastructure
` [PATCH v3 3/3] riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORK

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-28  0:23 UTC  (5+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v6 00/11] New PolarFire SoC devkit devicetrees & 22.09 reference design updates
 2022-09-27 18:33 UTC  (14+ messages)
` [PATCH v6 01/11] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v6 02/11] dt-bindings: riscv: microchip: document the aries m100pfsevp
` [PATCH v6 03/11] dt-bindings: riscv: microchip: document the sev kit
` [PATCH v6 04/11] riscv: dts: microchip: add pci dma ranges for the icicle kit
` [PATCH v6 05/11] riscv: dts: microchip: move the mpfs' pci node to -fabric.dtsi
` [PATCH v6 06/11] riscv: dts: microchip: icicle: update pci address properties
` [PATCH v6 07/11] riscv: dts: microchip: icicle: re-jig fabric peripheral addresses
` [PATCH v6 08/11] riscv: dts: microchip: reduce the fic3 clock rate
` [PATCH v6 09/11] riscv: dts: microchip: add sevkit device tree
` [PATCH v6 10/11] riscv: dts: microchip: add a devicetree for aries' m100pfsevp
` [PATCH v6 11/11] riscv: dts: microchip: update memory configuration for v2022.10

[for-next][PATCH 12/20] tracing: kprobe: Fix kprobe event gen test module on exit
 2022-09-27 16:02 UTC  (2+ messages)
` [for-next][PATCH 13/20] tracing: kprobe: Make gen test module work in arm and riscv

[PATCH] kprobes: Mark ftrace mcount handler functions nokprobe
 2022-09-27 15:22 UTC  (4+ messages)

[RFC 00/27] RISC-V: Convert SOC_FOO symbols to ARCH_FOO
 2022-09-27  7:03 UTC  (41+ 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 V4 0/3] kprobe: Optimize the performance of patching ss
 2022-09-27  2:24 UTC  (4+ 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 0/4] riscv: entry: further clean up and VMAP_STACK fix
 2022-09-27  2:00 UTC  (13+ messages)
` [PATCH 1/4] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH 2/4] riscv: consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH 3/4] riscv: fix race when vmap stack overflow and remove shadow_stack
` [PATCH 4/4] riscv: entry: consolidate general regs saving into save_gp

[PATCH V3 0/3] kprobe: Optimize the performance of patching ss
 2022-09-27  1:37 UTC  (9+ 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 1/3] Documentation: RISC-V: Fix a typo in patch-acceptance
 2022-09-26 17:34 UTC  (3+ messages)
` [PATCH 3/3] Documentation: RISC-V: Mention the UEFI Standards

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

[PATCH v6] rethook: add riscv rethook implementation
 2022-09-26 10:17 UTC 

[PATCH v3 0/2] riscv: KVM: Expose Zicbom to the guest
 2022-09-26 10:05 UTC  (6+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Provide UAPI for Zicbom block size
` [PATCH v3 2/2] RISC-V: KVM: Expose Zicbom to the guest

[PATCH] RISC-V: KVM: Make ISA ext mappings explicit
 2022-09-26  9:26 UTC  (2+ messages)

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

[PATCH 1/1] riscv/vdso: typo therefor
 2022-09-25  9:56 UTC  (2+ messages)

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-24 18:01 UTC  (20+ 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

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

[PATCH] rethook: add riscv rethook implementation
 2022-09-24  8:54 UTC  (6+ messages)
    ` [PATCH v4] "

[PATCH] riscv: vdso: reorganise the file to remove two forward declarations
 2022-09-24  7:45 UTC 

[PATCH v3] riscv: vdso: fix NULL deference in vdso_join_timens() when vfork
 2022-09-24  7:07 UTC 

[PATCH v2] riscv: support update_mmu_tlb() for riscv
 2022-09-23 21:45 UTC  (2+ messages)

[PATCH] PCI: fu740: do not use clock name when requesting clock
 2022-09-23 21:25 UTC  (3+ messages)

[RFC 0/9] KVM perf support
 2022-09-23 21:04 UTC  (4+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[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  (4+ messages)

[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] 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 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  (3+ messages)
` [PATCH v4 01/10] dt-bindings: soc: renesas: Move renesas.yaml from arm to soc

[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  (9+ messages)

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-22  5:55 UTC  (13+ 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  (5+ 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  (6+ messages)
` [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 21:33 UTC  (8+ messages)
` [PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
` [PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
` [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


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