public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2016-02-11 01:39:48 to 2016-03-23 10:10:19 UTC [more...]

[PATCH v4 00/23] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-23 10:10 UTC  (9+ messages)
` [PATCH v4 02/23] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH v4 03/23] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH v4 04/23] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH v4 05/23] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH v4 06/23] ncr5380: Remove PSEUDO_DMA macro
` [PATCH v4 08/23] ncr5380: Use DMA hooks for PDMA
` [PATCH v4 09/23] ncr5380: Adopt uniform DMA setup convention
` [PATCH v4 10/23] ncr5380: Merge DMA implementation from atari_NCR5380 core driver

[PATCH v3 00/23] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-23  7:29 UTC  (30+ messages)
` [PATCH v3 01/23] g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
` [PATCH v3 02/23] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH v3 03/23] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH v3 04/23] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH v3 05/23] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH v3 06/23] ncr5380: Remove PSEUDO_DMA macro
` [PATCH v3 07/23] ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
` [PATCH v3 08/23] ncr5380: Use DMA hooks for PDMA
` [PATCH v3 09/23] ncr5380: Adopt uniform DMA setup convention
` [PATCH v3 10/23] ncr5380: Merge DMA implementation from atari_NCR5380 core driver
` [PATCH v3 11/23] atari_scsi: Adopt NCR5380.c "
` [PATCH v3 12/23] sun3_scsi: "
` [PATCH v3 13/23] ncr5380: Remove disused atari_NCR5380.c "
` [PATCH v3 14/23] ncr5380: Reduce max_lun limit
` [PATCH v3 15/23] dmx3191d: Drop max_sectors limit
` [PATCH v3 16/23] ncr5380: Fix register decoding for debugging
` [PATCH v3 17/23] ncr5380: Remove remaining register storage qualifiers
` [PATCH v3 18/23] ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
` [PATCH v3 19/23] ncr5380: Update usage documentation
` [PATCH v3 20/23] atari_scsi: Set a reasonable default for cmd_per_lun
` [PATCH v3 21/23] atari_scsi: Allow can_queue to be increased for Falcon
` [PATCH v3 22/23] mac_scsi: Fix pseudo DMA implementation
` [PATCH v3 23/23] ncr5380: Call complete_cmd() for disconnected commands on bus reset

[PATCH] m68k: Wire up preadv2 and pwritev2
 2016-03-21 10:40 UTC 

BUG: workqueue lockup
 2016-03-21  0:01 UTC  (4+ messages)

RE
 2016-03-19 10:06 UTC 

我的个人主页是
 2016-03-09 14:51 UTC 

[PATCH 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-18  7:03 UTC  (57+ messages)
` [PATCH 01/22] g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
` [PATCH 02/22] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH 03/22] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH 04/22] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH 05/22] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH 06/22] ncr5380: Remove PSEUDO_DMA macro
` [PATCH 07/22] ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
` [PATCH 08/22] ncr5380: Use DMA hooks for PDMA
` [PATCH 09/22] ncr5380: Adopt uniform DMA setup convention
` [PATCH 10/22] ncr5380: Merge DMA implementation from atari_NCR5380 core driver
` [PATCH 11/22] atari_scsi: Adopt NCR5380.c "
` [PATCH 12/22] sun3_scsi: "
` [PATCH 13/22] ncr5380: Remove disused atari_NCR5380.c "
` [PATCH 14/22] ncr5380: Add MAX_LUN limit
` [PATCH 15/22] dmx3191d: Drop max_sectors limit
` [PATCH 16/22] ncr5380: Fix register decoding for debugging
` [PATCH 17/22] ncr5380: Remove remaining register storage qualifiers
` [PATCH 18/22] ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
` [PATCH 19/22] ncr5380: Update usage documentation
` [PATCH 20/22] atari_scsi: Set a reasonable default for cmd_per_lun
` [PATCH 21/22] atari_scsi: Allow can_queue to be increased for Falcon
` [PATCH 22/22] mac_scsi: Fix pseudo DMA implementation

[git pull] m68knommu/coldfire fixes for 4.6
 2016-03-17 22:18 UTC 

我的交友信息在
 2016-03-16 21:12 UTC 

[PATCH v2 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-16  3:19 UTC  (23+ messages)
` [PATCH v2 01/22] g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
` [PATCH v2 02/22] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH v2 03/22] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH v2 04/22] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH v2 05/22] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH v2 06/22] ncr5380: Remove PSEUDO_DMA macro
` [PATCH v2 07/22] ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
` [PATCH v2 08/22] ncr5380: Use DMA hooks for PDMA
` [PATCH v2 09/22] ncr5380: Adopt uniform DMA setup convention
` [PATCH v2 10/22] ncr5380: Merge DMA implementation from atari_NCR5380 core driver
` [PATCH v2 11/22] atari_scsi: Adopt NCR5380.c "
` [PATCH v2 12/22] sun3_scsi: "
` [PATCH v2 13/22] ncr5380: Remove disused atari_NCR5380.c "
` [PATCH v2 14/22] ncr5380: Reduce max_lun limit
` [PATCH v2 15/22] dmx3191d: Drop max_sectors limit
` [PATCH v2 16/22] ncr5380: Fix register decoding for debugging
` [PATCH v2 17/22] ncr5380: Remove remaining register storage qualifiers
` [PATCH v2 18/22] ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
` [PATCH v2 19/22] ncr5380: Update usage documentation
` [PATCH v2 20/22] atari_scsi: Set a reasonable default for cmd_per_lun
` [PATCH v2 21/22] atari_scsi: Allow can_queue to be increased for Falcon
` [PATCH v2 22/22] mac_scsi: Fix pseudo DMA implementation

[git pull] m68k updates for 4.6
 2016-03-15 12:21 UTC 

FUND TRANSFER (KEEP AS CONFIDENTIAL)
 2016-03-13  5:49 UTC 

[PATCH 1/6] rtc: generic: allow building on all architectures
 2016-03-10  4:41 UTC  (13+ messages)
` [PATCH 2/6] m68k: rtc: provide rtc_class_ops directly
` [PATCH 3/6] powerpc: "
` [PATCH 4/6] parisc: "
` [PATCH 5/6] sh: "
` [PATCH 6/6] rtc: generic: remove get_rtc_time/set_rtc_time wrappers
` [PATCH 0/6] rtc: generic: follow up for COMPILE_TEST

[3.13 regression] kswapd0 and ksoftirqd/0 CPU hogs
 2016-03-06  9:20 UTC  (11+ messages)

我的照片在:
 2016-03-02 19:37 UTC 

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCH 3/6] powerpc: rtc: provide rtc_class_ops directly
 2016-03-01 20:31 UTC  (2+ messages)

[PATCH 0/6] rtc: generic: follow up for COMPILE_TEST
 2016-03-01 16:59 UTC 

[PATCH 0/6] ncr5380: Exception handling fixes for v4.5
 2016-03-01 13:00 UTC  (10+ messages)
` [PATCH 1/6] ncr5380: Correctly clear command pointers and lists after bus reset
` [PATCH 2/6] ncr5380: Dont release lock for PIO transfer
` [PATCH 3/6] ncr5380: Dont re-enter NCR5380_select()
` [PATCH 4/6] ncr5380: Forget aborted commands
` [PATCH 5/6] ncr5380: Fix NCR5380_select() EH checks and result handling
` [PATCH 6/6] ncr5380: Call scsi_eh_prep_cmnd() and scsi_eh_restore_cmnd() as and when appropriate

[PATCH] m68k: Fix misspellings in comments
 2016-02-29  9:37 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] m68k: use conventional function parameters for do_sigreturn
 2016-02-29  9:36 UTC  (8+ messages)

[PATCH] m68knommu: remove obsolete 68360 support
 2016-02-29  2:07 UTC 

我的联系方式在
 2016-02-28 18:03 UTC 

我在这里等你
 2016-02-28 18:03 UTC 

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:38 UTC 

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: mloginova19@gmail.com Skype: prodawez389
 2016-02-27 11:54 UTC 

[PATCH 4.4 133/137] timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
 2016-02-24  3:34 UTC  (3+ messages)
` [PATCH 4.4 134/137] posix-timers: "
` [PATCH 4.4 135/137] itimers: "

[PATCH 3.2 02/67] hrtimer: Handle remaining time proper for TIME_LOW_RES
 2016-02-23 21:42 UTC  (4+ messages)
` [PATCH 3.2 04/67] posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
` [PATCH 3.2 03/67] timerfd: "
` [PATCH 3.2 05/67] itimers: "

[PATCH] ncr5380: Don't re-enter NCR5380_select() when aborting a command
 2016-02-22 23:01 UTC  (2+ messages)

[fengguang.wu@intel.com: [pnfs:xfs-nfsd-clone] 57b7d25bf4c57ebe0fbd2d8c5b37edf503175e1f BUILD DONE]
 2016-02-22  9:05 UTC  (3+ messages)

Kindly view the attached file for your perusal.,Remain blessed in the name of the Lord
 2016-02-15 12:34 UTC 

更多关于我的信息在
 2016-02-15  0:41 UTC 

[git pull] m68k updates for 4.5 (take two)
 2016-02-15  9:00 UTC 

[PATCH 4.3 098/200] hrtimer: Handle remaining time proper for TIME_LOW_RES
 2016-02-14 22:21 UTC 

[PATCH 4.4 023/117] hrtimer: Handle remaining time proper for TIME_LOW_RES
 2016-02-14 22:21 UTC 

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: vfalatov@gmail.com Skype: prodawez389
 2016-02-13  8:46 UTC 

Business Partnership
 2016-02-11  1:30 UTC 

Business Partnership
 2016-02-11  1:02 UTC 


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