Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-12 16:54:25 to 2025-09-15 16:30:46 UTC [more...]

[PATCH] irqchip/sifive-plic: avoid interrupt ID 0 handling during suspend/resume
 2025-09-15 16:28 UTC 

[RFC PATCH] kvm/riscv: Add ctxsstatus and ctxhstatus for migration
 2025-09-15 15:27 UTC 

[PATCH] RISC-V: KVM: Fix SBI_FWFT_POINTER_MASKING_PMLEN algorithm
 2025-09-15 15:26 UTC  (2+ messages)

[PATCH] riscv: kgdb: Ensure that BUFMAX > NUMREGBYTES
 2025-09-15 14:32 UTC 

[PATCH v2] riscv: dts: spacemit: add UART pinctrl combinations
 2025-09-15 14:26 UTC  (3+ messages)

[PATCH bpf-next 08/10] riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling
 2025-09-15 14:23 UTC  (2+ messages)

[PATCH] KVM: riscv: Power on secondary vCPUs from migration
 2025-09-15 14:19 UTC  (2+ messages)

[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-15 13:56 UTC  (9+ messages)
` [PATCH V12 1/5] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V12 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH V12 5/5] riscv: mm: Add userfaultfd write-protect support

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-15 13:34 UTC  (81+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 07/62] arm: init: remove ATAG_RAMDISK
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 09/62] arm: init: document rd_start (in param_struct) as obsolete
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 22/62] doc: remove obsolete mentions of pivot_root
` [PATCH RESEND 23/62] init: rename __initramfs_{start,size} to __builtin_initramfs_{start,size}
` [PATCH RESEND 24/62] init: remove wrong comment
` [PATCH RESEND 25/62] init: rename phys_initrd_{start,size} to phys_external_initramfs_{start,size}
` [PATCH RESEND 26/62] init: move phys_external_initramfs_{start,size} to init/initramfs.c
` [PATCH RESEND 27/62] init: alpha: remove "extern unsigned long initrd_start, initrd_end"
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
` [PATCH RESEND 29/62] init: move virt_external_initramfs_{start,end} to init/initramfs.c
` [PATCH RESEND 30/62] doc: remove documentation for block device 4 0
` [PATCH RESEND 31/62] init: rename initrd_below_start_ok to initramfs_below_start_ok
` [PATCH RESEND 32/62] init: move initramfs_below_start_ok to init/initramfs.c
` [PATCH RESEND 33/62] init: remove init/do_mounts_initrd.c
` [PATCH RESEND 34/62] init: inline create_dev into the only caller
` [PATCH RESEND 35/62] init: make mount_root_generic static
` [PATCH RESEND 36/62] init: make mount_root static
` [PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h
` [PATCH RESEND 38/62] init: remove most headers "
` [PATCH RESEND 39/62] init: make console_on_rootfs static
` [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem
` [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem
` [PATCH RESEND 42/62] init: rename <linux/initrd.h> to <linux/initramfs.h>
` [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller
` [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=
` [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS]
` [PATCH RESEND 46/62] init: edit docs for initramfs-related configs
` [PATCH RESEND 47/62] init: fix typo: virtul => virtual
` [PATCH RESEND 48/62] init: fix comment
` [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command
` [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access
` [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs
` [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs
` [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs
` [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd
` [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP
` [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2
` [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA
` [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ
` [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO
` [PATCH RESEND 61/62] init: rename CONFIG_RD_LZ4 to CONFIG_INITRAMFS_DECOMPRESS_LZ4
` [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-15 12:53 UTC  (7+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
 2025-09-15 11:58 UTC  (4+ messages)

[PATCH v3] riscv: skip csr restore if vcpu preempted reload
 2025-09-15 11:53 UTC  (3+ messages)
`  "

[PATCH bpf-next v3] riscv, bpf: Sign extend struct ops return values properly
 2025-09-15 11:30 UTC  (2+ messages)

[PATCH bpf-next] riscv, bpf: Remove duplicated bpf_flush_icache()
 2025-09-15 11:30 UTC  (2+ messages)

[PATCH v1 1/3] iommu/riscv: Add iommu perf driver
 2025-09-15 10:38 UTC  (4+ messages)
` [PATCH v1 2/3] iommu/riscv: Add Makefile support for RISC-V IOMMU "
` [PATCH v1 3/3] iommu/riscv: Register RISC-V IOMMU PMU at init time

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-09-15 10:13 UTC  (5+ messages)
  ` [PATCH v14 1/7] pwm: Export `pwmchip_release` for external use
  ` [PATCH v14 2/7] rust: pwm: Add Kconfig and basic data structures

[PATCH v2 0/5] Add reset controllers for other TH1520 subsystems
 2025-09-15  9:57 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: reset: thead,th1520-reset: Remove non-VO-subsystem resets
` [PATCH v2 2/5] dt-bindings: reset: thead,th1520-reset: Add controllers for more subsys
` [PATCH v2 3/5] reset: th1520: Prepare for supporting multiple controllers
` [PATCH v2 4/5] reset: th1520: Support reset controllers in more subsystems
` [PATCH v2 5/5] riscv: dts: thead: Add reset controllers of more subsystems for TH1520

[PATCH 0/6] Introduce SpacemiT K1 PCIe phy and host controller
 2025-09-15  8:14 UTC  (5+ messages)
` [PATCH 3/6] dt-bindings: phy: spacemit: introduce PCIe root complex
` [PATCH 5/6] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH] MAINTAINERS: Update Paul Walmsley's E-mail address
 2025-09-15  6:30 UTC 

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-15  4:30 UTC  (4+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v2] iommu/riscv: Fix irq failure due to idx mismatch in icvec
 2025-09-15  2:40 UTC 

[RFC PATCH 1/4] dt-bindings: riscv: Add trace components description
 2025-09-15  2:39 UTC  (2+ messages)

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-09-15  1:56 UTC  (9+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
    ` [External] "

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-09-14 21:16 UTC  (3+ messages)
` [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality
  ` (subset) "

[PATCH] riscv: defconfig: run savedefconfig to reorder it
 2025-09-14 15:44 UTC  (3+ messages)

[PATCH v5 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-09-14 15:38 UTC  (2+ messages)
` (subset) "

[PATCH net-next v12 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-09-14 14:26 UTC  (9+ messages)
` [PATCH net-next v12 1/5] dt-bindings: net: Add "
` [PATCH net-next v12 2/5] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v12 3/5] riscv: dts: spacemit: Add Ethernet support for K1
` [PATCH net-next v12 4/5] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v12 5/5] riscv: dts: spacemit: Add Ethernet support for Jupiter

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-14  7:44 UTC  (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-14  7:16 UTC 

[PATCH net-next v11 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-09-14  3:54 UTC  (8+ messages)
` [PATCH net-next v11 2/5] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v11 4/5] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v11 5/5] riscv: dts: spacemit: Add Ethernet support for Jupiter

[GIT PULL] clk: spacemit: Updates for v6.18
 2025-09-13 22:05 UTC  (2+ messages)

[GIT PULL] clk: thead: Updates for v6.18
 2025-09-13 22:00 UTC  (2+ messages)

[PATCH 0/7] RISC-V: Add support for Tenstorrent Blackhole SoC
 2025-09-13 21:31 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: vendor-prefixes: Add Tenstorrent AI ULC
` [PATCH 2/7] dt-bindings: riscv: Add Tenstorrent Blackhole compatible
` [PATCH 3/7] dt-bindings: riscv: cpus: Add SiFive X280 compatible
` [PATCH 4/7] dt-bindings: timers: Add Tenstorrent Blackhole compatible
` [PATCH 5/7] dt-bindings: interrupt-controller: "
` [PATCH 6/7] riscv: dts: Add Tenstorrent Blackhole A0 SoC PCIe cards
` [PATCH 7/7] riscv: Kconfig.socs: Add ARCH_TENSTORRENT for Tenstorrent SoCs

[PATCH v8 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
 2025-09-13  9:30 UTC  (6+ messages)
` [PATCH v8 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM
` [PATCH v8 3/5] ARM: dts: sunxi: add support for "

[PATCH 0/3] riscv: dts: thead: add more th1520 isa extension support
 2025-09-13  9:29 UTC  (7+ messages)
` [PATCH 2/3] riscv: dts: thead: add ziccrse for th1520
` [PATCH 3/3] riscv: dts: thead: add zfh "

[PATCH v1] riscv: iommu: Fix irq failure due to idx mismatch in icvec
 2025-09-13  6:09 UTC  (2+ messages)

[PATCH v2 0/2] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-09-13  1:33 UTC  (4+ messages)

[PATCH v5 0/3] Move duplicated instructions macros into asm/insn.h
 2025-09-13  1:30 UTC  (3+ messages)
` [PATCH v5 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()

[PATCH] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-09-13  1:24 UTC  (2+ messages)

next-20250912: riscv: s390: mm/kasan/shadow.c 'kasan_populate_vmalloc_pte' pgtable.h:247:41: error: statement with no effect [-Werror=unused-value]
 2025-09-12 23:12 UTC  (3+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-12 22:38 UTC  (4+ messages)
` [PATCH 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG

[PATCH 6.1 00/15] genetlink: Test Netlink subsystem of Linux v6.1
 2025-09-12 20:17 UTC  (3+ messages)
` [PATCH 6.1 10/15] selftests: net: genetlink: add packet capture test infrastructure

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02  9:48 UTC  (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-01 15:03 UTC 

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-27 22:01 UTC 

[PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
 2025-08-25 14:58 UTC 

[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
 2025-08-20 17:02 UTC  (2+ messages)
` (subset) "

[PATCH v8 0/2] Add SpacemiT K1 USB3.0 host controller support
 2025-09-12 16:53 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1
` [PATCH v8 2/2] usb: dwc3: add generic driver to support flattened


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).