public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 16:55:02 to 2023-09-16 07:23:35 UTC [more...]

[PATCH v2 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
 2023-09-16  7:22 UTC  (3+ messages)

[PATCH] RISC-V: Probe misaligned access speed in parallel
 2023-09-16  6:45 UTC  (3+ messages)

[PATCH v1] RISC-V: capitalise CMO op macros
 2023-09-16  6:27 UTC  (2+ messages)

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-16  0:31 UTC  (27+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-16  1:25 UTC  (43+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton
` [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()

[PATCH 04/12] dt-bindings: riscv: Add T-HEAD C920 compatibles
 2023-09-16  0:46 UTC  (4+ messages)

[PATCH v3 0/9] kdump: use generic functions to simplify crashkernel reservation in arch
 2023-09-16  0:29 UTC  (5+ messages)
` [PATCH v3 6/9] x86: kdump: use generic interface to simplify crashkernel reservation code
  ` [PATCH v4 "

[PATCH 07/12] riscv: dts: add initial SOPHGO SG2042 SoC device tree
 2023-09-16  0:23 UTC  (3+ messages)

[PATCH 00/12] Add Milk-V Pioneer RISC-V board support
 2023-09-16  0:19 UTC  (3+ messages)

[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-09-16  0:11 UTC  (24+ messages)
` [PATCH v6 01/19] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v6 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v6 03/19] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v6 04/19] PCI: microchip: Rename data structure
` [PATCH v6 05/19] PCI: microchip: Rename two setup functions
` [PATCH v6 06/19] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
` [PATCH v6 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v6 09/19] PCI: microchip: Rename interrupt related functions
` [PATCH v6 10/19] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v6 11/19] PCI: microchip: Add request_event_irq() callback function
` [PATCH v6 12/19] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v6 13/19] PCI: microchip: Add get_events() callback function
` [PATCH v6 14/19] PCI: microchip: Add event IRQ domain ops to plda_event struct
` [PATCH v6 15/19] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v6 16/19] PCI: plda: Set plda_event_handler() to static
` [PATCH v6 17/19] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v6 18/19] PCI: starfive: Add "
` [PATCH v6 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
 2023-09-15 21:07 UTC  (2+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-15 21:05 UTC  (13+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[GIT PULL] RISC-V Fixes for 6.6-rc2
 2023-09-15 19:47 UTC  (2+ messages)

[RFC PATCH 0/6] RISC-V BLAKE2s Vector implementation
 2023-09-15 18:29 UTC  (3+ messages)
` [RFC PATCH 6/6] riscv: Add BLAKE2s V implementation

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-15 17:12 UTC  (22+ messages)
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v6 0/4] riscv: Add fine-tuned checksum functions
 2023-09-15 17:01 UTC  (5+ messages)
` [PATCH v6 1/4] asm-generic: Improve csum_fold
` [PATCH v6 2/4] riscv: Checksum header
` [PATCH v6 3/4] riscv: Add checksum library
` [PATCH v6 4/4] riscv: Test checksum functions

[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
 2023-09-15 16:47 UTC  (11+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "

[PATCH tty v1 00/74] serial: wrappers for uart port lock
 2023-09-15 12:04 UTC  (5+ messages)
` [PATCH tty v1 61/74] serial: sifive: Use port lock wrappers

[PATCH v5 0/4] riscv: Add fine-tuned checksum functions
 2023-09-15 15:45 UTC  (9+ messages)
` [PATCH v5 1/4] asm-generic: Improve csum_fold
` [PATCH v5 2/4] riscv: Checksum header
` [PATCH v5 3/4] riscv: Add checksum library
` [PATCH v5 4/4] riscv: Test checksum functions

[PATCH -fixes] riscv: kselftests: Fix mm build by removing testcases subdirectory
 2023-09-15 15:23 UTC  (2+ messages)

[PATCH 06/12] dt-bindings: timer: Add Sophgo sg2042 clint
 2023-09-15 15:05 UTC  (3+ messages)

[PATCH 05/12] dt-bindings: interrupt-controller: Add SOPHGO's SG2042 PLIC
 2023-09-15 15:04 UTC  (3+ messages)

[PATCH 03/12] dt-bindings: riscv: add sophgo sg2042 bindings
 2023-09-15 14:18 UTC  (4+ messages)

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-15 13:35 UTC  (9+ messages)
` [PATCH 1/4] sched: consolidate and cleanup access to CPU's max compute capacity
` [PATCH 2/4] topology: add a new arch_scale_freq_reference
` [PATCH 4/4] energy_model: use a fixed reference frequency

[PATCH] char: hw_random: mpfs-rng: removed unneeded call to platform_set_drvdata()
 2023-09-15 10:38 UTC  (2+ messages)

[PATCH 10/12] serial: 8250_dw: Add Sophgo SG2042 support
 2023-09-15 10:23 UTC  (5+ messages)

[PATCH 0/2] Add Svadu Extension Support
 2023-09-15  8:45 UTC  (4+ messages)
` [PATCH 1/2] RISC-V: Detect and Enable "
` [PATCH 2/2] RISC-V: KVM: Add Svadu Extension Support for Guest/VM

[PATCH 08/12] riscv: dts: sophgo: add Milk-V Pioneer board device tree
 2023-09-15  7:34 UTC  (2+ messages)

[PATCH 09/12] dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2042 uarts
 2023-09-15  7:33 UTC  (2+ messages)

[PATCH 11/12] riscv: dts: sophgo: Add sophgo,sg2024-uart compatibles
 2023-09-15  7:32 UTC  (2+ messages)

[PATCH 12/12] riscv: defconfig: enable SOPHGO SoC
 2023-09-15  7:26 UTC 

[PATCH 01/12] riscv: Add SOPHGO SOC family Kconfig support
 2023-09-15  7:21 UTC  (3+ messages)

[PATCH 02/12] dt-bindings: vendor-prefixes: add milkv/sophgo
 2023-09-15  7:19 UTC  (2+ messages)

[PATCH v5 0/7] Risc-V Kvm Smstateen
 2023-09-15  6:57 UTC  (2+ messages)

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-09-15  6:23 UTC  (17+ messages)
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-09-15  3:21 UTC  (10+ messages)
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation

boot time regressed a lot due to misaligned access probe
 2023-09-15  0:55 UTC  (5+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (7+ messages)

[PATCH v4 0/5] riscv: Add fine-tuned checksum functions
 2023-09-14 23:30 UTC  (13+ messages)
` [PATCH v4 2/5] riscv: Add checksum library
` [PATCH v4 4/5] riscv: Vector "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox