Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 16:37:21 to 2024-03-25 17:16:05 UTC [more...]

[PATCH bpf-next v2 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-25 17:15 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v2 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction

[PATCH] riscv: deprecate CONFIG_MMU=n
 2024-03-25 16:59 UTC  (5+ messages)

[PATCH 0/5] riscv: improve nommu and timer-clint
 2024-03-25 16:50 UTC  (7+ messages)
` [PATCH 1/5] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH 2/5] riscv: nommu: use CSR_TIME* for get_cycles* implementation
` [PATCH 3/5] clocksource/drivers/timer-clint: Remove clint_time_val
` [PATCH 4/5] clocksource/drivers/timer-clint: Use get_cycles()
` [PATCH 5/5] clocksource/drivers/timer-clint: Add T-Head C9xx clint support

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-25 16:39 UTC  (11+ messages)

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-03-25  2:13 UTC  (3+ messages)

[PATCH v3 0/1] Add StarFive JH8100 dwmac support
 2024-03-25 16:22 UTC  (3+ messages)
` [PATCH v3 1/1] dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support

[PATCH bpf] riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
 2024-03-25 15:27 UTC  (4+ messages)

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-03-25 14:56 UTC  (26+ messages)
` [PATCH v3 01/12] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v3 02/12] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH v3 03/12] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v3 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH v3 05/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH v3 06/12] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v3 07/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v3 08/12] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v3 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v3 10/12] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH v3 11/12] mm/gup: Handle hugepd for follow_page()
` [PATCH v3 12/12] mm/gup: Handle hugetlb in the generic follow_page_mask code

[RFC PATCH] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
 2024-03-25 12:50 UTC  (16+ messages)

[PATCH v3 RESEND 0/2] riscv: enable lockless lockref implementation
 2024-03-25 11:10 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] riscv: select ARCH_USE_CMPXCHG_LOCKREF
` [PATCH v3 RESEND 2/2] riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}

[PATCH v3 RESEND] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2024-03-25 11:00 UTC 

[PATCH v3 RESEND] riscv: select ARCH_HAS_FAST_MULTIPLIER
 2024-03-25 10:58 UTC 

[PATCH v6 00/11] riscv: add initial support for Canaan Kendryte K230
 2024-03-25 11:10 UTC  (20+ messages)
` [PATCH v6 01/11] dt-bindings: riscv: Add T-HEAD C908 compatible
` [PATCH v6 02/11] dt-bindings: add Canaan K230 boards compatible strings
` [PATCH v6 03/11] dt-bindings: timer: Add Canaan K230 CLINT
` [PATCH v6 04/11] dt-bindings: interrupt-controller: Add Canaan K230 PLIC
` [PATCH v6 05/11] riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210
` [PATCH v6 06/11] soc: canaan: Deprecate SOC_CANAAN and use SOC_CANAAN_K210 for K210
` [PATCH v6 07/11] clk: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210
` [PATCH v6 08/11] pinctrl: "
` [PATCH v6 09/11] reset: "
` [PATCH v6 10/11] riscv: dts: add initial canmv-k230 and k230-evb dts
` [PATCH v6 11/11] riscv: config: enable ARCH_CANAAN in defconfig

[PATCH v2 RESEND] riscv: mm: implement pgprot_nx
 2024-03-25 10:54 UTC 

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-03-25  9:48 UTC  (4+ messages)
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting code out from crash_core.c

[PATCH][next] RISC-V: KVM: Remove second semicolon
 2024-03-25  8:47 UTC  (2+ messages)

[PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
 2024-03-25  8:45 UTC  (2+ messages)

[PATCH] riscv: Fix spurious errors from __get/put_kernel_nofault
 2024-03-25  7:42 UTC  (2+ messages)

riscv/fixes build: 8 builds: 0 failed, 8 passed (v6.9-rc1)
 2024-03-25  5:35 UTC 

riscv/for-next build: 8 builds: 0 failed, 8 passed (v6.9-rc1)
 2024-03-25  5:04 UTC 

[GIT PULL] RISC-V Patches for the 6.9 Merge Window
 2024-03-25  4:59 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: Setup proper info for SOPHGO vendor support
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH] irqchip/riscv-intc: Fix use of AIA IRQs 32-63 on riscv32
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH] cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback()
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH v3 0/4] riscv: sophgo: add reset support for SG2042
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH] riscv: Improve sbi_ecall() code generation by reordering arguments
 2024-03-25  3:59 UTC  (5+ messages)
    ` [External] "

[PATCH v2] arch/riscv: Enable kprobes when CONFIG_MODULES=n
 2024-03-25  3:58 UTC  (6+ messages)

[PATCH v2] riscv: dts: sophgo: add watchdog dt node for CV1800
 2024-03-25  0:58 UTC  (2+ messages)

[PATCH v8 4/4] riscv: dts: thead: Enable LicheePi 4A eMMC and microSD
 2024-03-24 14:38 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-24  2:39 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction

[RFC PATCH 0/9] riscv: Userspace pointer masking and tagged address ABI
 2024-03-23 20:37 UTC  (17+ messages)
` [RFC PATCH 5/9] riscv: Split per-CPU and per-thread envcfg bits
  ` [RISC-V] [tech-j-ext] "
` [RFC PATCH 9/9] selftests: riscv: Add a pointer masking test

[PATCH] RISC-V: only flush icache when it has VM_EXEC set
 2024-03-23 12:39 UTC  (4+ messages)

[PATCH] riscv: merge two if-blocks for KBUILD_IMAGE
 2024-03-23 11:35 UTC 

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-23  9:20 UTC  (3+ messages)
` [PATCH 34/64] i2c: microchip-corei2c: reword "

[PATCH] export.h: remove include/asm-generic/export.h
 2024-03-23  9:06 UTC 

[PATCH bpf v2] bpf: verifier: reject addr_space_cast insn without arena
 2024-03-23  3:50 UTC  (2+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (4+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH] scripts/package: buildtar: Output as vmlinuz for riscv
 2024-03-22 17:13 UTC  (3+ messages)

[PATCH] irqchip/sifive-plic: Fix error handling of of_property_read_u32
 2024-03-22 17:08 UTC  (2+ messages)

[PATCH bpf] bpf: verifier: fix NULL pointer dereference in do_misc_fixups()
 2024-03-22 15:37 UTC  (2+ messages)

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-03-22 14:06 UTC  (2+ messages)

[PATCH] RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2
 2024-03-22 13:47 UTC 

[PATCH 0/2] KVM RISC-V APLIC fixes
 2024-03-22 11:50 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
` [PATCH 2/2] RISC-V: KVM: Fix APLIC in_clrip[x] read emulation

[RFC v3 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2024-03-22  9:36 UTC  (9+ messages)
` [RFC v3 01/16] reset: starfive: Rename file name "jh71x0" to "common"
` [RFC v3 02/16] reset: starfive: Convert the word "jh71x0" to "starfive"
` [RFC v3 03/16] clk: starfive: Rename file name "jh71x0" to "common"
` [RFC v3 04/16] clk: starfive: Convert the word "jh71x0" to "starfive"

[PATCH v2] riscv: Add tracepoints for SBI calls and returns
 2024-03-22  9:27 UTC  (2+ messages)

[PATCH] RISC-V: selftests: cbo: Use exported __cpu_to_le32() with uapi header
 2024-03-22  8:40 UTC  (3+ messages)

[PATCH 0/4] Add StarFive's StarLink-500 Cache Controller
 2024-03-22  6:16 UTC  (4+ messages)

[PATCH] riscv: Do not save the scratch CSR during suspend
 2024-03-21 23:51 UTC  (3+ messages)

[PATCH RFC v2 riscv/for-next 0/5] Enable ftrace with kernel preemption for RISC-V
 2024-03-21 11:02 UTC  (17+ messages)

riscv/for-next build: 8 builds: 0 failed, 8 passed, 2 warnings (riscv-for-linus-6.9-mw1-50-ga9ad73295cc1e)
 2024-03-21  5:59 UTC 

[PATCH v1 -next 0/3] RISC-V: ACPI: Enable CPPC based cpufreq support
 2024-03-21  5:49 UTC  (7+ messages)

[PATCH v5 0/7] riscv: add initial support for Canaan Kendryte K230
 2024-03-21  2:33 UTC  (8+ messages)
` [PATCH v5 5/7] riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210

[PATCH] riscv: Fix syscall wrapper for >word-size arguments
 2024-03-21  1:50 UTC  (2+ messages)

riscv/for-next build: 8 builds: 0 failed, 8 passed, 2 warnings (riscv-for-linus-6.9-mw1-49-geeb7a8933e71)
 2024-03-20 23:41 UTC 

[PATCH] riscv: Only flush the mm icache when setting an exec pte
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v1 0/5] riscv: Introduce compat-mode helpers & improve arch_get_mmap_end()
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH] riscv: Use kcalloc() instead of kzalloc()
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH riscv/for-next] crypto: riscv - parallelize AES-CBC decryption
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH riscv/for-next] crypto: riscv - add vector crypto accelerated AES-CBC-CTS
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v3 -next 0/3] RISC-V: ACPI: Add LPI support
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v6 0/4] riscv/barrier: tidying up barrier-related macro
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH V2] riscv: vector: Fix a typo of preempt_v
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-03-20 20:50 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).