messages from 2025-02-24 11:32:33 to 2025-03-20 10:44:41 UTC [more...]
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-20 10:44 UTC (14+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
[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 2/3] m68k: Avoid pointless recursion in debug console rendering
` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from debug console
[PATCH 0/6] asm-generic: io.h cleanups
2025-03-19 18:00 UTC (12+ 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
[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 00/11] Always call constructor for kernel page tables
2025-03-18 12:14 UTC (14+ 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] 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 0/6] remove tlb_remove_page_ptdesc()
2025-03-04 6:11 UTC (22+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH v2 3/6 update] "
` [PATCH v2 4/6] riscv: pgtable: unconditionally "
` [External] "
` [PATCH v2 5/6] x86: pgtable: convert to "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()
[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 v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (18+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-02-28 13:55 UTC (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
[PATCH 0/2] m68k: bvme6000: rtc: convert to rtc class
2025-02-28 12:05 UTC (5+ messages)
` [PATCH 1/2] m68k: rtc: dp8570a: split read_time and set_time
` [PATCH 2/2] m68k: rtc: dp8570a: make it a proper RTC class driver
[geert-m68k:master] BUILD SUCCESS 408ccbc6e2c615e4ee3ffd7d29bb7c1b8dba7e0d
2025-02-25 14:59 UTC
[PATCH 4.4.y-cip] signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
2025-02-25 2:25 UTC (4+ messages)
` [cip-dev] "
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