messages from 2015-07-25 07:28:19 to 2015-11-09 18:17:07 UTC [more...]
[PATCH 01/16] dma-mapping: make the generic coherent dma mmap implementation optional
2015-11-09 18:17 UTC (2+ messages)
` [PATCH 02/16] arc: convert to dma_map_ops
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 (29+ messages)
` [RFC v6 01/25] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v6 02/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [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 05/25] char/nvram: Adopt arch_nvram_ops
` [RFC v6 06/25] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v6 07/25] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v6 08/25] char/nvram: Implement NVRAM read/write methods
` [RFC v6 09/25] char/nvram: Use generic fixed_size_llseek()
` [RFC v6 10/25] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v6 11/25] char/nvram: Add "devname:nvram" module alias
` [RFC v6 12/25] powerpc: Cleanup nvram includes
` [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 (25+ messages)
` [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [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
halo
2015-08-22 11:38 UTC
[RFC v5 00/26] Re-use nvram module
2015-08-17 8:48 UTC (31+ messages)
` [RFC v5 01/26] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v5 02/26] char/nvram: Use bitwise OR to obtain Atari video mode data
` [RFC v5 03/26] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v5 04/26] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [RFC v5 05/26] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v5 06/26] char/nvram: Adopt arch_nvram_ops
` [RFC v5 07/26] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v5 08/26] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v5 09/26] char/nvram: Implement NVRAM read/write methods
` [RFC v5 10/26] char/nvram: Use generic fixed_size_llseek()
` [RFC v5 11/26] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 12/26] char/nvram: Add "devname:nvram" module alias
` [RFC v5 13/26] powerpc: Cleanup nvram includes
` [RFC v5 14/26] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v5 15/26] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v5 16/26] powerpc: Implement nvram sync ioctl
` [RFC v5 17/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC and CONFIG_NVRAM
` [RFC v5 18/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v5 19/26] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v5 20/26] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 21/26] char/generic_nvram: Remove as unused
` [RFC v5 22/26] powerpc: Adopt nvram module for PPC64
` [RFC v5 23/26] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v5 24/26] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v5 25/26] m68k/mac: Fix PRAM accessors
` [RFC v5 26/26] m68k: Dispatch nvram_ops calls to Atari or Mac functions
[PATCH v2] m68k/coldfire: use PFN_DOWN macro
2015-08-13 0:27 UTC
[PATCH v7 2/6] mm: mlock: Add new mlock system call
2015-08-12 9:45 UTC (2+ messages)
[PATCH v2] m68k/coldfire: use PFN_DOWN macro
2015-08-12 7:14 UTC
[PATCH] m68k/coldfire: use PFN_DOWN macro
2015-08-11 19:02 UTC (4+ messages)
[PATCH 03/31] arch/m68k/bootinfo: use kmemdup rather than duplicating its implementation
2015-08-07 10:23 UTC (2+ messages)
[PATCH V6 2/6] mm: mlock: Add new mlock system call
2015-08-06 14:00 UTC (2+ messages)
Great News!!!
2015-08-03 11:46 UTC
General web-mail maintenance!!!
2015-07-29 15:31 UTC
Re
2015-07-28 19:27 UTC
Please can I trust you?
2015-07-28 16:57 UTC
[PATCH V5 2/7] mm: mlock: Add new mlock system call
2015-07-27 6:43 UTC
AW: Aufmerksamkeit!
2015-07-25 8:49 UTC
AW: Aufmerksamkeit!
2015-07-25 8:45 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