linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-27 09:47:41 to 2011-08-22 20:11:12 UTC [more...]

[PATCH v2 00/24] C6X: New architecture patch set
 2011-08-22 20:09 UTC  (24+ messages)
` [PATCH 01/24] fix default __strnlen_user macro
` [PATCH 02/24] fixed generic page.h for non-zero PAGE_OFFSET
` [PATCH 03/24] add ELF machine define for TI C6X DSPs
` [PATCH 04/24] C6X: build infrastructure
` [PATCH 05/24] C6X: early boot code
` [PATCH 06/24] C6X: devicetree
` [PATCH 07/24] C6X: memory management and DMA support
` [PATCH 08/24] C6X: process management
` [PATCH 09/24] C6X: signal management
` [PATCH 10/24] C6X: time management
` [PATCH 11/24] C6X: interrupt handling
` [PATCH 12/24] C6X: syscalls
` [PATCH 13/24] C6X: traps
` [PATCH 14/24] C6X: clocks
` [PATCH 15/24] C6X: cache control
` [PATCH 16/24] C6X: loadable module support
` [PATCH 17/24] C6X: ptrace support
` [PATCH 18/24] C6X: headers
` [PATCH 19/24] C6X: library code
` [PATCH 20/24] C6X: general SoC support
` [PATCH 21/24] C6X: specific "
` [PATCH 22/24] C6X: EMIF - External Memory Interface
` [PATCH 23/24] C6X: Power and Sleep Controller

__ARCH_WANT_SYSCALL_DEPRECATED
 2011-08-22 19:36 UTC 

__ARCH_WANT_SYSCALL_DEPRECATED
 2011-08-22 19:36 UTC 

[PATCH 01/43] signal: Add block_sigmask() for adding sigmask to current->blocked
 2011-08-22 15:56 UTC  (5+ messages)

Attn: mailbox storage limit/quota exceeded
 2011-08-21 14:34 UTC 

[PATCH 2/2] include: Fix compile warning in include/linux/bitops.h
 2011-08-20 15:12 UTC 

E-Mail Account Maintenance
 2011-08-21  4:13 UTC 

[PATCH 15/16] freezer: remove now unused TIF_FREEZE
 2011-08-19 14:16 UTC  (2+ messages)

How to trace compat syscalls? [Was Re: [PATCH] MIPS: use 32-bit wrapper for compat_sys_futex]
 2011-08-19  4:15 UTC  (2+ messages)

Dear Account Owner
 2011-08-19  1:11 UTC 

[PATCHSET tip:x86/memblock] memblock: Kill early_node_map[]
 2011-08-18 21:13 UTC  (24+ messages)
` [PATCH 08/23] memblock: Reimplement __memblock_remove() using memblock_isolate_range()
  ` [PATCH UPDATED "
` [PATCH 16/23] sparc: Use HAVE_MEMBLOCK_NODE_MAP
  ` [PATCH UPDATED "
` [PATCH 19/23] mips: "
` [PATCH 22/23] memblock: Kill early_node_map[]
  ` [PATCH UPDATED "
` [PATCH 0.5/23] memblock: Fix include breakages caused by 24aa07882b

[PATCH] memcg: remove unneeded preempt_disable
 2011-08-19  0:00 UTC  (3+ messages)

[PATCH 00/24] C6X: New architecture patch set
 2011-08-17 13:34 UTC  (51+ messages)
` [PATCH 01/24] fix default __strnlen_user macro
` [PATCH 02/24] fixed generic page.h for non-zero PAGE_OFFSET
` [PATCH 03/24] add ELF machine define for TI C6X DSPs
` [PATCH 04/24] C6X: build infrastructure
` [PATCH 05/24] C6X: early boot code
` [PATCH 06/24] C6X: devicetree
` [PATCH 07/24] C6X: memory management
` [PATCH 08/24] C6X: process management
` [PATCH 09/24] C6X: signal management
` [PATCH 10/24] C6X: time management
` [PATCH 11/24] C6X: interrupt handling
` [PATCH 12/24] C6X: syscalls
` [PATCH 13/24] C6X: traps
` [PATCH 14/24] C6X: clocks
` [PATCH 15/24] C6X: cache control
` [PATCH 16/24] C6X: module support
` [PATCH 17/24] C6X: ptrace support
` [PATCH 18/24] C6X: headers
` [PATCH 19/24] C6X: library code
` [PATCH 20/24] C6X: general machine and SoC support
` [PATCH 21/24] C6X: specific "
` [PATCH 22/24] C6X: specific board support
` [PATCH 23/24] C6X: miscellaneous low-level SoC support
` [PATCH 24/24] C6X: MAINTAINERS

good day??
 2011-08-17  9:33 UTC 

+ cross-memory-attach-v4.patch added to -mm tree
 2011-08-16 16:39 UTC  (2+ messages)

Apply for loan today at 3% interest rate
 2011-08-15 13:12 UTC 

HELLO
 2011-08-15 12:38 UTC 

linux-arch@vger.kernel.org
 2011-08-15  1:04 UTC 

[PATCH resend] asm/types.h: All architectures use int-ll64.h in kernelspace
 2011-08-13 21:25 UTC  (3+ messages)

Secret No:089188/11
 2011-08-12  0:22 UTC 

[RFC/PULL 00/11] introduce export.h; reduce module.h usage
 2011-08-11 17:20 UTC  (34+ messages)
` [PATCH 01/11] module.h: split out the EXPORT_SYMBOL for faster compiles
` [PATCH 02/11] sysdev.h: dont include <linux/module.h> for no reason
` [PATCH 03/11] net: inet_timewait_sock doesnt need <linux/module.h>
` [PATCH 04/11] device_cgroup.h: delete needless include <linux/module.h>
` [PATCH 05/11] crypto.h: remove unused crypto_tfm_alg_modname() inline
` [PATCH 06/11] linux/stop_machine.h: fix implicit use of smp.h for smp_processor_id
` [PATCH 07/11] pm_runtime.h: explicitly requires notifier.h
` [PATCH 08/11] uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
` [PATCH 09/11] net: sch_generic remove redundant use of <linux/module.h>
` [PATCH 10/11] include: convert various register fcns to macros to avoid include chaining
` [PATCH 11/11] include: replace linux/module.h with "struct module" wherever possible

i need your assistance to transfer $22,5million dollars to your country
 2011-08-11  1:09 UTC 

Dear Account user
 2011-08-06 11:08 UTC 

Dear User
 2011-08-06  1:31 UTC 

Dear Account Owner
 2011-08-03  7:21 UTC 

[PATCHv4 01/11] atomic: add *_dec_not_zero
 2011-08-02  9:58 UTC  (37+ messages)
  ` [PATCHv4 02/11] batman-adv: Remove private define of atomic_dec_not_zero
` [PATCHv4 03/11] fault_inject: "
` [PATCHv4 04/11] PM: Use *_dec_not_zero instead of *_add_unless
` [PATCHv4 05/11] omap3isp: "
    `  "
` [PATCHv4 06/11] qeth: "
` [PATCHv4 07/11] ext4: "
` [PATCHv4 08/11] xfs: "
` [PATCHv4 09/11] memcg: "
` [PATCHv4 10/11] drop_monitor: "
    `  "
` [PATCHv4 11/11] Phonet: "

offer
 2011-07-28  2:23 UTC 

[PATCH] Cross Memory Attach v4
 2011-07-27 14:49 UTC  (4+ messages)
  ` [PATCH] Cross Memory Attach v4 (patch updated)

PICK UP MTCN 9500834460
 2011-07-27  8:25 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).