Linux M68K Architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-14 11:40:48 to 2026-08-17 01:57:02 UTC [more...]

[PATCH v2 00/32] block/swim: Fixes and improvements
 2026-08-17  1:17 UTC  (18+ messages)
` [PATCH v2 14/32] swim: Check error register during sector read
` [PATCH v2 04/32] swim: Don't disable drive after every sector
` [PATCH v2 10/32] swim: Add track zero recalibration delay
` [PATCH v2 11/32] swim: Handle FIFO timeout error
` [PATCH v2 17/32] swim: Convert to blocking queue
` [PATCH v2 06/32] swim: Configure parameter memory
` [PATCH v2 03/32] swim: Enable the drive when probing
` [PATCH v2 09/32] swim: Recalibrate when drive is probed
` [PATCH v2 13/32] swim: Check for CRC errors
` [PATCH v2 07/32] swim: Enable clock divider only where appropriate
` [PATCH v2 08/32] swim: Don't start motor until medium is present
` [PATCH v2 02/32] swim: Select appropriate drive once only
` [PATCH v2 15/32] swim: Don't use the mark register to read data
` [PATCH v2 01/32] swim: Assert strobe with stable outputs
` [PATCH v2 12/32] swim: Simplify return value initialization
` [PATCH v2 05/32] swim: Perform ISM/IWM mode switching according to specs
` [PATCH v2 16/32] swim: Fix buffer overflow

[PATCH v2 0/5] m68k SuperVidel patches
 2026-08-16 18:37 UTC  (8+ messages)
` [PATCH v2 1/5] m68k: Fix atari mouse movement
` [PATCH v2 2/5] fbdev: Give atafb proper parent
` [PATCH v2 3/5] fbdev: Add support for further video bit depths on atafb:external
` [PATCH v2 4/5] fbdev: Add support for SuperVidel's SuperBlitter
` [PATCH v2 5/5] m68k: Add support for Svethlana

[PATCH 0/5] m68k SuperVidel patches
 2026-08-16  5:03 UTC  (13+ messages)
` [PATCH 1/5] m68k: Fix atari mouse movement
` [PATCH 2/5] fbdev: Give atafb proper parent
` [PATCH 3/5] fbdev: Add support for further video bit depths on atafb:external
` [PATCH 4/5] fbdev: Add support for SuperVidel's SuperBlitter
` [PATCH 5/5] m68k: Add support for Svethlana

[PATCH] m68k: nfcon: don't call console_is_registered in nfcon_device
 2026-08-15  7:24 UTC 

[geert-m68k:master] BUILD SUCCESS 72cd0f7b1c0fbc889461845742f106803a6c1cf2
 2026-08-14  5:20 UTC 

[GIT PULL] m68k fixes for v7.2
 2026-08-13 16:41 UTC  (2+ messages)

[geert-m68k:for-linus] BUILD SUCCESS 1fd495ef09eef96169a379a749c24b5e69974bb8
 2026-08-13 13:19 UTC 

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-13  7:18 UTC  (22+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V2 3/6] sh/mm: Stop using pte_ERROR()
` [RFC V2 4/6] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V2 5/6] sh/mm: Stop using pgd_ERROR()
` [RFC V2 6/6] mm: Drop pxd_ERROR()

[PATCH] m68k: Define NR_CPUS to 1
 2026-08-12 11:32 UTC  (4+ messages)

[geert-m68k:master] BUILD SUCCESS b8d0a3cb4a546138a835f4052dc121ab127b9587
 2026-08-12 11:21 UTC 

[geert-m68k:for-next] BUILD SUCCESS 09f71dbeb287e367beea56d9ac8a3d356ef5e02a
 2026-08-12 11:20 UTC 

[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
 2026-08-11 23:22 UTC  (7+ messages)
` [PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support (resend)

[PATCH] m68k: Fix backtraces for non-running tasks
 2026-08-10  9:32 UTC  (2+ messages)

[PATCH v3] m68k: amiga: remove redundant amiga_reset prototype
 2026-08-10  9:29 UTC  (2+ messages)

[PATCH] rtc: msm6242: use devm_platform_ioremap_resource()
 2026-08-04 14:31 UTC 

[geert-m68k:master] BUILD SUCCESS ea53a2fed84d2e1181a19aafe8c4b403120b5045
 2026-08-03 22:07 UTC 

[PATCH] linux-user: Fix msqid_ds struct wrt 32-bit big endian architectures
 2026-08-03 11:53 UTC 

[PATCH 1/3] tty: move remaining serial drivers into the serial/ directory
 2026-08-03  6:06 UTC  (3+ messages)

[geert-m68k:master] BUILD SUCCESS ab20614793ab50f900e655be38b7b9ab2241fbdb
 2026-08-01  5:34 UTC 

[gerg-m68knommu:armnommu 3/3] arch/arm/mm/alignment.c:776:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2026-07-31 20:29 UTC 

[PATCH 1/2] m68k/serial: Use generic BASE_BAUD in asm/serial.h
 2026-07-31  9:44 UTC  (2+ messages)
` [PATCH 2/2] m68k/serial: Add include guard to asm/serial.h

[PATCH 00/31] block/swim: Fixes and improvements
 2026-07-27  0:30 UTC  (69+ messages)
` [PATCH 17/31] swim: Convert to blocking queue
` [PATCH 19/31] swim: Deduplicate polling loops
` [PATCH 16/31] swim: Fix buffer overflow
` [PATCH 30/31] swim: Define symbols for constants
` [PATCH 09/31] swim: Recalibrate when drive is probed
` [PATCH 21/31] swim: Revisit delays
` [PATCH 05/31] swim: Perform ISM/IWM mode switching according to specs
` [PATCH 02/31] swim: Select appropriate drive once only
` [PATCH 24/31] swim: Remove pointless specifiers
` [PATCH 04/31] swim: Don't disable drive after every sector
` [PATCH 28/31] swim: Clean up whitespace
` [PATCH 31/31] swim: Unexport global symbols
` [PATCH 23/31] swim: Don't needlessly re-read sectors
` [PATCH 29/31] swim: Define macros for constants
` [PATCH 08/31] swim: Don't start motor until medium is present
` [PATCH 01/31] swim: Assert strobe with stable outputs
` [PATCH 22/31] swim: Remove pointless mode0 register write
` [PATCH 12/31] swim: Simplify return value initialization
` [PATCH 06/31] swim: Configure parameter memory
` [PATCH 07/31] swim: Enable clock divider only where appropriate
` [PATCH 10/31] swim: Add track zero recalibration delay
` [PATCH 03/31] swim: Enable the drive when probing
` [PATCH 13/31] swim: Check for CRC errors
` [PATCH 14/31] swim: Check error register during sector read
` [PATCH 11/31] swim: Handle FIFO timeout error
` [PATCH 26/31] swim: Add some helpful references
` [PATCH 27/31] swim: Remove unused macro definitions
` [PATCH 25/31] swim: Move swd initialization
` [PATCH 18/31] swim: Remove redundant RELAX actions
` [PATCH 15/31] swim: Don't use the mark register to read data
` [PATCH 20/31] swim: Check drive ready bit

[git pull] m68knommu more fixes for v7.2
 2026-07-26 20:00 UTC  (2+ messages)

[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
 2026-07-21 18:21 UTC  (27+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-21  8:17 UTC  (5+ messages)

[PATCH v3 0/2] Coldfire m5441x: add RCM power-on reason driver
 2026-07-20 23:35 UTC  (4+ messages)
` [PATCH v3 2/2] m68k: coldfire/5441x: register mcf-rcm-reset platform device
` (subset) [PATCH v3 0/2] Coldfire m5441x: add RCM power-on reason driver

[PATCH] m68k: coldfire: fix breakage of missed IO access update
 2026-07-19 13:19 UTC 

(unknown),
 2026-07-17 14:40 UTC  (3+ messages)
` [PATCH 14/14] m68k/atari: USB - Add ISP1160 USB host controller support

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-17  7:55 UTC  (18+ messages)
` [RFC PATCH 02/34] ARM: mm: make 2-level pgd_t a scalar
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()


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