Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-04 10:59:37 to 2023-11-08 11:29:50 UTC [more...]

[PATCH] riscv: fix potential panic during CPU hot-plug
 2023-11-08 11:29 UTC 

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-11-08  9:53 UTC  (2+ messages)

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-11-08  9:10 UTC  (10+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
 2023-11-08  8:18 UTC  (2+ messages)

[PATCH RESEND v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
 2023-11-08  7:59 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] riscv: Don't use PGD entries for the linear mapping
` [PATCH RESEND v2 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-08  8:01 UTC  (17+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()

[PATCH] riscv: CONFIG_EFI should not depend on CONFIG_RISCV_ISA_C
 2023-11-08  5:45 UTC  (4+ messages)

[PATCH] riscv: split cache ops out of dma-noncoherent.c
 2023-11-07 23:00 UTC  (2+ messages)

[PATCH] RISC-V: Don't rely on positional structure initialization
 2023-11-07 21:49 UTC  (2+ messages)

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-07 17:48 UTC  (25+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 19/22] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[PATCH v3] RISC-V: Probe misaligned access speed in parallel
 2023-11-07 17:45 UTC  (4+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07 14:38 UTC  (64+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v5 0/7] consolidate and cleanup CPU capacity
 2023-11-07 13:07 UTC  (13+ messages)
` [PATCH v5 1/7] topology: Add a new arch_scale_freq_reference
` [PATCH v5 3/7] cpufreq/schedutil: Use a fixed reference frequency
` [PATCH v5 4/7] energy_model: "
` [PATCH 5/7] cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v5 6/7] cpufreq/cppc: Set the frequency used for computing the capacity
` [PATCH v5 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio

[PATCH v3 00/20] riscv: report more ISA extensions through hwprobe
 2023-11-07 10:55 UTC  (21+ messages)
` [PATCH v3 01/20] riscv: hwprobe: factorize hwprobe ISA extension reporting
` [PATCH v3 02/20] riscv: hwprobe: export missing Zbc ISA extension
` [PATCH v3 03/20] riscv: add ISA extension parsing for scalar crypto
` [PATCH v3 04/20] riscv: hwprobe: add support for scalar crypto ISA extensions
` [PATCH v3 05/20] dt-bindings: riscv: add scalar crypto ISA extensions description
` [PATCH v3 06/20] riscv: add ISA extension parsing for vector crypto
` [PATCH v3 07/20] riscv: hwprobe: export vector crypto ISA extensions
` [PATCH v3 08/20] dt-bindings: riscv: add vector crypto ISA extensions description
` [PATCH v3 09/20] riscv: add ISA extension parsing for Zfh/Zfh[min]
` [PATCH v3 10/20] riscv: hwprobe: export Zfh[min] ISA extensions
` [PATCH v3 11/20] dt-bindings: riscv: add Zfh[min] ISA extensions description
` [PATCH v3 12/20] riscv: add ISA extension parsing for Zihintntl
` [PATCH v3 13/20] riscv: hwprobe: export Zhintntl ISA extension
` [PATCH v3 14/20] dt-bindings: riscv: add Zihintntl ISA extension description
` [PATCH v3 15/20] riscv: add ISA extension parsing for Zvfh[min]
` [PATCH v3 16/20] riscv: hwprobe: export Zvfh[min] ISA extensions
` [PATCH v3 17/20] dt-bindings: riscv: add Zvfh[min] ISA extension description
` [PATCH v3 18/20] riscv: add ISA extension parsing for Zfa
` [PATCH v3 19/20] riscv: hwprobe: export Zfa ISA extension
` [PATCH v3 20/20] dt-bindings: riscv: add Zfa ISA extension description

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH v2 0/6] DRM driver for verisilicon
 2023-11-07  9:19 UTC  (8+ messages)
` [PATCH v2 6/6] drm/vs: Add hdmi driver

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-07  8:53 UTC  (4+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations

[PATCH v10 0/5] riscv: Add fine-tuned checksum functions
 2023-11-07  8:39 UTC  (5+ messages)
` [PATCH v10 3/5] riscv: Checksum header
` [PATCH v10 4/5] riscv: Add checksum library

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  8:38 UTC  (3+ messages)

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH] riscv: boot: Fix creation of loader.bin
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v2 00/11] riscv: ASID-related and UP-related TLB flush enhancements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH] riscv: select ARCH_PROC_KCORE_TEXT
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v4 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-07  0:06 UTC  (6+ messages)
` [PATCH v4 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v4 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH v6] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-11-06 23:24 UTC 

[PATCH] RISC-V: Remove __init on unaligned_emulation_finish()
 2023-11-06 23:11 UTC 

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-06 21:58 UTC  (2+ messages)

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-06 20:42 UTC  (2+ messages)

[PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
 2023-11-06 17:47 UTC  (2+ messages)

[PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
 2023-11-06 17:47 UTC  (2+ messages)

[PATCH] riscv: lib: Implement optimized memchr function
 2023-11-06 17:00 UTC 

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-06 16:25 UTC  (12+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH v3 0/2] pwm: add driver for T-THEAD TH1520 SoC
 2023-11-06 15:43 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 6.7 Merge Window, Part 1
 2023-11-06 15:13 UTC 

[PATCH v2] riscv: defconfig : add CONFIG_MMC_DW for starfive
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v1] RISC-V: capitalise CMO op macros
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v4 0/3] Improve PTDUMP and introduce new fields
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: signal: handle syscall restart before get_signal
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v2] riscv: provide riscv-specific is_trap_insn()
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v6] riscv: add userland instruction dump to RISC-V splats
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: kprobes: allow writing to x0
 2023-11-06 15:00 UTC  (2+ messages)

[RESEND PATCH 0/3] riscv: vdso.lds.S: some improvement
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v2] riscv: mm: update T-Head memory type definitions
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: don't probe unaligned access speed if already done
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible
 2023-11-06 11:37 UTC 

[RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
 2023-11-06 11:35 UTC  (3+ messages)

[PATCH v6 0/4] StarFive's Pulse Width Modulation driver support
 2023-11-06  7:26 UTC  (6+ messages)
` [PATCH v6 2/4] pwm: opencores: Add PWM "

[PATCH v2] riscv: mm: update T-Head memory type definitions
 2023-11-05 22:18 UTC  (2+ messages)

[PATCH v1 00/14] DCE/DSE: Add Dead Syscalls Elimination support, part2
 2023-11-05 21:13 UTC  (5+ messages)
` [PATCH v1 09/14] DCE/DSE: inhibit .size directive for SHF_GROUP
` [PATCH v1 10/14] DCE/DSE: riscv: make every ex_table's name unique


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 read-only IMAP folder(s) and NNTP newsgroup(s).