messages from 2023-04-22 07:55:03 to 2023-05-05 07:00:10 UTC [more...]
[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
2023-05-05 6:59 UTC (16+ messages)
` [PATCH v4 1/6] fbdev/matrox: Remove trailing whitespaces
` [v4,1/6] "
` [PATCH v4 2/6] ipu-v3: Include <linux/io.h>
` [v4,2/6] "
` [PATCH v4 3/6] fbdev: Include <linux/io.h> in various drivers
` [v4,3/6] "
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [v4,4/6] "
` [PATCH v4 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [v4,5/6] "
` [PATCH v4 6/6] fbdev: Rename fb_mem*() helpers
` [v4,6/6] "
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-05-05 5:47 UTC (3+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
[PATCH RFC 0/2] 68020/030 signal handling following exceptions
2023-05-05 5:05 UTC (14+ messages)
` [PATCH RFC 1/2] m68k: Don't deliver signals except at instruction boundary
` [PATCH RFC 2/2] m68k: Make allowance for signal delivery following an address error
[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
2023-05-03 19:06 UTC (23+ messages)
` [PATCH v3 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v3 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v3 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v3 6/6] fbdev: Rename fb_mem*() helpers
[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
2023-05-03 11:06 UTC (4+ messages)
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-02 2:21 UTC (38+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH RFC v1] m68k: signal.c: use signal frame gap to avoid stack corruption
2023-04-30 9:24 UTC (8+ messages)
[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers
2023-04-29 14:11 UTC (23+ messages)
` [PATCH v2 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH v2 2/5] ipu-v3: Include <linux/io.h>
` [PATCH v2 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH v2 4/5] fbdev: Include <linux/io.h> in drivers
` [PATCH v2 5/5] fbdev: Define framebuffer I/O from Linux' I/O functions
core dump analysis, was Re: stack smashing detected
2023-04-29 7:37 UTC (80+ messages)
` reliable reproducer, was Re: core dump analysis
` signal delivery, was Re: reliable reproducer
[git pull] m68knommu changes for v6.4
2023-04-29 0:10 UTC (2+ messages)
[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
2023-04-27 17:17 UTC (10+ messages)
` [PATCH 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH 2/5] ipu-v3: Include <linux/io.h>
` [PATCH 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH 4/5] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH 5/5] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
2023-04-27 13:40 UTC (9+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
m68k support in libseccomp finally merged upstream
2023-04-25 19:22 UTC
[GIT PULL] m68k updates for v6.4
2023-04-25 18:00 UTC (2+ messages)
[geert-m68k:master] BUILD SUCCESS 007a571e344357e5f43093d21099a831060088fc
2023-04-24 22:21 UTC
[geert-m68k:m68k-v6.3] BUILD SUCCESS cb5ba378fb518c884bd3d2a197be340d88851629
2023-04-24 22:21 UTC
Question on the m68k Calling Convention (RTD)
2023-04-24 10:26 UTC (2+ 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