messages from 2025-09-04 16:34:07 to 2025-09-14 03:55:58 UTC [more...]
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-14 3:55 UTC (51+ 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
[RFC v2 0/3] Align atomic storage
2025-09-14 0:45 UTC (4+ messages)
` [RFC v2 2/3] atomic: Specify alignment for atomic_t and atomic64_t
` [RFC v2 1/3] documentation: Discourage alignment assumptions
` [RFC v2 3/3] atomic: Add alignment check to instrumented atomic operations
[patch 00/12] rseq: Implement time slice extension mechanism
2025-09-13 13:02 UTC (46+ messages)
` [patch 01/12] sched: Provide and use set_need_resched_current()
` [patch 02/12] rseq: Add fields and constants for time slice extension
` [patch 03/12] rseq: Provide static branch for time slice extensions
` [patch 04/12] rseq: Add statistics "
` [patch 05/12] rseq: Add prctl() to enable "
` [patch 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch 08/12] rseq: Implement time slice extension enforcement timer
` [patch 09/12] rseq: Reset slice extension when scheduled
` [patch 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch 11/12] entry: Hook up rseq time slice extension
` [patch 12/12] selftests/rseq: Implement time slice extension test
[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
2025-09-13 5:57 UTC (9+ messages)
` [PATCH v1 1/6] x86/hyperv: Rename guest crash shutdown function
` [PATCH v1 2/6] hyperv: Add two new hypercall numbers to guest ABI public header
` [PATCH v1 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v1 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v1 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
` [PATCH v1 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files
[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
2025-09-13 2:18 UTC (11+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
[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 v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-12 18:10 UTC (8+ messages)
` [PATCH v1 1/2] Driver: hv: Add CONFIG_HYPERV_VMBUS option
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
2025-09-12 18:06 UTC (15+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "
` [PATCH v5 3/5] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v5 4/5] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v5 5/5] rqspinlock: Use smp_cond_load_acquire_timeout()
[PATCHES] misc dead code removals in arch/* - mostly asm/pgtable.h
2025-09-11 14:57 UTC (10+ messages)
` [PATCH 1/6] csky: remove BS check for FAULT_FLAG_ALLOW_RETRY
` [PATCH 2/6][alpha,m68k,openrisc] PAGE_PTR() had been last used outside of arch/* in 1.1.94
` [PATCH 3/6][openrisc] SET_PAGE_DIR() users had been gone since 2.3.12pre1
` [PATCH 4/6] alpha: get rid of the remnants of BAD_PAGE and friends
` [PATCH 5/6][microblaze,xtensa] kill FIRST_USER_PGD_NR
` [PATCH 6/6] alpha: unobfuscate _PAGE_P() definition
[PATCH v3 00/22] Add support for shared PTEs across processes
2025-09-10 12:46 UTC (22+ messages)
` [PATCH v3 01/22] mm: Add msharefs filesystem
` [PATCH v3 06/22] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH v3 22/22] mm/mshare: charge fault handling allocations to the mshare owner
[PATCH v2 09/10] asm-generic: percpu: Add assembly guard
2025-09-10 12:12 UTC (2+ messages)
[PATCH v0 0/6] Hyper-V: Implement hypervisor core collection
2025-09-09 18:25 UTC (10+ messages)
` [PATCH v0 1/6] x86/hyperv: Rename guest shutdown functions
` [PATCH v0 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
[PATCH v3] once: fix race by moving DO_ONCE to separate section
2025-09-09 12:01 UTC (2+ messages)
[PATCH hyperv-next v5 00/16] Confidential VMBus
2025-09-09 3:14 UTC (14+ messages)
` [PATCH hyperv-next v5 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v5 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v5 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v5 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v5 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v5 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
[PATCH v3 0/8] Cache coherency management subsystem
2025-09-08 22:04 UTC (9+ messages)
` [PATCH v3 1/8] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v3 2/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
[RFC PATCH 00/10] scalable symbol flags with __kflagstab
2025-09-08 10:09 UTC (4+ messages)
[PATCH v2] once: fix race by moving DO_ONCE to separate section
2025-09-08 2:10 UTC
[PATCH] once: fix race by moving DO_ONCE to separate section
2025-09-08 1:51 UTC (3+ messages)
[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-06 0:34 UTC (8+ messages)
[PATCH v2] mshv: Add support for a new parent partition configuration
2025-09-04 23:07 UTC (2+ messages)
[RFC] Don't create sframes during build
2025-09-04 17:14 UTC (4+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).