linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-28 01:20:51 to 2022-11-02 23:26:25 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-02 23:18 UTC  (14+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init

[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
 2022-11-02 18:44 UTC  (12+ messages)
` [PATCH v3 2/2] x86: "

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-02 18:33 UTC  (9+ messages)
` [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask()
` [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 7/8] smp: reword smp call IPI comment
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH] riscv: vdso: fix section overlapping under some conditions
 2022-11-02 17:28 UTC  (3+ messages)

[PATCH v2] riscv: vdso: fix section overlapping under some conditions
 2022-11-02 17:02 UTC 

[PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
 2022-11-02 10:34 UTC  (4+ messages)

[PATCH] selftests/vDSO: Add riscv getcpu & gettimeofday test
 2022-11-02  9:01 UTC  (2+ messages)

[PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
 2022-11-02  8:14 UTC  (2+ messages)

[PATCH 0/2] riscv: Rewrite percpu operations and support cmpxchg-local feature
 2022-10-30 13:19 UTC  (5+ messages)
` [PATCH 1/2] riscv: percpu:Add riscv percpu operations

[PATCH v2 4/4] PCI: Remove unnecessary <linux/of_irq.h> includes
 2022-10-31  8:30 UTC  (2+ messages)

[PATCH] riscv: vdso: fix build with llvm
 2022-11-01 15:24 UTC  (4+ messages)

[RFC PATCH v3 0/2] AX45MP: Add support to non-coherent DMA
 2022-11-02  1:02 UTC  (6+ messages)
` [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH v3 0/8] Add OPTPROBES feature on RISCV
 2022-11-01 23:30 UTC  (12+ messages)
` [PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
` [PATCH 2/8] riscv/kprobe: Allocate detour buffer from module area
` [PATCH 3/8] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
` [PATCH 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
` [PATCH 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
` [PATCH 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
` [PATCH 7/8] riscv/kprobe: Prepare detour buffer for optimized kprobe
` [PATCH 8/8] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe

[RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
 2022-11-01 21:23 UTC  (2+ messages)

[PATCH] mm: remove kern_addr_valid() completely
 2022-11-01 17:47 UTC  (2+ messages)

[PATCH RESEND v9] riscv: add riscv rethook implementation
 2022-11-01 17:07 UTC  (3+ messages)

[RFC 0/9] KVM perf support
 2022-11-01 15:32 UTC  (15+ messages)
` [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
` [RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
` [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
` [RFC 5/9] RISC-V: KVM: Add skeleton support "
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
` [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [RFC 8/9] RISC-V: KVM: Implement perf support

[PATCH v10 0/7] RISC-V IPI Improvements
 2022-11-01 14:34 UTC  (8+ messages)
` [PATCH v10 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v10 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v10 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v10 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v10 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v10 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v10 7/7] RISC-V: Use IPIs for remote icache "

[PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
 2022-11-01 10:53 UTC  (27+ messages)
` [PATCH 1/9] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
` [PATCH 3/9] RISC-V: insn-def: Define cbo.zero
` [PATCH 5/9] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH 6/9] RISC-V: KVM: Expose Zicboz to the guest
` [PATCH 7/9] RISC-V: lib: Improve memset assembler formatting
` [PATCH 8/9] RISC-V: lib: Use named labels in memset
` [PATCH 9/9] RISC-V: Use Zicboz in memset when available

[PATCH] Documentation: riscv: Document the sv57 VM layout
 2022-11-01 10:25 UTC  (3+ messages)

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

[PATCH] riscv: dts: microchip: fix memory node unit address for icicle
 2022-10-31 19:55 UTC  (2+ messages)

[PATCH] RISC-V: Do not issue remote fences until smp is available
 2022-10-31 19:26 UTC  (3+ messages)

[PATCH] riscv: process: fix kernel info leakage
 2022-10-31 19:14 UTC  (3+ messages)

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-10-31 18:36 UTC  (16+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2] riscv: jump_label: mark arguments as const to satisfy asm constraints
 2022-10-31 17:49 UTC  (3+ messages)

[PATCH v3 0/5] PCI: Remove unnecessary <linux/of_irq.h> includes
 2022-10-31 16:58 UTC  (7+ messages)
` [PATCH v3 1/5] PCI: altera-msi: Include <linux/irqdomain.h> explicitly
` [PATCH v3 2/5] PCI: microchip: "
` [PATCH v3 3/5] PCI: mvebu: "
` [PATCH v3 4/5] PCI: xgene-msi: "
` [PATCH v3 5/5] PCI: Remove unnecessary <linux/of_irq.h> includes

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-10-31  9:17 UTC  (2+ messages)

[PATCH V4 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
 2022-10-31  9:10 UTC  (12+ messages)

[PATCH v5 0/7] Add support for Renesas RZ/Five SoC
 2022-10-31  1:11 UTC  (28+ messages)
` [PATCH v5 1/7] dt-bindings: riscv: Sort the CPU core list alphabetically
` [PATCH v5 2/7] dt-bindings: riscv: Add Andes AX45MP core to the list
` [PATCH v5 3/7] riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option
` [PATCH v5 4/7] riscv: dts: renesas: Add initial devicetree for Renesas RZ/Five SoC
` [PATCH v5 5/7] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK
` [PATCH v5 6/7] MAINTAINERS: Add entry for Renesas RISC-V
` [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC

[PATCH 0/8] riscv: improve boot time isa extensions handling
 2022-10-30 16:03 UTC  (4+ messages)

[PATCH v3] riscv: fix race when vmap stack overflow
 2022-10-30 13:23 UTC  (2+ messages)

[PATCH -next v2] riscv/mm/fault: simplify code for do_page_fault()
 2022-10-29  8:47 UTC 

[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
 2022-10-29  8:18 UTC  (13+ messages)
` [PATCH v1 15/30] clk: starfive: Use regmap APIs to operate registers
` [PATCH v1 28/30] RISC-V: Add StarFive JH7110 VisionFive2 board device tree

[PATCH v3 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
 2022-10-29  0:35 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.1-rc3
 2022-10-29  0:15 UTC  (2+ messages)

[PATCH v2] RISC-V: build: Allow LTO to be selected
 2022-10-28 22:57 UTC  (3+ messages)

[PATCH v1] riscv: dts: sifive unleashed: Add PWM controlled LEDs
 2022-10-28 22:47 UTC  (3+ messages)

[PATCH v2] riscv: fix styling in ucontext header
 2022-10-28 22:42 UTC  (3+ messages)

[PATCH v3] riscv: support update_mmu_tlb()
 2022-10-28 22:23 UTC  (2+ messages)

[PATCH v2] riscv: fix styling in ucontext header
 2022-10-28 22:23 UTC  (2+ messages)

[PATCH 0/4] RISC-V: Dynamic ftrace support for RV32I
 2022-10-28 15:56 UTC  (8+ messages)
` [PATCH 1/4] RISC-V: use REG_S/REG_L for mcount
` [PATCH 2/4] RISC-V: reduce mcount save space on RV32
` [PATCH 3/4] RISC-V: preserve a1 in mcount

[PATCH v4 00/10] Add support for Renesas RZ/Five SoC
 2022-10-28 12:46 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: soc: renesas: Move renesas.yaml from arm to soc
` [PATCH v4 04/10] dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC

[PATCH v2 0/2] RZ/G2UL separate out SoC specific parts
 2022-10-28 11:40 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
` [PATCH v2 2/2] arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts

[PATCH 0/6] Fixup perf tests for 32-bit systems with 64-bit time_t
 2022-10-28  9:56 UTC  (7+ messages)
` [PATCH 1/6] perf bench futex: Add support "
` [PATCH 2/6] selftests: futex: Call the futex syscall from a function
` [PATCH 3/6] uapi: futex: Add a futex syscall
` [PATCH 4/6] selftests: futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH 5/6] uapi: futex: Add a futex waitv syscall
` [PATCH 6/6] selftests: futex: Use futex_waitv helper function

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-10-28  8:12 UTC  (3+ messages)
` [PATCH v5 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation


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