messages from 2025-03-06 18:52:13 to 2025-04-03 16:22:20 UTC [more...]
[PATCH] m64k/kernel: replace strncpy() with strscpy()
2025-04-03 16:22 UTC (2+ messages)
[PATCH v2] m68k/mvme147: Don't unregister boot console needlessly
2025-04-01 0:26 UTC
[PATCH] m68k/mvme147: Don't unregister boot console needlessly
2025-03-31 8:44 UTC (4+ messages)
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-28 14:09 UTC (20+ messages)
` [PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls
[git pull] m68knommu changes for v6.15
2025-03-28 3:26 UTC (2+ messages)
[PATCH v3 0/3] m68k: Bug fix and cleanup for framebuffer debug console
2025-03-27 22:39 UTC (4+ messages)
` [PATCH v3 1/3] m68k: Fix lost column on "
` [PATCH v3 3/3] m68k: Remove unused "cursor home" code from "
` [PATCH v3 2/3] m68k: Avoid pointless recursion in debug console rendering
[GIT PULL] m68k updates for v6.15
2025-03-25 21:55 UTC (2+ messages)
[geert-m68k:master] BUILD SUCCESS 788af3771c30e6469dfbec0adfe55cc5dcd7f354
2025-03-25 19:46 UTC
[PATCH v3 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
2025-03-25 15:56 UTC (6+ messages)
` [PATCH v3 1/2] ata: "
` [PATCH v3 2/2] m68k: amiga_defconfig: enable PATA_CSWARP
[PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
2025-03-25 15:56 UTC (3+ messages)
` [PATCH v4 1/2] ata: "
` [PATCH v4 2/2] m68k: defconfig: enable PATA_CSWARP
[geert-m68k:zorro-mfd] BUILD SUCCESS af4c780f235ce709d5e70334bce74c518a12290c
2025-03-25 9:47 UTC
[PATCH 0/6] asm-generic: io.h cleanups
2025-03-24 14:40 UTC (16+ messages)
` [PATCH 1/6] alpha: stop using asm-generic/iomap.h
` [PATCH 2/6] sh: remove duplicate ioread/iowrite helpers
` [PATCH 3/6] parisc: stop using asm-generic/iomap.h
` [PATCH 4/6] powerpc: asm/io.h: remove split ioread64/iowrite64 helpers
` [PATCH 5/6] mips: drop GENERIC_IOMAP wrapper
` [PATCH 6/6] m68k/nommu: stop using GENERIC_IOMAP
[PATCH v2 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
2025-03-24 12:58 UTC (7+ messages)
` [PATCH v2 1/2] m68k: amiga_defconfig: enable PATA_CSWARP
` [PATCH v2 2/2] ata: pata_cswarp: Add Amiga cslab ata support
[PATCH 0/3] m68k: amiga: CS-Lab Warp ata support (and a small zorro id refactor)
2025-03-24 9:38 UTC (10+ messages)
` [PATCH 1/3] include/uapi/linux/zorro_ids.h: add more cslab warp id
` [PATCH 2/3] amiga: cslab ata support
` [PATCH 3/3] m68k: amiga_defconfig: enable PATA_CSWARP
[PATCH 00/11] Always call constructor for kernel page tables
2025-03-24 8:37 UTC (15+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH 0/3] bitmap: convert self-test to KUnit
2025-03-21 19:47 UTC (9+ messages)
` distro support for CONFIG_KUNIT: "
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-20 10:44 UTC (5+ messages)
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
[PATCH v2 0/3] m68k: Bug fix and cleanup for framebuffer debug console
2025-03-20 7:23 UTC (6+ messages)
` [PATCH v2 1/3] m68k: Fix lost column on "
` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from "
` [PATCH v2 2/3] m68k: Avoid pointless recursion in debug console rendering
[gerg-m68knommu:dt 11/14] arch/m68k/kernel/setup_no.c:78:35: error: '__dtb_start' undeclared; did you mean '__bss_start'?
2025-03-19 6:57 UTC
[geert-m68k:for-v6.15] BUILD SUCCESS c94cf023dce30d5f28323a9f28ee2912f248a68f
2025-03-18 15:22 UTC
[geert-m68k:master] BUILD SUCCESS 3ae0cf875914e331b2239a960d6696ab944733e3
2025-03-18 15:21 UTC
[PATCH] m68k: Fix lost column on framebuffer debug console
2025-03-17 22:48 UTC (2+ messages)
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-17 12:40 UTC (27+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-15 14:55 UTC (31+ messages)
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` Soekris crypto 1411, where to find ?
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH 15/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
2025-03-14 7:09 UTC (2+ messages)
` [PATCH 16/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[gerg-m68knommu:dt 5/14] drivers/gpu/drm/tegra/hdmi.h:122:9: warning: "ACR_ENABLE" redefined
2025-03-14 6:27 UTC
[PATCH v6 0/3] printf: convert self-test to KUnit
2025-03-13 17:28 UTC (10+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] printf: break kunit into test cases
` [PATCH v6 3/3] printf: implicate test line in failure messages
[geert-m68k:master] BUILD SUCCESS 2f4ac69c34b2d4c2a7421048718d27811a2164f7
2025-03-11 14:21 UTC
[geert-m68k:for-v6.15] BUILD SUCCESS 3c4e4ec957b6243cce92fb7d450a71a93ce181c5
2025-03-11 5:40 UTC
Alignment discussion wiki page
2025-03-09 21:07 UTC (3+ messages)
[PATCH v5 0/3] printf: convert self-test to KUnit
2025-03-07 16:30 UTC (15+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases
` crng init: was: "
` [PATCH v5 3/3] printf: implicate test line in failure messages
[PATCH] m68k: mm: Remove size argument when calling strscpy()
2025-03-07 9:59 UTC (8+ 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