messages from 2023-07-25 15:15:33 to 2023-07-28 12:01:29 UTC [more...]
[PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
2023-07-28 12:01 UTC (5+ messages)
[PATCH v2 0/3] Add SiFive Private L2 cache and PMU driver
2023-07-28 11:06 UTC (15+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller
` [PATCH v2 2/3] soc: sifive: Add SiFive private L2 cache driver
[PATCH v3 0/2] Unify uapi bitsperlong.h
2023-07-28 11:00 UTC (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
How to deal with openSBI reserved regions?
2023-07-28 10:52 UTC (3+ messages)
[PATCH v3 0/8] Add Sipeed Lichee Pi 4A RISC-V board support
2023-07-28 10:23 UTC (16+ messages)
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-07-28 9:57 UTC (11+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH 4/4] KVM: riscv: selftests: Add sstc_timer test
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-28 9:25 UTC (30+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH v5 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-07-28 9:02 UTC (5+ messages)
` [PATCH v5 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-07-28 8:48 UTC (19+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
[PATCH -next] i2c: microchip-corei2c: clean up redundant dev_err_probe()
2023-07-28 8:44 UTC (2+ messages)
[PATCH -next v2] spi: microchip-core: Clean up redundant dev_err_probe()
2023-07-28 8:05 UTC (2+ messages)
[PATCH -next] spi: microchip-core: Clean up redundant dev_err_probe()
2023-07-28 7:42 UTC (3+ messages)
[PATCH 0/3] riscv: Add BeagleV Ahead board support
2023-07-27 23:59 UTC (8+ messages)
` [PATCH 1/3] riscv: dts: thead: add BeagleV Ahead board device tree
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-07-27 21:40 UTC (3+ messages)
[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-27 21:29 UTC (7+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v7 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v7 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v7 4/4] RISC-V: mm: Document mmap changes
[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-27 21:26 UTC (5+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v8 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v8 4/4] RISC-V: mm: Document mmap changes
[PATCH v2 0/4] riscv: tlb flush improvements
2023-07-27 18:55 UTC (5+ messages)
` [PATCH v2 1/4] riscv: Improve flush_tlb()
` [PATCH v2 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v2 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v2 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH] riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
2023-07-27 16:03 UTC
[PATCH v2 7/8] PCI: microchip: Rename and refactor mc_pcie_enable_msi()
2023-07-27 15:27 UTC (3+ messages)
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-27 14:14 UTC (11+ messages)
` [PATCH v4 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v4 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-27 13:12 UTC (23+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 09/12] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v6 00/14] Linux RISC-V AIA Support
2023-07-27 8:41 UTC (3+ messages)
` [PATCH v6 04/14] irqchip/sifive-plic: Use platform driver probing for PLIC
[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
2023-07-27 8:08 UTC (3+ messages)
[PATCH v2] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-07-27 7:53 UTC (5+ messages)
[PATCH v1] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
2023-07-26 18:45 UTC (2+ messages)
[PATCH v2 0/3] riscv: Add BeagleV Ahead board support
2023-07-26 18:39 UTC (5+ messages)
` [PATCH v2 3/3] MAINTAINERS: add reviewer for T-Head RISC-V SoC support
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-26 18:27 UTC (8+ messages)
` [PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
` [PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
` [PATCH v2 3/3] riscv/kexec: load initrd high in available memory
more /proc/cpuinfo & extension support related woes
2023-07-26 17:53 UTC (10+ messages)
[PATCH 0/3] riscv: vdso.lds.S: some improvement
2023-07-26 17:30 UTC (4+ messages)
` [PATCH 1/3] riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
` [PATCH 2/3] riscv: vdso.lds.S: merge .data section into .rodata section
` [PATCH 3/3] riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
[PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
2023-07-26 17:29 UTC
[PATCH] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-07-26 16:55 UTC (7+ messages)
[PATCH v1 0/2] Add dma and tdm nodes for StarFive JH7110 SOC
2023-07-26 16:21 UTC (2+ messages)
[PATCH v3 0/2] Add SPI module for StarFive JH7110 SoC
2023-07-26 16:15 UTC (2+ messages)
` (subset) "
[dt-for-next v1 0/2] Add USB PHY and USB dts node for JH7110
2023-07-26 16:15 UTC (4+ messages)
` [dt-for-next v1 1/2] riscv: dts: starfive: Add USB and PCIe PHY nodes "
` [dt-for-next v1 2/2] riscv: dts: starfive: Add USB dts node "
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-26 14:34 UTC (3+ messages)
[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-26 14:02 UTC (7+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes
[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-26 17:50 UTC (5+ messages)
` [PATCH -next v9 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v9 2/2] docs: kdump: Update the crashkernel description for riscv
[PATCH -next v8 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-26 9:30 UTC (5+ messages)
[PATCH] RISC-V: Use GCC __builtin_prefetch() to implement prefetch()
2023-07-26 9:27 UTC (2+ messages)
[PATCH v4 0/7] Risc-V Kvm Smstateen
2023-07-26 8:43 UTC (8+ messages)
` [PATCH v4 1/7] RISC-V: Detect Smstateen extension
` [PATCH v4 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v4 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v4 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v4 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v4 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v4 7/7] RISCV: KVM: Add sstateen0 to ONE_REG
[PATCH] RISC-V: Use GCC __builtin_prefetch() to implement prefetch(). GCC's __builtin_prefetch() was introduced a long time ago, all supported GCC versions have it.So this patch is to use it for implementing the prefetch. RISC-V Cache Management Operation instructions has been supported by GCC last year.you can refer to https://github.com/gcc-mirror/gcc/commit/3df3ca9014f94fe4af07444fea19b4ab29ba8e73 It is worth noting that CPU based on RISC-V should support Zicbop extension. This has been already done on other architectures (see the commit: https://github.com/torvalds/linux/commit/0453fb3c528c5eb3483441a466b24a4cb409eec5)
2023-07-26 7:42 UTC
[PATCH 0/2] RISC-V: minor fixes to the QEMU workaround in ISA string parser
2023-07-26 6:56 UTC (4+ messages)
` [PATCH v2 0/1] RISC-V: clarification of the QEMU workaround in the ISA parser
` [PATCH v2 1/1] RISC-V: clarify the QEMU workaround in "
[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-26 1:17 UTC (5+ messages)
` [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code
[PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
2023-07-25 23:33 UTC (2+ messages)
Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
2023-07-25 21:52 UTC (10+ messages)
` [PATCH wq/for-6.5-fixes] workqueue: Drop the special locking rule for worker->flags and worker_pool->flags
[PATCH v1 3/3] riscv/purgatory: do not link with string.o
2023-07-25 20:04 UTC (3+ messages)
[PATCH RFC 0/4] RISC-V: Add basic eMMC support for BeagleV Ahead
2023-07-25 15:54 UTC (4+ messages)
` [PATCH RFC 4/4] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
[PATCH v3 0/7] Risc-V Kvm Smstateen
2023-07-25 15:43 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox