messages from 2011-08-26 11:32:28 to 2011-10-25 07:21:12 UTC [more...]
[PATCH 00/36] m68k: ColdFire MMU support
2011-10-25 7:19 UTC (31+ 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 25/36] m68k: create ColdFire MMU pgalloc code
` [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 30/36] m68k: adjustments to stack frame for ColdFire with MMU enabled
` [PATCH 32/36] m68k: use new style interrupt handling "
` [PATCH 34/36] m68k: add ColdFire with MMU enabled support to the m68k mem init code
` [PATCH 36/36] m68k: allow ColdFire 547x and 548x CPUs to be built with MMU enabled
[git pull] m68knommu arch updates for 3.2
2011-10-25 2:29 UTC
[git pull] m68k updates for 3.2
2011-10-24 19:26 UTC
[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 (46+ messages)
` [PATCH 01/28] genirq: Add missing "else" in irq_shutdown()
` [PATCH 02/28] ide-{cd,floppy,tape}: Do not include <linux/irq.>
` [PATCH 03/28] keyboard: "
` [PATCH 04/28] m68k/irq: Rename irq_controller to irq_chip
` [PATCH 05/28] m68k/irq: Kill irq_node_t typedef, always use struct irq_node
` [PATCH 06/28] m68k/irq: Rename irq_node to irq_data
` [PATCH 07/28] m68k/irq: Switch irq_chip methods to "struct irq_data *data"
` [PATCH 08/28] m68k/irq: Rename setup_irq() to m68k_setup_irq() and make it static
` [PATCH 09/28] m68k/irq: Extract irq_set_chip()
` [PATCH 10/28] m68k/irq: Add m68k_setup_irq_controller()
` [PATCH 11/28] m68k/irq: Rename {,__}m68k_handle_int()
` [PATCH 12/28] m68k/irq: Remove obsolete IRQ_FLG_* definitions and users
` [PATCH 13/28] m68k/irq: Add genirq support
` [PATCH 14/28] m68k/atari: Convert Atari to genirq
` [PATCH 15/28] m68k/atari: Remove code and comments about different irq types
` [PATCH 16/28] m68k/amiga: Refactor amiints.c
` [PATCH 17/28] m68k/amiga: Convert Amiga to genirq
` [PATCH 18/28] m68k/amiga: Optimize interrupts using chain handlers
` [PATCH 19/28] m68k/mac: Convert Mac to genirq
` [PATCH 20/28] m68k/mac: Optimize interrupts using chain handlers
` [PATCH 21/28] m68k/hp300: Convert HP9000/300 and HP9000/400 to genirq
` [PATCH 22/28] m68k/vme: Convert VME "
` [PATCH 23/28] m68k/apollo: Convert Apollo "
` [PATCH 24/28] m68k/sun3: Use the kstat_irqs_cpu() wrapper
` [PATCH 25/28] m68k/sun3: Convert Sun3/3x to genirq
` [PATCH 26/28] m68k/q40: Convert Q40/Q60 "
` [PATCH 27/28] m68k/irq: Remove obsolete m68k irq framework
` [PATCH 28/28] m68k/irq: Remove obsolete support for user vector interrupt fixups
[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)
Business transaction
2011-09-11 15:07 UTC
[PATCH] macmace: disable only the dma interrupt
2011-09-11 10:02 UTC (3+ messages)
[PATCH] mac_esp: remove redundant mutual exclusion
2011-09-11 9:57 UTC
[PATCH] mac_esp: remove redundant mutual exclusion
2011-09-10 18:28 UTC (2+ messages)
[PATCH 12/62] m64k: irq: Remove IRQF_DISABLED
2011-09-10 2:01 UTC (4+ messages)
m68k: [v5] Convert to genirq (WIP)
2011-09-05 20:18 UTC (10+ messages)
m68k: remove thread_info struct from thread struct
2011-09-05 4:41 UTC (2+ messages)
` [PATCH] "
[PATCH]Finally remove letfover markers section
2011-09-04 9:33 UTC
Hello my dear
2011-09-03 18:53 UTC
[PATCH] m68k: remove dead definition from thread-info.h
2011-09-02 12:48 UTC (2+ messages)
[PATCH] m68k: remove duplicate asm offset for task thread.info
2011-09-02 5:21 UTC
[PATCH] m68knommu: remove unused fasthandler declaration
2011-09-02 5:17 UTC
[PATCH] m68k: merge the init_task code for mmu and non-mmu targets
2011-09-02 5:20 UTC
[PATCH 2/4] TTY: serial, remove dead code from 68328
2011-08-31 19:51 UTC (5+ messages)
` [PATCH 4/4] TTY: serial, move 68360 driver to staging
[PATCH] bitops: Move find_next_bit.o from lib-y to obj-y
2011-08-30 23:52 UTC
[PATCH] bitops: Move find_next_bit.o from lib-y to obj-y
2011-08-30 13:17 UTC
m68k: Convert to genirq (WIP)
2011-08-26 16:09 UTC (8+ 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