messages from 2025-09-13 01:17:20 to 2025-11-17 06:42:19 UTC [more...]
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-17 6:41 UTC (18+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 4/7] mips: "
` [PATCH 5/7] parisc: "
` [PATCH 6/7] um: "
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-11-14 9:02 UTC (19+ messages)
` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
` [PATCH v5 05/14] xen: swiotlb: "
` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
` [PATCH v5 11/14] sparc: Use "
` [PATCH v5 12/14] x86: Use physical address for "
` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v5 14/14] dma-mapping: remove unused map_page callback
[PULL] alpha.git
2025-11-13 2:25 UTC (2+ messages)
[PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
2025-11-13 1:34 UTC (2+ messages)
[PATCH] agp/alpha: fix out-of-bounds write with negative pg_start
2025-11-06 22:20 UTC (2+ messages)
[PATCH v2] Add Magnus Lindholm to MAINTAINERS (Alpha port)
2025-11-05 3:01 UTC (4+ messages)
[PATCH] Alpha: MAINTAINERS
2025-11-04 8:51 UTC (5+ messages)
include/net/sock.h:2098:16: sparse: sparse: cast to non-scalar
2025-11-03 8:06 UTC (2+ messages)
[PATCH] alpha: Use pointers from memcpy() calls for assignments in two functions
2025-10-31 12:51 UTC (2+ messages)
[PATCH] alpha: don't reference obsolete termio struct for TC* constants
2025-10-19 19:18 UTC (2+ messages)
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-10-19 6:50 UTC (4+ messages)
` [PATCH 03/17] csky: "
*** Urgent Change ***
2025-10-17 12:45 UTC
Welders ready to work
2025-10-13 7:55 UTC
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (82+ 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 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [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 21/62] init: remove all mentions of root=/dev/ram*
` [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 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-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH 00/62] initrd: remove classic initrd support
2025-10-06 6:19 UTC (5+ messages)
[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-10-06 4:03 UTC (34+ messages)
` [PATCH v1 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH v1 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH v1 5/9] sparc64: Use "
` [PATCH v1 6/9] x86: Use physical address for "
` [PATCH v1 7/9] vdpa: Convert to physical address "
` [PATCH v1 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v1 9/9] dma-mapping: remove unused map_page callback
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2025-10-03 16:45 UTC (7+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
` what about CoC? (was: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements.")
` what about CoC?
[PATCH v2 2/3] alpha: don't reference obsolete termio struct for TC* constants
2025-10-01 22:26 UTC (3+ messages)
[PATCH 2/3] alpha: don't reference obsolete termio struct for TC* constants
2025-10-01 19:39 UTC
[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-09-28 11:58 UTC (20+ messages)
` [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH 5/9] sparc64: Use "
` [PATCH 6/9] x86: Use physical address for "
` [PATCH 7/9] vdpa: Convert to physical address "
` [PATCH 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH 9/9] dma-mapping: remove unused map_page callback
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
2025-09-23 17:08 UTC
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-18 15:51 UTC (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[PATCHES] misc dead code removals in arch/* - mostly asm/pgtable.h
2025-09-15 6:42 UTC (3+ messages)
` [PATCH 5/6][microblaze,xtensa] kill FIRST_USER_PGD_NR
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 NNTP newsgroup(s).