linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-22 21:57:42 to 2024-10-16 16:19:03 UTC [more...]

[PATCH] m68k: Initialize jump labels early during setup_arch()
 2024-10-16 16:18 UTC 

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 14:41 UTC  (10+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-16 14:36 UTC  (6+ messages)

[PATCH v2] m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
 2024-10-16 13:05 UTC  (2+ messages)

[geert-m68k:master] BUILD SUCCESS 057f664fb794e8d2a32fbbfb22856f05c1ce59c6
 2024-10-16 11:19 UTC 

[gerg-m68knommu:armnommu 3/3] arch/arm/mm/alignment.c:775:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-10-16 10:49 UTC 

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 10:40 UTC  (39+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

[PATCH] m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
 2024-10-16  7:20 UTC  (3+ messages)

provide generic page_to_phys and phys_to_page implementations v2
 2024-10-15  5:44 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH v3 0/2] MVME: Adopt standard RTC driver
 2024-10-08  9:19 UTC  (4+ messages)
` [PATCH v3 1/2] rtc: m48t59: Use platform_data struct for year offset value
` [PATCH v3 2/2] m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver

[PATCH v2 0/2] MVME: Adopt standard RTC driver
 2024-10-08  7:15 UTC  (5+ messages)
` [PATCH v2 2/2] m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver
` [PATCH v2 1/2] rtc: m48t59: Use platform_data struct for year offset value

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[geert-m68k:master] BUILD SUCCESS f49d5b760928861fdd3b8d19ae46aa2617b529b1
 2024-10-07 22:47 UTC 

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (23+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset

[PATCH 0/2]
 2024-10-05  4:23 UTC  (8+ messages)
` [PATCH 2/2] m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver
` [PATCH 1/2] rtc: m48t59: Accommodate chips that lack a century bit

[PATCH 0/3] drivers: nubus: Fix coding style issues in nubus.c
 2024-10-03 10:53 UTC  (9+ messages)
` [PATCH 1/3] drivers: nubus: Fix use of tabs in nubus_get_vendorinfo and nubus_add_board "
` [PATCH 2/3] drivers: nubus: Fix use of assignment in if condition in nubus_add_board() "
` [PATCH 3/3] drivers: nubus: Fix use of * in comment block "

[PATCH] m68k: mvme147: Reinstate early console
 2024-10-03  3:29 UTC 

[PATCH] m68k: mvme147: Fix SCSI controller IRQ numbers
 2024-10-03  3:29 UTC 

[geert-m68k:master] BUILD SUCCESS f077472a6705df8b3101b5556f4be1fbd02f34ac
 2024-10-01  8:25 UTC 

PREEMPT_RT support
 2024-10-01  2:24 UTC  (3+ messages)

[PATCH v4 0/2] m68k v4.4 backport fixes (resend)
 2024-10-01  1:49 UTC  (5+ messages)
` [PATCH v4 1/2] m68k: Handle arrivals of multiple signals correctly
` [PATCH v4 2/2] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal

[PATCH] m68k: defconfig: Update defconfigs for v6.12-rc1
 2024-09-30 12:27 UTC 

[PATCH] m68k: mvme147: Make mvme147_sched_init() __init
 2024-09-29  2:55 UTC 

[PATCH] signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
 2024-09-27  3:40 UTC 

[PATCH] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
 2024-09-27  3:41 UTC 

[PATCH 1/2] m68k: Drop Atari EtherNAT support when it's not configured in
 2024-09-26 15:41 UTC  (11+ messages)
` [PATCH 2/2] m68k: Set reasonable PSG port-A default value

[PATCH] m68k: Add missing mmap_read_lock() to sys_cacheflush()
 2024-09-26 10:07 UTC 

[PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-25 10:05 UTC  (2+ messages)

[PATCH v2] m68k: Define NR_CPUS
 2024-09-24 19:23 UTC  (10+ messages)

[git pull] m68knommu changes for v6.12
 2024-09-24 18:04 UTC  (2+ messages)

[PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries
 2024-09-23 15:21 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).