Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-21 06:37:12 to 2025-03-25 13:53:49 UTC [more...]

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-25 13:17 UTC  (37+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-03-25 12:36 UTC  (12+ messages)
` [PATCH v5 1/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH v5 2/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH v5 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH v5 4/9] mm: Use common set_huge_pte_at() "
` [PATCH v5 5/9] mm: Use common huge_pte_clear() "
` [PATCH v5 6/9] mm: Use common huge_ptep_get_and_clear() "
` [PATCH v5 7/9] mm: Use common huge_ptep_set_access_flags() "
` [PATCH v5 8/9] mm: Use common huge_ptep_set_wrprotect() "
` [PATCH v5 9/9] mm: Use common huge_ptep_clear_flush() "

[PATCH] serial: sifive: Switch to nbcon console
 2025-03-25 11:01 UTC  (3+ messages)

[PATCH v7 0/4] riscv: spacemit: add gpio support for K1 SoC
 2025-03-25 10:00 UTC  (3+ messages)
` [PATCH v7 2/4] gpio: spacemit: add "

[PATCH v2] riscv: print hartid on bringup
 2025-03-25  9:59 UTC  (2+ messages)

[PATCH V5] raid6: Add RISC-V SIMD syndrome and recovery calculations
 2025-03-25  9:54 UTC  (3+ messages)

[PATCH v2 0/2] gpio: irq: support describing three-cell interrupts
 2025-03-25  9:51 UTC  (4+ messages)
` [PATCH v2 1/2] irqdomain: support three-cell scheme interrupts

[PATCH] riscv: traps: handle uprobe event in software-check exception
 2025-03-25  9:42 UTC  (2+ messages)

[PATCH v3] riscv: Fix the PAUSE Opcode for MIPS P8700
 2025-03-25  9:12 UTC  (4+ messages)

[PATCH v2] riscv: Use Zalrsc extension to implement atomic functions
 2025-03-25  8:58 UTC  (5+ messages)

[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-03-25  8:13 UTC  (12+ messages)
` [RFC PATCH v2 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC
` [RFC PATCH v2 2/9] dt-bindings: soc: microchip: document the simple-mfd "
` [RFC PATCH v2 3/9] soc: microchip: add mfd drivers for two syscon regions "
` [RFC PATCH v2 4/9] reset: mpfs: add non-auxiliary bus probing
` [RFC PATCH v2 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region
` [RFC PATCH v2 6/9] riscv: dts: microchip: fix mailbox description
` [RFC PATCH v2 7/9] riscv: dts: microchip: convert clock and reset to use syscon
` [RFC PATCH v2 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
` [RFC PATCH v2 9/9] clk: microchip: mpfs: use regmap clock types

[PATCH 1/2] dt-bindings: PCI: Correct indentation and style in DTS example
 2025-03-25  3:17 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: PCI: sifive,fu740-pcie: Fix include placement "

[PATCH] riscv: KGDB: Do not inline arch_kgdb_breakpoint()
 2025-03-25  2:35 UTC  (2+ messages)

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-03-25  0:40 UTC  (4+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH] dt-bindings: gpio: Correct indentation and style in DTS example
 2025-03-24 20:31 UTC  (4+ messages)

[PATCH net-next 00/13] Support the Cadence MACB/GEM instances on Mobileye EyeQ5 SoCs
 2025-03-24 18:36 UTC  (31+ messages)
` [PATCH net-next 01/13] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next 02/13] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net-next 03/13] dt-bindings: net: cdns,macb: allow dma-coherent
` [PATCH net-next 04/13] net: macb: use BIT() macro for capability definitions
` [PATCH net-next 05/13] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next 06/13] net: macb: simplify macb_probe() code touching match data
` [PATCH net-next 07/13] net: macb: move HW IP alignment value to macb_config
` [PATCH net-next 08/13] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net-next 09/13] net: macb: sort #includes
` [PATCH net-next 10/13] net: macb: Add "mobileye,eyeq5-gem" compatible
` [PATCH net-next 11/13] MIPS: mobileye: add EyeQ5 DMA IOCU support
` [PATCH net-next 12/13] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH net-next 13/13] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

[PATCH 0/4] cleanup dead code in nodemasks and cpumasks
 2025-03-24 15:02 UTC  (2+ messages)

[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
 2025-03-24 12:52 UTC  (32+ messages)
` [PATCH RESEND 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH RESEND 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH RESEND 3/7] clk: spacemit: add reset controller support
` [PATCH RESEND 4/7] clk: spacemit: define existing syscon resets
` [PATCH RESEND 5/7] clk: spacemit: make clocks optional
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets
` [PATCH RESEND 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v5 0/5] Add clock controller support for SpacemiT K1
 2025-03-24 11:14 UTC  (7+ messages)
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-24 10:47 UTC  (6+ messages)
` [PATCH v4 10/14] s390: "

[PATCH] riscv: introduce the ioremap_prot() function
 2025-03-24  8:42 UTC  (6+ messages)
  ` [External] "

[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
 2025-03-24  8:40 UTC  (15+ messages)
` [PATCH v4 02/18] riscv: sbi: add new SBI error mappings
` [PATCH v4 03/18] riscv: sbi: add FWFT extension interface
` [PATCH v4 04/18] riscv: sbi: add SBI FWFT extension calls
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension

[PATCH 00/11] Always call constructor for kernel page tables
 2025-03-24  8:37 UTC  (3+ messages)
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs

[akpm-mm:mm-stable] [arch, mm] 8268af309d: kernel_BUG_at_include/linux/page-flags.h
 2025-03-24  6:14 UTC 

[PATCH v2 RESEND] riscv: dts: starfive: fml13v01: enable USB 3.0 port
 2025-03-24  2:09 UTC 

[GIT PULL] CRC updates for 6.15
 2025-03-23 22:24 UTC 

[PATCH RESEND v5 0/3] riscv: canaan: Add support for K230-Canmv clock
 2025-03-22  7:33 UTC  (4+ messages)
` [PATCH RESEND v5 2/3] clk: canaan: Add clock driver for Canaan K230

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

[PATCH v2 0/3] Add SiFive Private L2 cache and PMU driver
 2025-03-21 22:38 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller

[PATCH v2 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-03-21 21:54 UTC  (4+ messages)
` [PATCH v2 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board
` (subset) [PATCH v2 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC

[PATCH v6 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-21 21:22 UTC  (4+ messages)
` [PATCH v6 2/4] riscv: entry: Split ret_from_fork() into user and kernel

[PATCH v2 0/2] Implement endianness swap macros for RISC-V
 2025-03-21 21:07 UTC  (11+ messages)
` [PATCH v2 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v2 2/2] riscv: introduce asm/swab.h

[RESEND PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
 2025-03-21 20:57 UTC  (6+ messages)

[PATCH v7 00/14] perf: Support multiple system call tables in the build
 2025-03-21 18:30 UTC  (2+ messages)

[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
 2025-03-21 16:17 UTC  (2+ messages)

[PATCH 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-03-21 13:41 UTC  (8+ messages)

[PATCH] riscv: Add support for PUD THP
 2025-03-21 12:39 UTC 

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

[PATCH v5 0/5] riscv: uaccess: optimizations
 2025-03-21  9:09 UTC  (3+ messages)
` [PATCH v5 1/5] riscv: save the SR_SUM status over switches

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-21  7:51 UTC  (17+ messages)
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support


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