messages from 2011-11-24 20:15:42 to 2011-12-23 03:16:03 UTC [more...]
[PATCH 00/35 v4] m68k: ColdFire MMU support
2011-12-23 3:15 UTC (35+ messages)
` [PATCH 01/35] m68k: add machine and CPU definitions for ColdFire cores
` [PATCH 02/35] m68k: show ColdFire CPU/FPU/MMU type
` [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 23/35 v4] m68k: use ColdFire MMU read/write bit flags when ioremapping
2011-12-22 12:26 UTC
[PATCH 09/35 v4] m68k: add ColdFire 54xx CPU MMU memory init code
2011-12-22 8:09 UTC
Porting m68k/nommu to a new board
2011-12-22 7:22 UTC (5+ messages)
[PATCH] m68knommu: add missing make rule for Palm/Pilot bitmap boot logo
2011-12-22 7:27 UTC (3+ messages)
[PATCH] m68knommu: remove no longer used rom_length from Palm/Pilot start up code
2011-12-22 7:18 UTC
aufs vs. m68k conflict, please advice
2011-12-18 17:06 UTC (14+ messages)
` [PATCH] m68k/irq: don't use pr_crit in an header
Cross Memory Attach v3
2011-12-17 3:18 UTC (9+ messages)
[PATCH 00/35 v3] m68k: ColdFire MMU support
2011-12-16 12:36 UTC (36+ messages)
` [PATCH 01/35] m68k: add machine and CPU definitions for ColdFire cores
` [PATCH 02/35] m68k: show ColdFire CPU/FPU/MMU type
` [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
Confirmation from Libyan embassy
2011-12-13 15:47 UTC
[PATCH 00/16] more mac68k fixes and cleanup
2011-12-13 1:24 UTC (35+ messages)
` [PATCH 01/16] pmac_zilog: fix unexpected irq
` [PATCH 01/16 v2] "
` [PATCH 01/16 v3] "
` [PATCH 02/16] macfb: fix black and white modes
` [PATCH 03/16] mac_sonic: add irq resources and cleanup
` [PATCH 06/16] m68k/mac: cleanup mac_irq_pending
` [PATCH 13/16] mac_scsi: fix mac_scsi on some powerbooks
` [PATCH 15/16] mac_scsi: dont enable mac_scsi irq before requesting it
` [PATCH 16/16] mac_esp: rename irq
Xmas Lening Aanbieding
2011-12-12 13:12 UTC
[PATCH/resend] m68k/net: Remove obsolete IRQ_FLG_* users
2011-12-11 19:45 UTC (2+ messages)
[PATCH] m68k: remove duplicate asm offset for task thread.info
2011-12-11 11:26 UTC (3+ messages)
[PATCH] m68k: merge the init_task code for mmu and non-mmu targets
2011-12-11 11:26 UTC (3+ messages)
[PATCH] m68k/serial: Remove references to obsolete serial config options
2011-12-11 11:20 UTC
[PATCH/resend] m68k/scsi: Remove obsolete IRQ_FLG_* users
2011-12-11 9:04 UTC
[PATCH] m68k: consolidate the vmlinux.lds linker scripts
2011-12-08 6:34 UTC
[PATCH 00/35 v2] m68k: ColdFire MMU support
2011-12-08 5:27 UTC (38+ messages)
` [PATCH 01/35] m68k: add machine and CPU definitions for ColdFire cores
` [PATCH 02/35] m68k: show ColdFire CPU/FPU/MMU type
` [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
[git pull] m68k updates for 3.2
2011-12-07 19:39 UTC
MESSAGE FROM FBI OFFICE, CAREFULLY READ THE ATTACHMENT AND COMPLY IMMEDIATELY
2011-12-05 14:14 UTC
[PATCH 1/8] fbdev/amifb: Correct whitespace
2011-12-04 0:35 UTC (2+ messages)
[PATCH-RFC 01/10] lib: move GENERIC_IOMAP to lib/Kconfig
2011-11-28 20:12 UTC (16+ messages)
` [PATCH-RFC 02/10] lib: add GENERIC_PCI_IOMAP
` [PATCH-RFC 03/10] alpha: switch to GENERIC_PCI_IOMAP
` [PATCH-RFC 04/10] arm: "
` [PATCH-RFC 05/10] microblaze: "
` [PATCH-RFC 06/10] mips: "
` [PATCH-RFC 07/10] parisc: "
` [PATCH-RFC 08/10] powerpc: "
` [PATCH-RFC 09/10] sh: "
` [PATCH-RFC 10/10] sparc: "
[PATCH] m68knommu: remove unused anchor.h include file
2011-11-25 6:47 UTC
[PATCH] m68knommu: hard set the ColdFire MBAR register on startup
2011-11-25 1:36 UTC
[PATCH] m68k: simpler m68k and ColdFire CPU's can use generic csum code
2011-11-24 23:36 UTC (2+ messages)
[PATCH 01/16] pmac_zilog: fix unexpected irq
2011-11-24 20:43 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