messages from 2025-09-12 22:42:05 to 2025-09-17 15:50:35 UTC [more...]
[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
2025-09-17 15:23 UTC (41+ messages)
` [PATCH v3 01/36] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v3 02/36] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v3 03/36] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v3 04/36] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v3 05/36] ARM: vdso: gettimeofday: "
` [PATCH v3 06/36] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v3 08/36] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v3 09/36] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v3 10/36] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v3 11/36] random: vDSO: Add explicit includes
` [PATCH v3 12/36] vdso/gettimeofday: "
` [PATCH v3 13/36] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v3 14/36] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v3 15/36] vdso/datapage: Trim down unnecessary includes
` [PATCH v3 16/36] random: vDSO: trim vDSO includes
` [PATCH v3 17/36] random: vDSO: remove ifdeffery
` [PATCH v3 18/36] random: vDSO: split out datapage update into helper functions
` [PATCH v3 19/36] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v3 20/36] s390/time: Set up vDSO datapage later
` [PATCH v3 21/36] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v3 22/36] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v3 23/36] vdso/datastore: Map pages through struct page
` [PATCH v3 24/36] vdso/datastore: Allocate data pages dynamically
` [PATCH v3 25/36] sparc64: vdso: Link with -z noexecstack
` [PATCH v3 26/36] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v3 27/36] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v3 28/36] sparc64: vdso: Move hardware counter read into header
` [PATCH v3 29/36] sparc64: vdso: Move syscall fallbacks "
` [PATCH v3 30/36] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v3 31/36] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v3 32/36] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v3 33/36] sparc64: vdso2c: Remove symbol handling
` [PATCH v3 34/36] sparc64: vdso: Implement clock_gettime64()
` [PATCH v3 35/36] clocksource: remove ARCH_CLOCKSOURCE_DATA
` [PATCH v3 36/36] clocksource: drop include of asm/clocksource.h from linux/clocksource.h
[PATCH v2 00/21] paravirt: cleanup and reorg
2025-09-17 14:52 UTC (4+ messages)
` [PATCH v2 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v2 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v2 09/21] loongarch/paravirt: Use common code for paravirt_steal_clock()
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-17 14:52 UTC (8+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [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 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-09-17 11:27 UTC (4+ messages)
` [PATCH v3 1/3] objtool/LoongArch: Fix fall through warning about efistub
` [PATCH v3 2/3] LoongArch: Fix unreachable instruction warnings about head.S
` [PATCH v3 3/3] LoongArch: Remove is_entry_func() related code
[PATCH v2 0/4] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-09-17 10:16 UTC (11+ messages)
` [PATCH v2 1/4] objtool/LoongArch: Fix fall through warning about efi_boot_kernel()
` [PATCH v2 2/4] objtool/LoongArch: Fix unreachable instruction warnings about image header
` [PATCH v2 3/4] objtool/LoongArch: Fix unreachable instruction warnings about entry points
` [PATCH v2 4/4] LoongArch: Remove is_entry_func() related code
[PATCH v12 0/4] Add Loongson Security Engine chip driver
2025-09-17 9:38 UTC (7+ messages)
` [GIT PULL] Immutable branch between MFD, Char and Crypto due for the v6.18 merge window
[PATCH v5 0/8] LoongArch: Fix BPF trampoline related issues
2025-09-17 8:58 UTC (12+ messages)
` [PATCH v5 1/8] LoongArch: BPF: Remove duplicated flags check
` [PATCH v5 2/8] LoongArch: BPF: Remove duplicated bpf_flush_icache()
` [PATCH v5 3/8] LoongArch: BPF: No support of struct argument in trampoline programs
` [PATCH v5 4/8] LoongArch: BPF: No text_poke() for kernel text
` [PATCH v5 5/8] LoongArch: BPF: Don't assume trampoline size is page aligned
` [PATCH v5 6/8] LoongArch: BPF: Make trampoline size stable
` [PATCH v5 7/8] LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()
` [PATCH v5 8/8] LoongArch: BPF: Sign extend struct ops return values properly
[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
2025-09-17 1:08 UTC (5+ messages)
[PATCH v11 0/3] LoongArch: Add Loongson-2K BMC support
2025-09-16 23:20 UTC (10+ messages)
` (subset) "
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-16 17:08 UTC (86+ 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 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
` [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] LoongArch: vDSO: check kcalloc() result in init_vdso
2025-09-16 14:57 UTC
[PATCH] LoongArch: KVM: rework pch_pic_update_batch_irqs()
2025-09-16 14:27 UTC (3+ messages)
[PATCH v2 0/2] objtool/LoongArch: Decode more instructions
2025-09-16 12:25 UTC (3+ messages)
` [PATCH v2 1/2] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
` [PATCH v2 2/2] objtool/LoongArch: Mark types based on break immediate code
[PATCH v1] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
2025-09-16 12:18 UTC (3+ messages)
[PATCH v2] LoongArch: Fix unreliable stack for live patching
2025-09-16 9:35 UTC
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-16 3:36 UTC (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH 00/62] initrd: remove classic initrd support
2025-09-16 1:48 UTC (6+ 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] Debug and fix livepatch issues on LoongArch
2025-09-15 8:54 UTC (8+ messages)
` [PATCH v1 2/2] LoongArch: Return 0 for user tasks in arch_stack_walk_reliable()
[PATCH] drm/amd/display/dml2: Guard dml21_map_dc_state_into_dml_display_cfg with DC_FP_START
2025-09-15 1:02 UTC (2+ messages)
[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) "
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).