messages from 2023-04-17 20:55:52 to 2023-05-02 02:22:19 UTC [more...]
[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] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
2023-04-29 20:14 UTC (2+ 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 (92+ 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 (14+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 05/14] ia64: don't allow users to override 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)
[geert-m68k:for-v6.4] BUILD SUCCESS aaee8c7f2a17d2dd015dc97c113c9ea0cc97272a
2023-04-21 20:46 UTC
[geert-m68k:master] BUILD SUCCESS e5f6e4d13f537cdaba3909e72b1e1e1e91a05aaf
2023-04-21 20:46 UTC
[PATCH] m68k: kexec: include reboot.h
2023-04-21 7:50 UTC (2+ messages)
[PATCH 00/33] Split ptdesc from struct page
2023-04-20 23:32 UTC (15+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
` [PATCH 4/33] "
` [PATCH 29/33] sh: Convert pte_free_tlb() to use ptdescs
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Słowa kluczowe do wypozycjonowania
2023-04-20 8:05 UTC
[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
2023-04-19 17:22 UTC (4+ messages)
[PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
2023-04-19 14:22 UTC (2+ messages)
[PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
2023-04-19 14:22 UTC (2+ messages)
[PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
2023-04-18 2:13 UTC (2+ messages)
[geert-m68k:master] BUILD SUCCESS 94ea4c5cbeeba22abb2abca416eedb2aca30bc67
2023-04-17 23:26 UTC
[PATCH 24/33] m68k: Convert various functions to use ptdescs
2023-04-17 22:18 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