public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2025-03-03 07:15:37 to 2025-03-25 15:55:35 UTC [more...]

[PATCH v3 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
 2025-03-25 15:55 UTC  (5+ messages)
` [PATCH v3 1/2] ata: "
` [PATCH v3 2/2] m68k: amiga_defconfig: enable PATA_CSWARP

[geert-m68k:zorro-mfd] BUILD SUCCESS af4c780f235ce709d5e70334bce74c518a12290c
 2025-03-25  9:47 UTC 

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-24 19:27 UTC  (10+ 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] m68k updates for v6.15
 2025-03-24 18:51 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  (8+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [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 2/3] m68k: Avoid pointless recursion in debug console rendering
` [PATCH v2 1/3] m68k: Fix lost column on framebuffer debug console
` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from "

[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  (32+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [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  (17+ 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  (9+ messages)

Software FPU emulation in linux kernel
 2025-03-06 15:24 UTC  (8+ messages)

[RFC PATCH 0/3] m68k goes DT
 2025-03-05  3:42 UTC  (8+ messages)
        ` Bootloaders, was "

[geert-m68k:master] BUILD SUCCESS 59284ec8a04bb6350c9da480a6c42bd0d0f36b88
 2025-03-04  7:56 UTC 

[PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
 2025-03-04  6:11 UTC  (6+ messages)
` [PATCH v2 3/6 update] "

[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-03-03 11:20 UTC  (2+ messages)
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-03  7:15 UTC  (4+ messages)
` [PATCH v2 4/6] riscv: pgtable: unconditionally use tlb_remove_ptdesc()
  ` [External] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox