messages from 2015-08-23 10:41:42 to 2015-11-18 08:35:17 UTC [more...]
[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
2015-11-18 8:35 UTC (20+ messages)
` [PATCH 01/71] atari_scsi: Fix SCSI host ID setting
` [PATCH 02/71] ncr5380: Remove redundant static variable initializers
` [PATCH 03/71] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH 04/71] ncr5380: Remove more pointless macros
` [PATCH 05/71] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH 07/71] ncr5380: Split NCR5380_init() into two functions
` [PATCH 08/71] ncr5380: Move NCR53C400-specific code
` [PATCH 09/71] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH 10/71] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH 11/71] ncr5380: Simplify bus reset handlers
` [PATCH 12/71] ncr5380: Remove unused hostdata->aborted flag
` [PATCH 13/71] ncr5380: Remove redundant register writes
` [PATCH 14/71] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH 15/71] ncr5380: Always escalate bad target time-out "
` [PATCH 16/71] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH 18/71] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH 19/71] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH 20/71] ncr5380: Introduce unbound workqueue
` [PATCH 22/71] ncr5380: Eliminate selecting state
[PATCH 0/8] Amiga XSurf100 patch series, to be submitted to linux-net
2015-11-18 8:09 UTC (17+ messages)
` [PATCH 1/8] aX88796: Fix MAC address reading
` [PATCH 2/8] ax88796: Attach MII bus only when open
` [PATCH 3/8] ax88796: Move mii support functions upwards to prevent need of forward declaration
` [PATCH 4/8] ax88796: Do not free IRQ that did not get requested
` [PATCH 5/8] ax88796: Add block_input/output hooks to ax_plat_data
` [PATCH 6/8] ax88796: add interrupt status callback to platform data
` [PATCH 7/8] ax88796: Add X-Surf 100 zorro driver providing an ax88796 platform device
` [PATCH 8/8] ax88796: use interrupt status callback for XSurf100 driver
[PATCH 1/4] m68k/mm: motorola - Add missing initialization of max_pfn
2015-11-17 19:54 UTC (12+ messages)
` [PATCH 2/4] m68k/mm: m54xx "
` [PATCH 3/4] m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfn
` [PATCH 4/4] m68knommu: "
` [PATCH 0/4] m68k/mm: "
[PATCH] m68k: Wire up mlock2
2015-11-17 0:37 UTC (2+ messages)
You have received a new fax, document 00787968
2015-11-15 15:08 UTC
[PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn
2015-11-15 11:48 UTC
[PATCH 0/4] m68k/mm: Add missing initialization of max_pfn and {min,max}_low_pfn
2015-11-15 11:04 UTC
You have 1 new fax, document 0000567389
2015-11-13 5:18 UTC
[PATCH 01/16] dma-mapping: make the generic coherent dma mmap implementation optional
2015-11-11 15:07 UTC (18+ messages)
` [PATCH 02/16] arc: convert to dma_map_ops
` [PATCH 03/16] avr32: "
` [PATCH 04/16] blackfin: "
` [PATCH 05/16] c6x: "
` [PATCH 06/16] cris: "
` [PATCH 07/16] nios2: "
` [PATCH 08/16] frv: "
` [PATCH 09/16] parisc: "
` [PATCH 10/16] mn10300: "
` [PATCH 11/16] m68k: "
` [PATCH 12/16] metag: "
` [PATCH 13/16] sparc: use generic dma_set_mask
` [PATCH 14/16] tile: uninline dma_set_mask
` [PATCH 15/16] dma-mapping: always provide the dma_map_ops based implementation
` [PATCH 16/16] dma-mapping: remove <asm-generic/dma-coherent.h>
use dma_map_ops for all architectures
2015-11-09 18:17 UTC
[git pull] m68knommu/coldfire fixes for 4.4
2015-11-09 3:06 UTC
test_user_copy may kill ARAnyM
2015-11-08 13:06 UTC
[PATCH] m68k/mac: Kill psc_present
2015-11-06 11:20 UTC
Re:linux-m68k在么;(AD)
2015-11-05 2:09 UTC
Re:linux-m68k在么;(AD)
2015-11-05 2:09 UTC
Eure Hilfe
2015-11-04 7:56 UTC
[git pull] m68k updates for 4.4
2015-11-02 8:53 UTC
Grüße,
2015-11-01 15:38 UTC
[PATCH v7 00/26] Re-use nvram module
2015-11-01 10:42 UTC (27+ messages)
` [PATCH v7 01/26] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [PATCH v7 02/26] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [PATCH v7 03/26] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [PATCH v7 04/26] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [PATCH v7 05/26] char/nvram: Adopt arch_nvram_ops
` [PATCH v7 06/26] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [PATCH v7 07/26] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [PATCH v7 08/26] char/nvram: Implement NVRAM read/write methods
` [PATCH v7 09/26] char/nvram: Use generic fixed_size_llseek()
` [PATCH v7 10/26] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [PATCH v7 11/26] char/nvram: Add "devname:nvram" module alias
` [PATCH v7 12/26] powerpc: Cleanup nvram includes
` [PATCH v7 13/26] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [PATCH v7 14/26] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [PATCH v7 15/26] powerpc: Implement nvram sync ioctl
` [PATCH v7 16/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC and CONFIG_NVRAM
` [PATCH v7 17/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [PATCH v7 18/26] nvram: Drop nvram_* symbol exports and prototypes
` [PATCH v7 19/26] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [PATCH v7 20/26] char/generic_nvram: Remove as unused
` [PATCH v7 21/26] powerpc: Adopt nvram module for PPC64
` [PATCH v7 22/26] powerpc: Remove pmac_xpram_{read,write} functions
` [PATCH v7 23/26] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [PATCH v7 24/26] m68k/mac: Use macros for RTC accesses not magic numbers
` [PATCH v7 25/26] m68k/mac: Fix PRAM accessors
` [PATCH v7 26/26] m68k: Dispatch nvram_ops calls to Atari or Mac functions
(unknown),
2015-10-29 4:18 UTC
atakbd_keycode
2015-10-27 7:40 UTC (2+ messages)
Attn: Sir/Madam
2015-10-26 12:19 UTC
Administrative Notice
2015-10-26 3:48 UTC
LOAN OFFER
2015-10-21 9:25 UTC
LOAN OFFER
2015-10-20 10:23 UTC
LOAN OFFER
2015-10-19 21:19 UTC
[RFC v6 00/25] Re-use nvram module
2015-10-14 11:19 UTC (19+ messages)
` [RFC v6 03/25] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [RFC v6 03/25] m68k/atari: Replace nvram_{read,write}_byte "
` [RFC v6 04/25] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v6 13/25] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v6 14/25] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v6 15/25] powerpc: Implement nvram sync ioctl
` [RFC v6 16/25] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC and CONFIG_NVRAM
` [RFC v6 17/25] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v6 18/25] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v6 19/25] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v6 20/25] char/generic_nvram: Remove as unused
` [RFC v6 21/25] powerpc: Adopt nvram module for PPC64
` [RFC v6 22/25] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v6 23/25] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v6 24/25] m68k/mac: Fix PRAM accessors
` [RFC v6 25/25] m68k: Dispatch nvram_ops calls to Atari or Mac functions
LOAN OFFER!
2015-10-12 14:13 UTC
I Have An Urgent Matter To Discuss With You
2015-10-11 22:12 UTC
Unexpected Luck
2015-10-11 21:02 UTC
Gelten Sie für dringende Darlehen bieten1.4%
2015-10-07 10:17 UTC
[git pull] m68k updates for 4.3 (take two)
2015-10-02 15:54 UTC
Darlehen anbieten 1,5%
2015-10-02 7:36 UTC
[PATCH 0/5] net: m68k: Allow modular build
2015-09-30 4:11 UTC (7+ messages)
` [PATCH 1/5] net: mac8390: "
` [PATCH 2/5] net: 7990: Export lance_poll() to modules
` [PATCH 3/5] net: hplance: Allow modular build
` [PATCH 4/5] m68k/mac: Export Peripheral System Controller (PSC) base address to modules
` [PATCH 5/5] net: macmace: Allow modular build
[PATCH net-next 0/6] make non-modular code explicitly non-modular
2015-09-29 13:33 UTC (8+ messages)
` [PATCH 4/6] net/ethernet: make amd/hplance.c driver "
` [PATCH 5/6] net/ethernet: make 8390/mac8390.c "
` [PATCH 6/6] net/ethernet: make apple/macmace.c "
[PATCH] m68k: define asmlinkage_protect
2015-09-28 8:07 UTC (2+ messages)
consignment
2015-09-25 22:07 UTC
[PATCH] m68k/sun3: Fix virtual addresses of clock and interrupt register
2015-09-25 10:45 UTC (3+ messages)
[PATCH v3 0/3] m68k: System call updates
2015-09-25 7:08 UTC (4+ messages)
` [PATCH v3 1/3] m68k: Wire up direct socket calls
` [PATCH v3 2/3] m68k: Wire up userfaultfd
` [PATCH v3 3/3] m68k: Wire up membarrier
(unknown),
2015-09-23 17:25 UTC
Drop IPC_OLD for direct ipc syscalls? (was: Re: [PATCH v2 3/4] m68k: Wire up direct ipc calls)
2015-09-20 13:28 UTC (3+ messages)
` Drop IPC_OLD for direct ipc syscalls?
[RFC v4 00/25] Re-use nvram module
2015-09-18 8:17 UTC (7+ messages)
` [RFC v4 17/25] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
[PATCH v2 1/4] m68k: Wire up direct socket calls
2015-09-17 15:39 UTC (8+ messages)
` [PATCH v2 2/4] m68k: Wire up userfaultfd
` [PATCH v2 3/4] m68k: Wire up direct ipc calls
` [PATCH v2 4/4] m68k: Wire up membarrier
[PATCH] m68k/sun3: Fix virtual addresses of clock and interrupt register
2015-09-14 9:40 UTC
[PATCH v2 0/4] m68k: System call updates
2015-09-14 8:56 UTC
[PATCH] m68k/defconfig: Update defconfigs for v4.3-rc1
2015-09-14 8:48 UTC
Your E-Ticket information, order #00719892
2015-09-12 12:59 UTC
General web-mail maintenance!!!
2015-09-11 13:06 UTC
[PATCH 1/2] [RFC] m68k: Wire up direct socket calls
2015-09-11 9:59 UTC (4+ messages)
` [PATCH 2/2] m68k: Wire up userfaultfd
(unknown),
2015-09-10 4:23 UTC
Contact Us For Unsecured Guaranteed Loans Today!!!?
2015-09-10 1:33 UTC
Cher utilisateur de messagerie Web
2015-09-09 8:54 UTC
[PATCH v9 2/6] mm: mlock: Add new mlock system call
2015-09-08 13:58 UTC
[git pull] m68knommu/coldfire fixes for 4.3
2015-09-07 1:56 UTC
Do you need a loan?
2015-08-31 19:42 UTC
[git pull] m68k updates for 4.3
2015-08-30 20:40 UTC
(unknown),
2015-08-30 2:29 UTC
LOAN OFFER OF ALL TYPES
2015-08-28 2:17 UTC
[PATCH] m68k/sun3: Use %pM format specifier to print ethernet address
2015-08-27 12:41 UTC (2+ messages)
loan services of different types
2015-08-26 19:44 UTC
[PATCH v8 2/6] mm: mlock: Add new mlock system call
2015-08-26 18:24 UTC
Good News !! Please Respond Swiftly
2015-08-25 13:11 UTC
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