Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 13:24:02 to 2025-03-11 12:50:11 UTC [more...]

[PATCH v4 0/3] riscv: Add bfloat16 instruction support
 2025-03-11 12:34 UTC  (2+ messages)

[PATCH v2 0/4] riscv: iommu: Support Svnapot
 2025-03-11 12:25 UTC  (5+ messages)
` [PATCH v2 1/4] mm/gup: Add huge pte handling logic in follow_page_pte()
` [PATCH v2 2/4] iommu/riscv: Use pte_t to represent page table entry
` [PATCH v2 3/4] iommu/riscv: Introduce IOMMU page table lock
` [PATCH v2 4/4] iommu/riscv: Add support for Svnapot

Współpraca
 2025-03-11  8:50 UTC 

[PATCH 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-03-11  7:34 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: riscv: Add SiFive P550 CPU compatible
` [PATCH 02/10] riscv: Add Kconfig option for ESWIN platforms
` [PATCH 03/10] dt-bindings: vendor-prefixes: add eswin
` [PATCH 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board
` [PATCH 05/10] dt-bindings: cache: sifive,ccache0: Add ESWIN EIC7700 SoC compatibility
` [PATCH 06/10] cache: sifive_ccache: Add ESWIN EIC7700 support
` [PATCH 07/10] dt-bindings: interrupt-controller: Add ESWIN EIC7700 PLIC
` [PATCH 08/10] dt-bindings: timer: Add ESWIN EIC7700 CLINT
` [PATCH 09/10] riscv: dts: add initial support for EIC7700 SoC
` [PATCH 10/10] riscv: dts: eswin: add HiFive Premier P550 board device tree

[GIT PULL] RISC-V Sophgo Devicetrees for v6.15
 2025-03-11  7:15 UTC 

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-11  5:57 UTC  (20+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH] dt-bindings: timer: Add SiFive CLINT2
 2025-03-11  5:19 UTC 

[PATCH RFC] riscv: introduce asm/swab.h
 2025-03-10 22:03 UTC 

[PATCH v1 0/2] Consistently prioritize legacy events
 2025-03-10 19:55 UTC  (3+ messages)
` [PATCH v1 1/2] perf parse-events: Make legacy events always have priority over sysfs/json
` [PATCH v1 2/2] Revert "perf evsel: Add alternate_hw_config and use in evsel__match"

[PATCH v3 0/7] riscv: ftrace: atmoic patching and preempt improvements
 2025-03-10 19:09 UTC  (5+ messages)
` [PATCH v3 6/7] riscv: add a data fence for CMODX in the kernel mode
` [PATCH v3 7/7] riscv: ftrace: support PREEMPT

[PATCH v11 00/27] riscv control-flow integrity for usermode
 2025-03-10 14:52 UTC  (28+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-10 15:12 UTC  (18+ messages)
` [PATCH v3 01/17] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 04/17] riscv: misaligned: request misaligned exception from SBI
` [PATCH v3 05/17] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v3 06/17] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v3 07/17] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v3 08/17] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v3 09/17] riscv: misaligned: factorize trap handling
` [PATCH v3 10/17] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v3 11/17] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v3 12/17] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v3 13/17] selftests: riscv: add misaligned access testing
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v3 15/17] RISC-V: KVM: add SBI extension reset callback
` [PATCH v3 16/17] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v3 17/17] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH net-next 1/7] net: stmmac: allow platforms to use PHY tx clock stop capability
 2025-03-10 16:37 UTC  (9+ messages)
` [PATCH net-next 2/7] net: stmmac: starfive: use PHY capability for TX clock stop
` [PATCH net-next 3/7] net: stmmac: stm32: "
` [PATCH net-next 4/7] riscv: dts: starfive: remove "snps,en-tx-lpi-clockgating" property
` [PATCH net-next 5/7] ARM: dts: stm32: "
` [PATCH net-next 6/7] dt-bindings: deprecate "
` [PATCH net-next 7/7] net: stmmac: "

[PATCH v1 0/4] riscv: iommu: Support Svnapot
 2025-03-10 13:22 UTC  (5+ messages)
` [PATCH 1/4] mm/gup: Handle huge pte for follow_page_pte()
` [PATCH 2/4] iommu/riscv: Use pte_t to represent page table entry
` [PATCH 3/4] iommu/riscv: Introduce IOMMU page table lock
` [PATCH 4/4] iommu/riscv: Add support for Svnapot

[PATCH 0/4] RISC-V CRC optimizations
 2025-03-10 12:44 UTC  (7+ messages)

[RFC 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-10  9:59 UTC  (3+ messages)
` [RFC 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [RFC 2/2] arm64/ptdump: Replace u64 with pteval_t

[PATCH v5 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-10  9:58 UTC  (9+ messages)
` [PATCH v5 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v5 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH v8] riscv: Add runtime constant support
 2025-03-10  9:40 UTC  (2+ messages)

Pytanie o ofertę
 2025-03-10  9:06 UTC 

[PATCH v7 0/5] TH1520 SoC: Add AON firmware & power-domain support
 2025-03-10  9:02 UTC  (6+ messages)
  ` [PATCH v7 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node
  ` [PATCH v7 2/5] firmware: thead: Add AON firmware protocol driver
  ` [PATCH v7 3/5] dt-bindings: power: Add TH1520 SoC power domains
  ` [PATCH v7 4/5] pmdomain: thead: Add power-domain driver for TH1520
  ` [PATCH v7 5/5] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs

[GIT PULL] RISC-V Sophgo SG2044 clock drivers for v6.15
 2025-03-10  7:34 UTC 

[PATCH v3 08/23] iommu/vtd: Use virt_to_phys()
 2025-03-10  2:21 UTC  (2+ messages)

[PATCH 0/3] Drop explicit --hash-style= setting for new
 2025-03-10  2:13 UTC  (3+ messages)
` Ping: "

[PATCH net-next v7 0/4] riscv: sophgo: Add ethernet support for SG2044
 2025-03-08  3:40 UTC  (9+ messages)
` [PATCH net-next v7 1/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH net-next v7 2/4] net: stmmac: platform: Group GMAC4 compatible check
` [PATCH net-next v7 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH net-next v7 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH v5 00/11] perf: Support multiple system call tables in the build
 2025-03-08  0:32 UTC  (12+ messages)
` [PATCH v5 01/11] perf dso: Move libunwind dso_data variables into ifdef
` [PATCH v5 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v5 03/11] perf syscalltbl: Remove syscall_table.h
` [PATCH v5 04/11] perf trace: Reorganize syscalls
` [PATCH v5 05/11] perf syscalltbl: Remove struct syscalltbl
` [PATCH v5 06/11] perf dso: Add support for reading the e_machine type for a dso
` [PATCH v5 07/11] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v5 08/11] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v5 09/11] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v5 10/11] perf build: Remove Makefile.syscalls
` [PATCH v5 11/11] perf syscalltbl: Mask off ABI type for MIPS system calls

[PATCH v5] cpuidle: Init cpuidle only for present CPUs
 2025-03-07 14:55 UTC 

[PATCH v6 0/2] riscv: spacemit: add i2c support to K1 SoC
 2025-03-07 13:13 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: spacemit: add support for "
` [PATCH v6 2/2] i2c: spacemit: add support for SpacemiT "

[PATCH] riscv: add Andes SoC family Kconfig support
 2025-03-07 10:36 UTC  (3+ messages)

[PATCH v4] cpuidle: Init cpuidle only for present CPUs
 2025-03-07 10:26 UTC  (7+ messages)

[RESEND PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
 2025-03-07  9:19 UTC  (4+ messages)

[resend PATCH] riscv: fix memory leakage in process_accumulated_relocations
 2025-03-07  9:08 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-03-07  8:28 UTC  (2+ messages)

[PATCH v5 0/5] Add clock controller support for SpacemiT K1
 2025-03-07  8:26 UTC  (17+ messages)
` [PATCH v5 1/5] dt-bindings: soc: spacemit: Add spacemit,k1-syscon
` [PATCH v5 2/5] dt-bindings: clock: spacemit: Add spacemit,k1-pll
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC
` [PATCH v5 4/5] clk: spacemit: k1: Add TWSI8 bus and function clocks
` [PATCH v5 5/5] riscv: dts: spacemit: Add clock tree for Spacemit K1

[PATCH v4 00/11] perf: Support multiple system call tables in the build
 2025-03-07  5:30 UTC  (6+ messages)
` [PATCH v4 02/11] perf dso: kernel-doc for enum dso_binary_type
` [PATCH v4 06/11] perf dso: Add support for reading the e_machine type for a dso

[PATCH RFC 0/2] soc: spacemit: add sdhci support to K1 SoC
 2025-03-07  1:28 UTC  (4+ messages)
` [PATCH RFC 2/2] mmc: sdhci-of-k1: add support for SpacemiT "

[PATCH net-next v6 0/4] riscv: sophgo: Add ethernet support for SG2044
 2025-03-07  1:20 UTC  (4+ messages)

[PATCH RESEND v5 0/2] riscv: spacemit: add i2c support to K1 SoC
 2025-03-06 20:30 UTC  (5+ messages)
` [PATCH RESEND v5 2/2] i2c: spacemit: add support for SpacemiT "

[PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c
 2025-03-06 19:49 UTC 

[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
 2025-03-06 19:19 UTC  (3+ messages)
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-03-06 16:43 UTC  (4+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (8+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API

[PATCH v1 2/5] firmware: thead: Add AON firmware protocol driver
 2025-03-06 13:15 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