public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2011-12-23 03:14:34 to 2012-01-27 17:53:43 UTC [more...]

natfeat ether tries to enable interrupts in IRQ handler, I think
 2012-01-27 17:53 UTC 

Linux on Amiga A600, a success story (in progress, with possible patch)
 2012-01-27 17:44 UTC  (12+ messages)

Atari TT (next)
 2012-01-27 17:01 UTC  (38+ messages)
                      ` [PATCH] m68k: fix assembler constraint to prevent overeager gcc optimisation

[PATCHv2 1/2] cpu: Do not return errors from cpu_dev_init() which will be ignored
 2012-01-27 16:34 UTC  (3+ messages)
` [PATCHv2 2/2] cpu: Register a generic CPU device on architectures that currently do not
  ` [PATCHv2 1/2] cpu: Do not return errors from cpu_dev_init() which will be ignored; "

[git pull] m68k updates for 3.3
 2012-01-26 17:39 UTC 

coldfire v4e and CONFIG_PREEMPT support
 2012-01-24  5:32 UTC  (2+ messages)

[PATCH] Input: q40kbd - convert driver to the split model
 2012-01-22 11:16 UTC  (7+ messages)

[PATCH] m68k/atari: EtherNEC - Convert ETHER_ADDR_LEN uses to ETH_ALEN
 2012-01-20 18:57 UTC 

coldfire v4e
 2012-01-20 13:59 UTC  (2+ messages)

Atari TT (next 2)
 2012-01-11  8:47 UTC 

Atari TT (next 2)
 2012-01-10 23:33 UTC 

[PATCH 1/2] topology: Check for missing CPU devices
 2012-01-09 20:23 UTC  (11+ messages)

[m68k] partial success but does not boot: 3.2~rc7
 2012-01-08 17:57 UTC  (5+ messages)

[PATCH] m68knommu: clean up linker script
 2012-01-06  4:49 UTC 

[git pull] m68knommu arch updates for 3.3
 2012-01-06  1:32 UTC 

Atari TT
 2012-01-05 23:35 UTC  (7+ messages)

[git pull] m68k updates for 3.3
 2012-01-05 15:12 UTC 

[RFC] m68k: Update defconfigs
 2012-01-05 11:42 UTC  (8+ messages)

[PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt
 2012-01-03  5:21 UTC  (25+ messages)
                      ` [PATCH 0/2] aufs: headers (Re: [PATCH] aufs: Do not refer to AUFS_NAME in pr_fmt)
                      ` [PATCH 1/2] aufs: headers 1/2, bugfix, where the pr_fmt macro definition
                      ` [PATCH 2/2] aufs: headers 2/2, simply refined

[m68k] in modpost: "strlen" [iscsi_target_mod.ko] undefined! (and others)
 2012-01-02  0:19 UTC  (4+ messages)

[PATCH] Input: q40kbd - convert driver to the split model
 2011-12-31  1:11 UTC 

[PATCH] m68k/mac: Make CONFIG_HEARTBEAT unavailable on Mac
 2011-12-30  0:35 UTC  (2+ messages)

[PATCH] m68knommu: fix broken boot logo inclusion
 2011-12-30  0:32 UTC 

[PATCH] m68knommu: add missing make rule for Palm/Pilot bitmap boot logo
 2011-12-30  0:30 UTC  (3+ messages)

Please see attached letter
 2011-12-29 19:58 UTC 

[PATCH 00/35 v4] m68k: ColdFire MMU support
 2011-12-29  4:52 UTC  (61+ messages)
` [PATCH 03/35] m68k: definitions for the ColdFire V4e MMU hardware
` [PATCH 04/35] m68k: make interrupt definitions conditional on correct CPU types
` [PATCH 05/35] m68k: add TASK definitions for ColdFires running with MMU
` [PATCH 06/35] m68k: modify user space access functions to support ColdFire CPUs
` [PATCH 07/35] m68k: use addr_limit checking for m68k CPUs that do no support address spaces
` [PATCH 08/35] m68k: init the MMU hardware for the 54xx ColdFire
` [PATCH 09/35] m68k: add ColdFire 54xx CPU MMU memory init code
` [PATCH 10/35] m68k: set register a2 to current if MMU enabled on ColdFire
` [PATCH 11/35] m68k: page table support definitions and code for ColdFire MMU
` [PATCH 12/35] m68k: add page table size definitions for ColdFire V4e MMU
` [PATCH 13/35] m68k: add ColdFire paging exception handling code
` [PATCH 14/35] m68k: add cache support for V4e ColdFire cores running with MMU enabled
` [PATCH 15/35] m68k: modify ColdFire 54xx cache support for "
` [PATCH 16/35] m68k: add TLB flush support for the ColdFire V4e MMU hardware
` [PATCH 17/35] m68k: define PAGE_OFFSET_RAW for ColdFire CPU with MMU enabled
` [PATCH 18/35] m68k: set ColdFire MMU page size
` [PATCH 19/35] m68k: MMU enabled ColdFire needs 8k ELF alignment
` [PATCH 20/35] m68k: ColdFire V4e MMU context support code
` [PATCH 21/35] m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path
` [PATCH 22/35] m68k: modify cache push and clear code for ColdFire with MMU enable
` [PATCH 23/35] m68k: use ColdFire MMU read/write bit flags when ioremapping
` [PATCH 24/35] m68k: ColdFire V4e MMU paging init code and miss handler
` [PATCH 25/35] m68k: compile appropriate mm arch files for ColdFire MMU support
` [PATCH 26/35] m68k: create ColdFire MMU pgalloc code
` [PATCH 27/35] m68k: use non-MMU entry.S code when compiling for ColdFire CPU
` [PATCH 28/35] m68k: add code to setup a ColdFire 54xx platform when MMU enabled
` [PATCH 29/35] m68k: ColdFire with MMU enabled uses same clocking code as non-MMU
` [PATCH 30/35] m68k: use non-MMU linker script for ColdFire MMU builds
` [PATCH 31/35] m68k: adjustments to stack frame for ColdFire with MMU enabled
` [PATCH 32/35] m68k: add ColdFire FPU support for the V4e ColdFire CPU's
` [PATCH 33/35] m68k: do not use m68k startup or interrupt code for "
` [PATCH 34/35] m68k: add ColdFire with MMU enabled support to the m68k mem init code
` [PATCH 35/35] m68k: allow ColdFire 547x and 548x CPUs to be built with MMU enabled

[PATCH 32/36 v5] m68k: add ColdFire FPU support for the V4e ColdFire CPUs
 2011-12-29  3:24 UTC 

[PATCH 33/36 v5] m68k: do not use m68k startup or interrupt code for ColdFire CPUs
 2011-12-29  1:59 UTC 


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