messages from 2011-09-12 02:48:30 to 2011-10-31 04:48:13 UTC [more...]
[PATCH 00/36] m68k: ColdFire MMU support
2011-10-31 4:46 UTC (51+ messages)
` [PATCH 01/36] m68k: add machine and CPU definitions for ColdFire cores
` [PATCH 02/36] m68k: show ColdFire CPU/FPU/MMU type
` [PATCH 03/36] m68k: definitions for the ColdFire V4e MMU hardware
` [PATCH 04/36] m68k: make old interrupt code conditional on correct CPU types
` [PATCH 05/36] m68k: add TASK definitions for ColdFires running with MMU
` [PATCH 06/36] m68k: modify user space access functions to support ColdFire CPUs
` [PATCH 07/36] m68k: add ColdFire 54xx CPU MMU memory init code
` [PATCH 08/36] m68k: init the MMU hardware for the 54xx ColdFire
` [PATCH 09/36] m68k: set register a2 to current if MMU enabled on ColdFire
` [PATCH 10/36] m68k: page table support definitions and code for ColdFire MMU
` [PATCH 11/36] m68k: add page table size definitions for ColdFire V4e MMU
` [PATCH 12/36] m68k: add ColdFire paging exception handling code
` [PATCH 13/36] m68k: add cache support for V4e ColdFire cores running with MMU enabled
` [PATCH 14/36] m68k: modify ColdFire 54xx cache support for "
` [PATCH 15/36] m68k: add TLB flush support for the ColdFire V4e MMU hardware
` [PATCH 16/36] m68k: set ColdFire MMU page size
` [PATCH 17/36] m68k: ColdFire with MMU does not support separate address spaces
` [PATCH 18/36] m68k: ColdFire V4e MMU context support code
` [PATCH 19/36] m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path
` [PATCH 20/36] m68k: ColdFire with MMU needs simpler lib checksum code
` [PATCH 21/36] m68k: modify cache push and clear code for ColdFire with MMU enable
` [PATCH 22/36] m68k: use ColdFire V4e MMU flags when ioremapping()
` [PATCH 23/36] m68k: ColdFire V4e MMU paginit init code and miss handler
` [PATCH 24/36] m68k: compile appropriate mm arch files for ColdFire V4e MMU support
` [PATCH 25/36] m68k: create ColdFire MMU pgalloc code
` [PATCH 26/36] m68k: use non-MMU entry.S code when compiling for ColdFire CPU
` [PATCH 27/36] m68k: add code to setup a ColdFire 54xx platform when MMU enabled
` [PATCH 28/36] m68k: ColdFire with MMU enabled uses same clocking code as non-MMU
` [PATCH 29/36] m68k: use non-MMU linker script for ColdFire MMU builds
` [PATCH 30/36] m68k: adjustments to stack frame for ColdFire with MMU enabled
` [PATCH 31/36] m68k: completely disable FPU support for ColdFire
` [PATCH 32/36] m68k: use new style interrupt handling for ColdFire with MMU enabled
` [PATCH 33/36] m68k: define a ack_bad_irq() function for ColdFire with MMU
` [PATCH 34/36] m68k: add ColdFire with MMU enabled support to the m68k mem init code
` [PATCH 35/36] m68k: config option adjustments for configuring ColdFire with MMU
` [PATCH 36/36] m68k: allow ColdFire 547x and 548x CPUs to be built with MMU enabled
[PATCH] m68k: Revive lost DIO bus config option
2011-10-31 3:51 UTC (2+ messages)
[PATCH 00/27 v7] m68k: Convert to genirq
2011-10-31 1:29 UTC (29+ messages)
` [PATCH 01/27] ide-{cd,floppy,tape}: Do not include <linux/irq.h>
` [PATCH 02/27] m68k/irq: Rename irq_controller to irq_chip
` [PATCH 03/27] m68k/irq: Kill irq_node_t typedef, always use struct irq_node
` [PATCH 04/27] m68k/irq: Rename irq_node to irq_data
` [PATCH 05/27] m68k/irq: Switch irq_chip methods to "struct irq_data *data"
` [PATCH 06/27] m68k/irq: Rename setup_irq() to m68k_setup_irq() and make it static
` [PATCH 07/27] m68k/irq: Extract irq_set_chip()
` [PATCH 08/27] m68k/irq: Add m68k_setup_irq_controller()
` [PATCH 09/27] m68k/irq: Rename {,__}m68k_handle_int()
` [PATCH 10/27] m68k/irq: Remove obsolete IRQ_FLG_* users
` [PATCH 11/27] m68k/irq: Add genirq support
` [PATCH 12/27] m68k/atari: Convert Atari to genirq
` [PATCH 13/27] m68k/atari: Remove code and comments about different irq types
` [PATCH 14/27] m68k/amiga: Refactor amiints.c
` [PATCH 15/27] m68k/amiga: Convert Amiga to genirq
` [PATCH 16/27] m68k/amiga: Optimize interrupts using chain handlers
` [PATCH 17/27] m68k/mac: Convert Mac to genirq
` [PATCH 18/27] m68k/mac: Optimize interrupts using chain handlers
` [PATCH 19/27] m68k/hp300: Convert HP9000/300 and HP9000/400 to genirq
` [PATCH 20/27] m68k/vme: Convert VME "
` [PATCH 21/27] m68k/apollo: Convert Apollo "
` [PATCH 22/27] m68k/sun3: Use the kstat_irqs_cpu() wrapper
` [PATCH 23/27] m68k/sun3: Convert Sun3/3x to genirq
` [PATCH 24/27] m68k/q40: Convert Q40/Q60 "
` [PATCH 25/27] m68k/irq: Remove obsolete m68k irq framework
` [PATCH 26/27] m68k/irq: Remove obsolete support for user vector interrupt fixups
` [PATCH 27/27] m68k/mac: Remove mac_irq_{en,dis}able() wrappers
(unknown),
2011-10-30 22:24 UTC
[PATCH] net/ethernet: Move mac89x0.c from apple to cirrus
2011-10-29 18:09 UTC
[GIT PATCH] big staging merge for 3.2
2011-10-29 12:24 UTC
Hi
2011-10-28 11:15 UTC
[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
2011-10-27 22:52 UTC (8+ messages)
` [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers
` [PATCH v2] "
[PATCH] m68k: Fall back to __gpio_to_irq() for non-arch GPIOs
2011-10-27 4:19 UTC (2+ messages)
[PATCH] m68k: Revive lost ARAnyM config options
2011-10-26 0:22 UTC
[PATCH] m68k: Revive lost ARAnyM config options
2011-10-25 20:05 UTC
[git pull] m68knommu arch updates for 3.2
2011-10-25 14:27 UTC (4+ messages)
[git pull] m68k updates for 3.2
2011-10-25 8:36 UTC (3+ messages)
[PATCH 1/5] m68k/net: Remove obsolete IRQ_FLG_* users
2011-10-23 21:18 UTC (5+ messages)
` [PATCH 2/5] m68k/scsi: "
` [PATCH 3/5] m68k/serial: "
` [PATCH 4/5] m68k/irq: "
` [PATCH 5/5] m68k/irq: Remove obsolete IRQ_FLG_* definitions
[PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table
2011-10-23 14:59 UTC (6+ messages)
[PATCH 00/16] more mac68k fixes and cleanup
2011-10-23 14:11 UTC (17+ messages)
` [PATCH 01/16] pmac_zilog: fix unexpected irq
` [PATCH 02/16] macfb: fix black and white modes
` [PATCH 03/16] mac_sonic: add irq resources and cleanup
` [PATCH 04/16] m68k/mac: early console
` [PATCH 05/16] m68k/mac: cleanup mac_clear_irq
` [PATCH 06/16] m68k/mac: cleanup mac_irq_pending
` [PATCH 07/16] m68k/mac: cleanup forward declarations
` [PATCH 08/16] m68k/mac: enable via_alt_mapping on performa 580
` [PATCH 09/16] m68k/mac: fix nubus slot irq disable and shutdown
` [PATCH 10/16] m68k/mac: oss irq fixes
` [PATCH 11/16] m68k/mac: fix baboon irq disable and shutdown
` [PATCH 12/16] m68k/mac: fix powerbook 150 adb_type
` [PATCH 13/16] mac_scsi: fix mac_scsi on some powerbooks
` [PATCH 14/16] m68k/mac: cleanup macro case
` [PATCH 15/16] mac_scsi: dont enable mac_scsi irq before requesting it
` [PATCH 16/16] mac_esp: rename irq
[PATCH 00/28 v6] m68k: Convert to genirq
2011-10-23 12:12 UTC (19+ messages)
` [PATCH 01/28] genirq: Add missing "else" in irq_shutdown()
` [PATCH 24/28] m68k/sun3: Use the kstat_irqs_cpu() wrapper
` [PATCH 07/28] m68k/irq: Switch irq_chip methods to "struct irq_data *data"
` [PATCH 02/28] ide-{cd,floppy,tape}: Do not include <linux/irq.>
[PATCH RFC 6/8] m68k: implement syscall restart generically
2011-10-23 10:20 UTC
[PATCH 10/49] m68k: irq: Remove IRQF_DISABLED
2011-10-22 9:56 UTC
[PATCH] m68k: selection of GENERIC_IRQ_SHOW is not MMU specific
2011-10-21 21:38 UTC (3+ messages)
[PATCH] m68k: print memory layout info in boot log
2011-10-21 21:36 UTC (3+ messages)
[PATCH] m68k: selection of HAVE_GENERIC_HARDIRQS is not MMU specific
2011-10-21 15:02 UTC (2+ messages)
[PATCH] m68k: use of 64 div instruction is chip specific
2011-10-21 15:00 UTC (2+ messages)
[PATCH] m68k: selection of GENERIC_ATOMIC64 is not MMU specific
2011-10-21 7:03 UTC
[PATCH] m68k: support configure time command line for MMU m68k
2011-10-21 7:07 UTC
[PATCH] m68knommu: move definition of mach_gettod to where it is used
2011-10-21 7:07 UTC
[PATCH] m68k: drop unused Kconfig symbols
2011-10-21 5:19 UTC (2+ messages)
[PATCH 1/4] zorro: Rename Picasso IV Z2 "MEM" to "RAM" for consistency
2011-10-20 17:03 UTC (7+ messages)
` [PATCH 2/4] fbdev/cirrusfb: Rewrite Zorro graphics card probing
` [PATCH 3/4] fbdev/cirrusfb: Add support for Picasso IV in Zorro II mode
` [PATCH 4/4] fbdev/cirrusfb: Add support for "64 MiB" version of Picasso IV
[PATCH 12/21 v2] m68k: drop unused Kconfig symbols
2011-10-20 11:06 UTC (7+ messages)
[PATCH 12/21] m68k: drop unused Kconfig symbols
2011-10-18 12:05 UTC (5+ messages)
[PATCH 12/21] m68k: drop unused Kconfig symbols
2011-10-14 12:29 UTC
linux-m68k.git is back
2011-10-13 7:22 UTC
change of m68knommu git tree for linux-next
2011-10-11 15:37 UTC (2+ messages)
PROPOSAL
2011-10-05 18:25 UTC
Email Quota Exceeded
2011-10-03 17:02 UTC
[117/244] genirq: Make irq_shutdown() symmetric vs. irq_startup again
2011-09-28 22:01 UTC
[PATCH] zorro: Defer device_register() until all devices have been identified
2011-09-23 4:58 UTC (3+ messages)
[PATCH 10/55] m68k: irq: Remove IRQF_DISABLED
2011-09-22 8:58 UTC
[PATCH] macmace, macsonic: cleanup
2011-09-21 19:31 UTC (2+ messages)
[PATCH 10/57] m68k: irq: Remove IRQF_DISABLED
2011-09-21 9:28 UTC
[PATCH] zorro: Defer device_register() until all devices have been identified
2011-09-18 9:37 UTC
68000 patches (Atari ST platform)
2011-09-16 8:20 UTC (6+ 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