Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-15 13:14:35 to 2024-01-19 14:54:58 UTC [more...]

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-01-19 14:52 UTC  (8+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 07/14] arm64, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH v2 10/14] sh, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 13/14] riscv, "

[PATCH v1 0/2] Add camera subsystem for StarFive
 2024-01-19 13:58 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: media: starfive: Match driver and yaml property names
    ` 回复: "
` [PATCH v1 2/2] riscv: dts: starfive: jh7110: Add camera subsystem nodes

[GIT PULL] RISC-V Patches for the 6.8 Merge Window, Part 2
 2024-01-19 13:53 UTC 

[PATCH v6 0/5] RISC-V SBI debug console extension support
 2024-01-19 11:34 UTC  (6+ messages)
` [PATCH v6 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v6 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v6 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v6 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v6 5/5] RISC-V: Enable SBI based earlycon support

[PATCH V2] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2024-01-19 10:34 UTC  (2+ messages)

Current status of RISC-V init_cache_level()
 2024-01-19 10:13 UTC  (6+ messages)
  ` [External] "

[PATCH v5 0/5] RISC-V SBI debug console extension support
 2024-01-19 10:09 UTC  (3+ messages)

[PATCH v2] riscv: lib: Check if output in asm goto supported
 2024-01-19  9:41 UTC  (2+ messages)

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2024-01-19  9:26 UTC  (8+ messages)
          ` Fwd: "

[PATCH] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-19  8:50 UTC  (8+ messages)

[PATCH v8 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-01-19  8:05 UTC  (6+ messages)
` [PATCH v8 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v8 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl

[GIT PULL] KVM/riscv changes for 6.8 part #2
 2024-01-19  5:33 UTC 

[PATCH -fixes v2] RISC-V: KVM: Require HAVE_KVM
 2024-01-19  3:12 UTC  (4+ messages)

riscv/for-next build: 8 builds: 0 failed, 8 passed (riscv-for-linus-6.8-mw1-65-g4525462dd0db9)
 2024-01-19  2:08 UTC 

[PATCH] riscv: lib: Support csum on GCC <11
 2024-01-18 22:38 UTC  (4+ messages)

[PATCH] riscv: Fix build error on rv32 + XIP
 2024-01-18 21:27 UTC  (2+ messages)

linux-next: Tree for Jan 18 (arch/riscv/mm/init.c)
 2024-01-18 21:24 UTC  (2+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-01-18 21:10 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

riscv/for-next build: 9 builds: 5 failed, 4 passed, 5 errors, 10 warnings (riscv-for-linus-6.8-mw1-63-g080c4324fa5e8)
 2024-01-18 16:18 UTC 

[PATCH v1 0/2] RISC-V: enable rust
 2024-01-18 16:09 UTC  (8+ messages)

[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
 2024-01-18 15:15 UTC  (24+ messages)
` [PATCH v2 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [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 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 00/15] KVM RISC-V report more ISA extensions through ONE_REG
 2024-01-18 12:44 UTC  (24+ messages)
` [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
` [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
` [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
` [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
` [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
` [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
` [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
` [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
` [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
` [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
` [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test

[PATCH] init: refactor the generic cpu_to_node for NUMA
 2024-01-18  9:43 UTC  (3+ messages)

[PATCH v3 -next 0/3] RISC-V: ACPI: Add LPI support
 2024-01-18  6:29 UTC  (4+ messages)
` [PATCH v3 -next 1/3] cpuidle: RISC-V: Move few functions to arch/riscv
` [PATCH v3 -next 2/3] ACPI: RISC-V: Add LPI driver
` [PATCH v3 -next 3/3] ACPI: Enable ACPI_PROCESSOR for RISC-V

[PATCH v8 0/5] riscv: sophgo: add clock support for sg2042
 2024-01-18  5:29 UTC  (13+ messages)
` [PATCH v8 1/5] dt-bindings: clock: sophgo: add sysclk for SG2042
` [PATCH v8 2/5] dt-bindings: soc: sophgo: Add Sophgo system control module
` [PATCH v8 3/5] dt-bindings: clock: sophgo: add clkgen for SG2042
` [PATCH v8 4/5] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v8 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC

riscv/for-next build: 8 builds: 0 failed, 8 passed (riscv-for-linus-6.8-mw1-43-ga894e8ed09c6c)
 2024-01-18  5:13 UTC 

[PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
 2024-01-18  2:11 UTC  (2+ messages)

[PATCH 0/2] riscv: sophgo: add pinctrl support for cv1800b
 2024-01-18  1:23 UTC  (3+ messages)

[PATCH] riscv: add CALLER_ADDRx support
 2024-01-18  0:50 UTC  (4+ messages)

[PATCH v7 00/16] Support Andes PMU extension
 2024-01-17 23:10 UTC  (11+ messages)
` [PATCH v7 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework

[PATCH 0/2] riscv: Increase mmap_rnd_bits_max on Sv48/57
 2024-01-17 20:29 UTC  (3+ messages)

[GIT PULL] RISC-V Patches for the 6.8 Merge Window, Part 1
 2024-01-17 20:03 UTC  (2+ messages)

[PATCH -fixes 0/2] svnapot fixes
 2024-01-17 19:57 UTC  (3+ messages)
` [PATCH 1/2] riscv: Fix set_huge_pte_at() for NAPOT mapping
` [PATCH 2/2] riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled

[v6 PATCH] riscv: mm: execute local TLB flush after populating vmemmap
 2024-01-17 14:03 UTC 

[PATCH] RISC-V: selftests: cbo: Ensure asm operands match constraints
 2024-01-17 13:09 UTC 

[PATCH v6 0/3] riscv: rtc: sophgo: add mfd and rtc support for CV1800
 2024-01-17 12:59 UTC  (20+ messages)
` [PATCH v6 1/3] dt-bindings: rtc: sophgo: add RTC support for Sophgo CV1800 series SoC
` [PATCH v6 2/3] rtc: sophgo: add rtc support for Sophgo CV1800 SoC
` [PATCH v6 3/3] riscv: dts: sophgo: add rtc dt node for CV1800

[PATCH] RISC-V: selftests: fix cbo.c compilation error
 2024-01-17  9:34 UTC  (3+ messages)
  ` [External] "

[v6 0/3] Change PWM-controlled LED pin active mode and algorithm
 2024-01-17  6:37 UTC  (7+ messages)
` [v6 1/3] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [v6 2/3] pwm: sifive: change the PWM controlled LED algorithm
` [v6 3/3] pwm: sifive: Fix the error in the idempotent test within the pwm_apply_state_debug function

[PATCH v5] riscv: mm: execute local TLB flush after populating vmemmap
 2024-01-17  6:36 UTC  (3+ messages)

[PATCH v6 0/4] riscv: sophgo: add clock support for Sophgo CV1800/SG2000 SoCs
 2024-01-16 17:24 UTC  (8+ messages)
` [PATCH v6 1/4] dt-bindings: clock: sophgo: Add clock controller of SG2000 series SoC
` [PATCH v6 2/4] clk: sophgo: Add CV1800/SG2000 series clock controller driver

[PATCH v4 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
 2024-01-13 14:59 UTC  (2+ messages)

[PATCH v1 1/5] riscv/cmpxchg: Deduplicate xchg() asm functions
 2024-01-16 19:27 UTC  (3+ messages)

[PATCH v7 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-01-16 18:45 UTC  (4+ messages)
` [PATCH v7 1/2] riscv: Include riscv_set_icache_flush_ctx prctl

[PATCH] riscv: Optimize crc32 with Zbc extension
 2024-01-16 17:15 UTC  (3+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-01-16 14:21 UTC  (4+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[v11, 00/10] riscv: support kernel-mode Vector
 2024-01-16 13:45 UTC  (5+ messages)

[PATCH v2] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2024-01-16  9:07 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-16  9:05 UTC  (4+ messages)

Zamówienie na klimatyzatory postojowe
 2024-01-16  8:31 UTC 

[PATCH AUTOSEL 5.15 01/11] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 6.1 01/14] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:06 UTC 

[PATCH AUTOSEL 6.6 02/19] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:04 UTC 

[PATCH AUTOSEL 6.7 02/21] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:03 UTC 

[PATCH AUTOSEL 6.6 3/6] sched/topology: Add a new arch_scale_freq_ref() method
 2024-01-16  0:08 UTC 

[PATCH AUTOSEL 6.7 4/8] sched/topology: Add a new arch_scale_freq_ref() method
 2024-01-16  0:08 UTC 

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-01-15 17:36 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings

[PATCH v2 0/2] riscv: enable lockless lockref implementation
 2024-01-15 15:39 UTC  (2+ messages)

[PATCH v2 -next 0/3] RISC-V: ACPI: Add LPI support
 2024-01-15 15:25 UTC  (5+ messages)
` [PATCH v2 -next 1/3] cpuidle: RISC-V: Move few functions to arch/riscv
` [PATCH v2 -next 2/3] ACPI: RISC-V: Add LPI driver

[PATCH 00/36] Remove UCLINUX from LTP
 2024-01-15 14:22 UTC  (12+ messages)
` Call for nommu LTP maintainer [was: Re: [PATCH 00/36] Remove UCLINUX from LTP]
        ` [Automated-testing] "
                  ` [Buildroot] "

[PATCH v5 0/4] Add missing port pins for RZ/Five SoC
 2024-01-15 14:07 UTC  (3+ messages)
` [PATCH v5 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH RFC 0/3] clk: thead: add support for T-HEAD TH1520 AP clock controller
 2024-01-15 13:13 UTC  (3+ messages)
` [PATCH RFC 2/3] dt-bindings: clock: Document T-Head "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox