messages from 2023-12-29 14:38:35 to 2024-01-04 04:00:51 UTC [more...]
[PATCH V12 00/14] riscv: Add Native/Paravirt qspinlock support
2024-01-04 4:00 UTC (3+ messages)
` [PATCH V12 03/14] riscv: errata: Move errata vendor func-id into vendorid_list.h
[PATCH V2 0/3] riscv: Add Zicbop & prefetchw support
2024-01-04 3:56 UTC (26+ 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
[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
2024-01-04 3:12 UTC (6+ messages)
` [RFC PATCH 1/6] dt-bindings: pinctrl: starfive: add JH8100 pinctrl bindings
[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
2024-01-03 22:40 UTC (2+ messages)
[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
2024-01-03 21:54 UTC (12+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics
` [PATCH 2/2] riscv: tlb: avoid tlb flushing if fullmm == 1
[PATCH V2] Translated the RISC-V architecture boot documentation
2024-01-03 21:34 UTC (3+ messages)
[PATCH v2 0/4] riscv: modules: Fix module loading error handling
2024-01-03 20:22 UTC (5+ messages)
` [PATCH v2 1/4] riscv: Fix module loading free order
` [PATCH v2 2/4] riscv: Correctly free relocation hashtable on error
` [PATCH v2 3/4] riscv: Fix relocation_hashtable size
` [PATCH v2 4/4] riscv: Convert relocation iterator to do-while
[PATCH] perf: RISC-V: Check standard event availability
2024-01-03 16:53 UTC
[PATCH v1 0/5] Rework & improve riscv cmpxchg.h and atomic.h
2024-01-03 16:34 UTC (7+ messages)
` [PATCH v1 1/5] riscv/cmpxchg: Deduplicate xchg() asm functions
` [PATCH v1 2/5] riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
` [PATCH v1 3/5] riscv/atomic.h : Deduplicate arch_atomic.*
` [PATCH v1 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
` [PATCH v1 5/5] riscv/cmpxchg: Implement xchg "
[PATCH v4 00/12] riscv: ASID-related and UP-related TLB flush enhancements
2024-01-03 15:04 UTC (17+ messages)
` [PATCH v4 01/12] riscv: Flush the instruction cache during SMP bringup
` [PATCH v4 02/12] riscv: Use IPIs for remote cache/TLB flushes by default
` [PATCH v4 03/12] riscv: mm: Broadcast kernel TLB flushes only when needed
` [PATCH v4 04/12] riscv: Only send remote fences when some other CPU is online
` [PATCH v4 05/12] riscv: mm: Combine the SMP and UP TLB flush code
` [PATCH v4 06/12] riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
` [PATCH v4 07/12] riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
` [PATCH v4 08/12] riscv: mm: Introduce cntx2asid/cntx2version helper macros
` [PATCH v4 09/12] riscv: mm: Use a fixed layout for the MM context ID
` [PATCH v4 10/12] riscv: mm: Make asid_bits a local variable
` [PATCH v4 11/12] riscv: mm: Preserve global TLB entries when switching contexts
` [PATCH v4 12/12] riscv: mm: Always use an ASID to flush mm contexts
[PATCH v1 0/5] riscv: Introduce compat-mode helpers & improve arch_get_mmap_end()
2024-01-03 16:00 UTC (6+ messages)
` [PATCH v1 1/5] riscv: Improve arch_get_mmap_end() macro
` [PATCH v1 2/5] riscv: Replace direct thread flag check with is_compat_task()
` [PATCH v1 3/5] riscv: add compile-time test into is_compat_task()
` [PATCH v1 4/5] riscv: Introduce is_compat_thread() into compat.h
` [PATCH v1 5/5] riscv: Introduce set_compat_task() in asm/compat.h
[RFC PATCH v5 5/5] riscv/cmpxchg: Implement xchg for variables of size 1 and 2
2024-01-03 15:31 UTC (5+ messages)
linux-next: Tree for Jan 2 (riscv: exittext undef. references)
2024-01-03 15:18 UTC (3+ messages)
` linux-next: Tree for Jan 2 (riscv & KVM problem)
` "
[PATCH] RISC-V: hwprobe: Check for the reserved flags
2024-01-03 15:08 UTC (3+ messages)
[RFC PATCH 00/13] RISC-V crypto with reworked asm files
2024-01-03 14:50 UTC (17+ 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 v2 00/14] Unified cross-architecture kernel-mode FPU API
2024-01-03 14:27 UTC (2+ messages)
[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
2024-01-03 13:28 UTC (9+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v2 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
` [PATCH v2 3/8] riscv: dts: thead: Add TH1520 pin control nodes
` [PATCH v2 4/8] riscv: dts: thead: Add TH1520 GPIO ranges
` [PATCH v2 5/8] riscv: dts: thead: Adjust TH1520 GPIO labels
` [PATCH v2 6/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names
` [PATCH v2 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v2 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs
[PATCH 00/36] Remove UCLINUX from LTP
2024-01-03 12:40 UTC (5+ messages)
[PATCH v10 0/4] StarFive's Pulse Width Modulation driver support
2024-01-03 12:22 UTC (4+ messages)
` [PATCH v10 2/4] pwm: opencores: Add PWM "
[PATCH] dt-bindings: riscv: Document cbop-block-size
2024-01-03 11:56 UTC (2+ messages)
[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
2024-01-03 11:14 UTC (15+ messages)
` [PATCH v2 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v2 02/13] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH v2 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH v2 04/13] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v2 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH v2 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH v2 07/13] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v2 08/13] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v2 09/13] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v2 10/13] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v2 11/13] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH v2 12/13] mm/gup: Handle hugepd for follow_page()
` [PATCH v2 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code
[PATCH] riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
2024-01-03 10:57 UTC (3+ messages)
[GIT PULL] KVM/riscv changes for 6.8 part #1
2024-01-02 20:25 UTC (3+ messages)
` "
[PATCH v5 0/3] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
2023-12-27 2:54 UTC (2+ messages)
` [PATCH v5 1/3] clk: sophgo: Add CV1800 series clock controller driver
[RFC 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
2023-12-26 5:38 UTC (2+ messages)
` [RFC 04/16] clk: starfive: Convert the word "jh71x0" to "starfive"
[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 (17+ messages)
` [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] [PATCH] Update the size of auxv to respect the new constant added in e92f469b0771e6db9688a58c0e34a8342da6a6bc
2024-01-02 13:36 UTC
[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
[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
[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 (6+ messages)
` [v9, 01/10] riscv: Add support for kernel mode vector
` [v9, 02/10] riscv: vector: make Vector always available for softirq context
` [v9, 10/10] riscv: vector: allow kernel-mode Vector with preemption
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).