messages from 2023-12-26 13:37:29 to 2024-01-02 20:26:06 UTC [more...]
[GIT PULL] KVM/riscv changes for 6.8 part #1
2024-01-02 20:25 UTC (3+ messages)
` "
linux-next: Tree for Jan 2 (riscv: exittext undef. references)
2024-01-02 18:07 UTC (2+ messages)
` linux-next: Tree for Jan 2 (riscv & KVM problem)
[PATCH v5 0/3] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
2023-12-27 2:54 UTC (4+ messages)
` [PATCH v5 1/3] clk: sophgo: Add CV1800 series clock controller driver
` [PATCH v5 2/3] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH v5 3/3] riscv: dts: sophgo: add uart clock "
[RFC 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
2023-12-27 11:03 UTC (12+ messages)
` [RFC 04/16] clk: starfive: Convert the word "jh71x0" to "starfive"
` [RFC 07/16] dt-bindings: clock: Add StarFive JH8100 North-West clock and reset generator
` [RFC 13/16] dt-bindings: clock: Add StarFive JH8100 Always-On "
` [RFC 16/16] riscv: dts: starfive: jh8100: Add clocks and resets nodes
[RFC v1 0/1] Enable SPCR table for console output on RISC-V
2024-01-02 15:39 UTC (3+ messages)
` [RFC v1 1/1] RISC-V: ACPI: "
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-02 15:35 UTC (23+ messages)
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
[PATCH] riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
2024-01-02 14:18 UTC
[PATCH] [PATCH] Update the size of auxv to respect the new constant added in e92f469b0771e6db9688a58c0e34a8342da6a6bc
2024-01-02 13:36 UTC
[PATCH V2 0/3] riscv: Add Zicbop & prefetchw support
2024-01-02 11:18 UTC (8+ messages)
` [PATCH V2 1/3] riscv: Add Zicbop instruction definitions & cpufeature
` [PATCH V2 2/3] riscv: Add ARCH_HAS_PRETCHW support with Zibop
` [PATCH V2 3/3] riscv: xchg: Prefetch the destination word for sc.w
[PATCH v3 0/3] Add missing port pins for RZ/Five SoC
2024-01-02 10:17 UTC (5+ messages)
` [PATCH v3 1/3] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
[RFC PATCH 00/13] RISC-V crypto with reworked asm files
2024-01-02 6:47 UTC (14+ messages)
` [RFC PATCH 01/13] riscv: Add support for kernel mode vector
` [RFC PATCH 02/13] riscv: vector: make Vector always available for softirq context
` [RFC PATCH 03/13] RISC-V: add helper function to read the vector VLEN
` [RFC PATCH 04/13] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
` [RFC PATCH 05/13] RISC-V: hook new crypto subdir into build-system
` [RFC PATCH 06/13] crypto: riscv - add vector crypto accelerated AES
` [RFC PATCH 07/13] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
` [RFC PATCH 08/13] crypto: riscv - add vector crypto accelerated ChaCha20
` [RFC PATCH 09/13] crypto: riscv - add vector crypto accelerated GHASH
` [RFC PATCH 10/13] crypto: riscv - add vector crypto accelerated SHA-{256,224}
` [RFC PATCH 11/13] crypto: riscv - add vector crypto accelerated SHA-{512,384}
` [RFC PATCH 12/13] crypto: riscv - add vector crypto accelerated SM3
` [RFC PATCH 13/13] crypto: riscv - add vector crypto accelerated SM4
[PATCH 00/13] mm/gup: Unify hugetlb, part 2
2024-01-02 6:30 UTC (9+ messages)
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()
An off-by-one error in auxv setup for RISC-V
2024-01-02 6:04 UTC
[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2024-01-02 5:16 UTC (4+ messages)
[PATCH 0/4] riscv: support fast gup
2024-01-02 3:25 UTC (11+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU
[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
2024-01-02 3:12 UTC (7+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics
` [PATCH 2/2] riscv: tlb: avoid tlb flushing if fullmm == 1
[RFC PATCH V1 00/11] riscv: Introduce 64K base page
2023-12-31 16:39 UTC (3+ messages)
` [RFC PATCH V1 01/11] mm: Fix misused APIs on huge pte
[PATCH v4 00/11] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-31 15:27 UTC (12+ messages)
` [PATCH v4 01/11] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 02/11] RISC-V: hook new crypto subdir into build-system
` [PATCH v4 03/11] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO in kconfig
` [PATCH v4 04/11] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH v4 05/11] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH v4 06/11] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH v4 07/11] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH v4 08/11] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH v4 09/11] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH v4 10/11] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH v4 11/11] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
[PATCH v7 1/4] riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520
2023-12-30 11:26 UTC (3+ messages)
[v2 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2023-12-30 8:10 UTC (18+ messages)
` [v2 01/10] RISC-V: Fix the typo in Scountovf CSR name
` [v2 02/10] RISC-V: Add FIRMWARE_READ_HI definition
` [v2 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v2 04/10] RISC-V: Add SBI PMU snapshot definitions
` [v2 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
` [v2 06/10] RISC-V: KVM: No need to update the counter value during reset
` [v2 07/10] RISC-V: KVM: No need to exit to the user space if perf event failed
` [v2 08/10] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [v2 09/10] RISC-V: KVM: Add perf sampling support for guests
` [v2 10/10] RISC-V: KVM: Support 64 bit firmware counters on RV32
[v9, 00/10] riscv: support kernel-mode Vector
2023-12-30 1:07 UTC (13+ messages)
` [v9, 01/10] riscv: Add support for kernel mode vector
` [v9, 02/10] riscv: vector: make Vector always available for softirq context
` [v9, 03/10] riscv: Add vector extension XOR implementation
` [v9, 04/10] riscv: sched: defer restoring Vector context for user
` [v9, 05/10] riscv: lib: vectorize copy_to_user/copy_from_user
` [v9, 06/10] riscv: fpu: drop SR_SD bit checking
` [v9, 07/10] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
` [v9, 08/10] riscv: vector: use a mask to write vstate_ctrl
` [v9, 09/10] riscv: vector: use kmem_cache to manage vector context
` [v9, 10/10] riscv: vector: allow kernel-mode Vector with preemption
[PATCH v4 00/13] RISC-V: Add steal-time support
2023-12-29 6:52 UTC (2+ messages)
[PATCH] riscv: add CALLER_ADDRx support
2023-12-29 6:34 UTC (2+ messages)
[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-12-29 3:46 UTC (25+ messages)
` [PATCH v13 09/21] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v13 10/21] PCI: microchip: Rename interrupt related functions
` [PATCH v13 11/21] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v13 12/21] PCI: microchip: Add request_event_irq() callback function
` [PATCH v13 14/21] PCI: microchip: Add get_events() callback and add PLDA get_event()
` [PATCH v13 15/21] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` [PATCH v13 19/21] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
[v1 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
2023-12-29 1:44 UTC (2+ messages)
[v1 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
2023-12-29 1:44 UTC (2+ messages)
[v1 04/10] RISC-V: Add SBI PMU snapshot definitions
2023-12-29 1:44 UTC (2+ messages)
[PATCH v4 02/13] RISC-V: Add SBI STA extension definitions
2023-12-29 0:16 UTC (2+ messages)
[PATCH v4 03/13] RISC-V: paravirt: Implement steal-time support
2023-12-29 0:16 UTC (2+ messages)
[PATCH v4 01/13] RISC-V: paravirt: Add skeleton for pv-time support
2023-12-29 0:16 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: add watchdog dt node for CV1800
2023-12-28 13:49 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: add timer dt node for CV1800
2023-12-28 13:47 UTC (3+ messages)
[RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
2023-12-28 13:08 UTC (3+ messages)
[PATCH 0/3] Add driver for Cadence SD6HC SD/eMMC controller
2023-12-28 6:53 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: sdhci-cadence6: add DT bindings documentation
` [PATCH 2/3] mmc: sdhci-cadence6: add Cadence SD6HC support
` [PATCH 3/3] riscv: dts: starfive: jh8100: Add SD/eMMC device tree nodes
[PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API
2023-12-28 6:20 UTC (21+ messages)
` [PATCH v2 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 06/14] lib/raid6: "
` [PATCH v2 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] x86: "
` [PATCH v2 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v2 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v2 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v2 14/14] selftests/fpu: Allow building on other architectures
[RFC PATCH 0/4] Introduce & Optimize compat-mode helpers
2023-12-28 3:10 UTC (10+ messages)
` [RFC PATCH 2/4] riscv: add compile-time test into is_compat_task()
` [RFC PATCH 3/4] riscv: Introduce is_compat_thread() into compat.h
[v8, 00/10] riscv: support kernel-mode Vector
2023-12-28 1:52 UTC (18+ messages)
` [v8, 01/10] riscv: Add support for kernel mode vector
` [v8, 04/10] riscv: sched: defer restoring Vector context for user
` [v8, 05/10] riscv: lib: vectorize copy_to_user/copy_from_user
` [v8, 06/10] riscv: lib: add vectorized mem* routines
` [v8, 10/10] riscv: vector: allow kernel-mode Vector with preemption
[PATCH] dt-bindings: riscv: cpus: Clarify mmu-type interpretation
2023-12-27 23:39 UTC (2+ messages)
[PATCH v14 0/5] riscv: Add fine-tuned checksum functions
2023-12-27 17:38 UTC (6+ messages)
` [PATCH v14 1/5] asm-generic: Improve csum_fold
` [PATCH v14 2/5] riscv: Add static key for misaligned accesses
` [PATCH v14 3/5] riscv: Add checksum header
` [PATCH v14 4/5] riscv: Add checksum library
` [PATCH v14 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
[PATCH v4 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
2023-12-27 10:41 UTC (4+ messages)
` [PATCH v4 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
[v3 0/6] DRM driver for verisilicon
2023-12-27 3:57 UTC (5+ messages)
` [v3 4/6] drm/vs: Add KMS crtc&plane
[PATCH 1/1] arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
2023-12-26 21:46 UTC
[PATCH] irqchip/sifive-plic: One function call less in __plic_init() after error detection
2023-12-26 20:42 UTC
[PATCH v6 0/4] Enable networking support for StarFive JH7100 SoC
2023-12-26 20:38 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).