messages from 2023-07-24 12:52:00 to 2023-07-26 10:07:29 UTC [more...]
[dt-for-next v1 0/2] Add USB PHY and USB dts node for JH7110
2023-07-26 10:06 UTC (3+ 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 v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-26 9:54 UTC (4+ 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
[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-26 17:50 UTC (3+ 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 (7+ messages)
` [PATCH -next v8 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v8 2/2] docs: kdump: Update the crashkernel description for riscv
[PATCH] RISC-V: Use GCC __builtin_prefetch() to implement prefetch()
2023-07-26 9:27 UTC (2+ messages)
more /proc/cpuinfo & extension support related woes
2023-07-26 9:04 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 00/13] Linux RISC-V IOMMU Support
2023-07-26 4:26 UTC (11+ messages)
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table support
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-26 4:06 UTC (7+ messages)
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-26 1:51 UTC (14+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [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 v2 0/3] riscv: Add BeagleV Ahead board support
2023-07-26 1:38 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: Add BeagleV Ahead board compatibles
` [PATCH v2 2/3] riscv: dts: thead: add BeagleV Ahead board device tree
` [PATCH v2 3/3] MAINTAINERS: add reviewer for T-Head RISC-V SoC support
[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-26 1:17 UTC (17+ messages)
` [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
` [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-25 23:33 UTC (34+ messages)
` [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 13/31] x86: "
` [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 17/31] arm: "
` [PATCH mm-unstable v7 18/31] arm64: "
` [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 20/31] hexagon: "
` [PATCH mm-unstable v7 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v7 22/31] m68k: "
` [PATCH mm-unstable v7 23/31] mips: "
` [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 25/31] openrisc: "
` [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v7 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-07-25 22:17 UTC (4+ 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 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-07-25 20:46 UTC (2+ messages)
[PATCH v1 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-25 20:04 UTC (7+ messages)
` [PATCH v1 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
` [PATCH v1 2/3] riscv/kexec: handle R_RISCV_ADD16 and R_RISCV_SUB16 relocation types
` [PATCH v1 3/3] riscv/purgatory: do not link with string.o
[PATCH RFC 0/4] RISC-V: Add basic eMMC support for BeagleV Ahead
2023-07-25 15:54 UTC (8+ messages)
` [PATCH RFC 1/4] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 compatible
` [PATCH RFC 2/4] riscv: dts: thead: Add TH1520 mmc controller and sdhci clock
` [PATCH RFC 3/4] riscv: dts: thead: Enable BeagleV Ahead eMMC controller
` [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 (13+ messages)
` [PATCH v3 1/7] RISC-V: Detect Smstateen extension
` [PATCH v3 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v3 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v3 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v3 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v3 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v3 7/7] RISCV: KVM: Add sstateen0 to ONE_REG
[PATCH v3 0/8] Add Sipeed Lichee Pi 4A RISC-V board support
2023-07-25 14:58 UTC (7+ messages)
[PATCH v6 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-25 14:19 UTC (3+ messages)
` [PATCH v6 2/3] Documentation: riscv: Add early boot document
` [PATCH v6 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
[PATCH -fixes] riscv: Implement flush_cache_vmap()
2023-07-25 13:22 UTC
[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
2023-07-25 11:23 UTC (5+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
[PATCH v3 0/4] gpio: sifive: Module support
2023-07-25 10:01 UTC (7+ messages)
` [PATCH v3 1/4] gpio: sifive: Directly use the device's fwnode
` [PATCH v3 2/4] gpio: sifive: Look up IRQs only once during probe
` [PATCH v3 3/4] gpio: sifive: Get the parent IRQ's domain from its irq_data
` [PATCH v3 4/4] gpio: sifive: Allow building the driver as a module
[PATCH] riscv: optimize ELF relocation function in riscv
2023-07-25 9:32 UTC (4+ messages)
` 回复:[PATCH] "
[PATCH v1 0/5] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-07-25 8:27 UTC (7+ messages)
` [PATCH v1 1/5] ASoC: dt-bindings: Add StarFive JH7110 dummy PWM-DAC transmitter
[PATCH] riscv: remove redundant mv instructions
2023-07-25 8:01 UTC (2+ messages)
[-next v1 0/1] Add StarFive Visionfive 2 v1.3B gmac phy configuration
2023-07-25 7:47 UTC (4+ messages)
` [-next v1 1/1] riscv: dts: starfive: visionfive 2: Add "
[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-07-25 7:48 UTC (5+ messages)
` [RESEND PATCH -fixes 2/2] Documentation: kdump: Add va_kernel_pa_offset for RISCV64
[PATCH v5 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-25 7:35 UTC (4+ messages)
` [PATCH v5 2/3] Documentation: riscv: Add early boot document
[PATCH v6 0/5] riscv: Introduce KASLR
2023-07-25 7:11 UTC (9+ messages)
` [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
[PATCH] riscv: Fix local irq restore when flags indicates irq disabled
2023-07-25 7:05 UTC
[PATCH] riscv: Fix local irq restore when flags indicates irq disabled
2023-07-25 6:25 UTC (4+ messages)
[PATCH v2 2/2] clk: sifive: Allow building the driver as a module
2023-07-25 0:42 UTC
[PATCH 2/2] clk: sifive: Allow building the driver as a module
2023-07-25 0:19 UTC (3+ messages)
[PATCH] riscv: dts: change TH1520 files to dual license
2023-07-24 18:33 UTC (2+ messages)
[PATCH v3 0/2] Add SPI module for StarFive JH7110 SoC
2023-07-24 18:28 UTC (2+ messages)
` (subset) "
[PATCH v2 0/3] Add SPI module for StarFive JH7110 SoC
2023-07-24 18:28 UTC (2+ messages)
` (subset) "
[PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
2023-07-24 17:03 UTC (6+ messages)
[v2, 0/5] riscv: support kernel-mode Vector
2023-07-24 16:26 UTC (8+ messages)
` [v2, 2/5] riscv: Add support for kernel mode vector
` [v2, 5/5] riscv: vector: allow kernel-mode Vector with preemption
[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
2023-07-24 12:46 UTC (6+ messages)
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests
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