public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2011-10-20 16:03:28 to 2011-11-11 09:03:35 UTC [more...]

[PATCH] m68k: don't comment out syscalls used by glibc
 2011-11-11  9:03 UTC  (5+ messages)

m68knommu git tree is back on kernel.org
 2011-11-11  5:55 UTC 

[PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses
 2011-11-11  2:02 UTC  (5+ messages)
` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn

[PATCH] [TRIVIAL] 8250_hp300: Fix warning typo 'CONFIG_8250'
 2011-11-10 10:22 UTC  (6+ messages)

[PATCH 0/5] treewide: __attribute__ neatening
 2011-11-10  9:41 UTC 

[git pull] m68k updates for 3.2
 2011-11-09 19:37 UTC 

CONFIG_FEC2
 2011-11-09 19:35 UTC 

[PATCH] m68k: Atari EtherNAT - remove use of ndo_set_multicast_list in drivers
 2011-11-08 22:16 UTC 

[PATCH] m68k/hp300: Export hp300_ledstate
 2011-11-07 20:27 UTC 

[PATCH] m68k: add ColdFire FPU support for the V4e ColdFire CPU's
 2011-11-04  1:16 UTC  (7+ messages)

[PATCH] m68k: make fp register stores consistent for m68k and ColdFire
 2011-11-04  1:14 UTC  (3+ messages)

[PATCH] m68k/atari: SCC - Move Atari serial driver to staging
 2011-11-03 15:12 UTC  (5+ messages)

Business Proposal
 2011-11-03 15:04 UTC 

[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
 2011-11-03  3:45 UTC  (9+ messages)
` [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] net/ethernet: Move mac89x0.c from apple to cirrus
 2011-11-01 23:33 UTC  (2+ messages)

[PATCH 00/16] more mac68k fixes and cleanup
 2011-10-31 19:16 UTC  (19+ 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] m68k: Revive lost DIO bus config option
 2011-10-31 17:08 UTC  (3+ messages)

[PATCH 00/36] m68k: ColdFire MMU support
 2011-10-31  5:46 UTC  (55+ 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 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 

[GIT PATCH] big staging merge for 3.2
 2011-10-29 12:24 UTC 

Hi
 2011-10-28 11:15 UTC 

[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/28 v6] m68k: Convert to genirq
 2011-10-23 12:12 UTC  (7+ messages)

[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


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