messages from 2025-08-18 13:41:33 to 2025-09-13 01:11:45 UTC [more...]
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-13 0:38 UTC (30+ 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][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-12 23:06 UTC
[PATCH] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-12 23:05 UTC (4+ 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
6.16-pre-rc1: BUG: Bad page state in process swapper on parisc
2025-09-12 14:04 UTC (5+ messages)
` boot failure because of inaccurate page_pool_page_is_pp() on 32-bit kernels
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-09-12 6:23 UTC (2+ messages)
New September Order. 67645 Friday, September 5, 2025 at 07:19:18 PM
2025-09-05 17:19 UTC
[tip:timers/vdso 12/15] include/vdso/unaligned.h:23:9: warning: '__builtin_memcpy' reading 4 bytes from a region of size 1
2025-09-05 4:40 UTC
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-04 23:57 UTC (33+ messages)
` [PATCH v6 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v6 02/12] mm: constify pagemap related test/getter functions
` [PATCH v6 03/12] mm: constify zone "
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness
` [PATCH v6 05/12] mm: constify process_shares_mm() "
` [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions
` [PATCH v6 07/12] parisc: constify mmap_upper_limit() parameter
` [PATCH v6 08/12] mm: constify arch_pick_mmap_layout() for improved const-correctness
` [PATCH v6 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v6 10/12] mm: constify various inline functions for improved const-correctness
` [PATCH v6 11/12] mm: constify assert/test functions in mm.h
` [PATCH v6 12/12] mm: constify highmem related functions for improved const-correctness
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (20+ 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 v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 8:15 UTC (53+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness
crypto ahash requests on the stack
2025-09-01 12:04 UTC
[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 11:15 UTC (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "
[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
2025-09-01 7:39 UTC
New September Order. 57414 Sunday, August 31, 2025 at 09:15:00 PM
2025-08-31 19:15 UTC
[PATCH] ipl: adjust firmware entry type
2025-08-30 15:25 UTC (2+ messages)
[PATCH 5.4 278/403] parisc: Makefile: fix a typo in palo.conf
2025-08-26 11:10 UTC
[PATCH 5.10 347/523] parisc: Makefile: fix a typo in palo.conf
2025-08-26 11:09 UTC
[PATCH 5.15 450/644] parisc: Makefile: fix a typo in palo.conf
2025-08-26 11:09 UTC
[PATCH v2 0/3] floppy: A couple of cleanups
2025-08-26 13:32 UTC (7+ messages)
` [PATCH v2 1/3] floppy: Remove unused CROSS_64KB() macro from arch/ code
` [PATCH v2 2/3] floppy: Replace custom SZ_64K constant
` [PATCH v2 3/3] floppy: Sort headers alphabetically
[PATCH 6.1 259/482] parisc: Makefile: fix a typo in palo.conf
2025-08-26 11:09 UTC (2+ messages)
` [PATCH 6.1 314/482] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
[PATCH 6.6 318/587] parisc: Makefile: fix a typo in palo.conf
2025-08-26 11:09 UTC (2+ messages)
` [PATCH 6.6 395/587] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
[PATCH 6.12 092/322] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
2025-08-26 11:08 UTC
[PATCH 6.16 124/457] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
2025-08-26 11:06 UTC
[PATCH 6.16 541/570] parisc: Makefile: fix a typo in palo.conf
2025-08-18 12:48 UTC
[PATCH 6.15 489/515] parisc: Makefile: fix a typo in palo.conf
2025-08-18 12:47 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox