Sparclinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-08 11:12:23 to 2025-09-13 01:12:51 UTC [more...]

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-13  0:38 UTC  (31+ 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 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] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2025-09-12 20:21 UTC 

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-12 17:57 UTC  (34+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH v2 0/7] Nesting support for lazy MMU mode
 2025-09-12 15:25 UTC  (48+ messages)
` [PATCH v2 1/7] mm: remove arch_flush_lazy_mmu_mode()
` [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections
` [PATCH v2 4/7] x86/xen: support nested lazy_mmu sections (again)

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-09-12  6:23 UTC  (2+ messages)

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (83+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

New test kernel - second attempt
 2025-09-09 17:34 UTC  (3+ messages)

New test kernel available - please verify
 2025-09-09 16:39 UTC  (6+ messages)

[PATCH v4 0/5] Fix accurate exception reporting in SPARC assembly
 2025-09-09  5:54 UTC  (11+ messages)
` [PATCH v4 2/5] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III


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