linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-29 04:21:26 to 2022-11-03 07:52:32 UTC [more...]

[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-11-03  7:50 UTC  (8+ messages)
` [PATCH -next V8 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V8 03/14] riscv: compat_syscall_table: "
` [PATCH -next V8 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V8 05/14] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH -next V8 06/14] riscv: convert to generic entry
` [PATCH -next V8 07/14] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-03  7:25 UTC  (52+ 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 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [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 29/44] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC

[PATCH v10 0/7] RISC-V IPI Improvements
 2022-11-03  7:01 UTC  (11+ 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 "

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

[PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
 2022-11-03  2:43 UTC  (28+ 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

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
 2022-11-03  2:09 UTC 

[PATCH v3 0/8] Add OPTPROBES feature on RISCV
 2022-11-03  1:23 UTC  (13+ 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

[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
 2022-11-02 18:44 UTC  (10+ 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 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] 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  (11+ 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  (24+ messages)
` [PATCH v5 2/7] dt-bindings: riscv: Add Andes AX45MP core to the list
` [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  (4+ messages)
` [PATCH v1 28/30] RISC-V: Add StarFive JH7110 VisionFive2 board device tree


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