linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-05 00:14:14 to 2014-06-18 10:36:54 UTC [more...]

[REPOST PATCH 0/8] fence synchronization patches
 2014-06-18 10:36 UTC  (2+ messages)
` [REPOST PATCH 1/8] fence: dma-buf cross-device synchronization (v17)

[PATCH 03/11] qspinlock: Add pending bit
 2014-06-17 23:23 UTC  (2+ messages)

[PATCH 00/11] qspinlock with paravirt support
 2014-06-17 22:25 UTC  (46+ messages)
` [PATCH 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH 03/11] qspinlock: Add pending bit
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 06/11] qspinlock: Optimize pending bit
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 09/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH 10/11] qspinlock: Paravirt support
` [PATCH 11/11] qspinlock, kvm: Add paravirt support

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-06-17 20:59 UTC  (32+ messages)
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support

[PATCH 06/24] Allow for some signal structures to be the same between a 32bit ABI and the 64bit ABI
 2014-06-17 16:22 UTC  (5+ messages)
` [PATCH 08/24] Allow a 32bit ABI to use the naming of the 64bit ABI syscalls to avoid confusion of not splitting the registers

Business Opportunity!!
 2014-06-17  6:27 UTC 

[PATCH v6 0/9] seccomp: add thread sync ability
 2014-06-16  6:08 UTC  (33+ messages)
` [PATCH v6 1/9] seccomp: create internal mode-setting function
` [PATCH v6 2/9] seccomp: split filter prep from check and apply
` [PATCH v6 3/9] seccomp: introduce writer locking
` [PATCH v6 4/9] seccomp: move no_new_privs into seccomp
` [PATCH v6 5/9] seccomp: split mode set routines
` [PATCH v6 6/9] seccomp: add "seccomp" syscall
` [PATCH v6 7/9] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
` [PATCH v6 8/9] ARM: add seccomp syscall
` [PATCH v6 9/9] MIPS: "

Greetings From Sivia
 2014-06-13 22:21 UTC 

[PATCH RFC 00/10] tools: Revamp the unaligned endian access functions
 2014-06-13 20:04 UTC  (33+ messages)
` [PATCH RFC 01/10] tools: Remove double-underscore symbols from user space byteshift functions
` [PATCH RFC 02/10] tools: Create <tools/unaligned.h> and an unaligned subdirectory
` [PATCH RFC 03/10] tools: Add le_direct/be_direct methods for unaligned access
` [PATCH RFC 04/10] tools: Add packed struct method for unaligned references
` [PATCH RFC 05/10] tools: Add <endian.h> libc support "
` [PATCH RFC 06/10] tools: Add gcc __builtin_bswap*() "
` [PATCH RFC 07/10] tools: Remove leading underscores from header guards
` [PATCH RFC 08/10] tools: Move unaligned common infrastructure into <tools/unaligned.h>
` [PATCH RFC 09/10] tools: Add common infrastructure for byte swapping
` [PATCH RFC 10/10] tools: Use reasonable defaults for the default access

[RFC 0/5] Two-phase seccomp and an x86_64 fast path
 2014-06-13 16:29 UTC  (21+ messages)
` [RFC 1/5] seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
` [RFC 2/5] x86_64,entry: Treat regs->ax the same in fastpath and slowpath syscalls
` [RFC 3/5] seccomp: Refactor the filter callback and the API
` [RFC 4/5] seccomp: Allow arch code to provide seccomp_data
` [RFC 5/5] x86,seccomp: Add a seccomp fastpath

[PATCH 1/1] define generic version of cmpxchg{64} only if not, previously defined
 2014-06-11 16:07 UTC  (4+ messages)

[PATCH] dma-mapping: Provide write-combine allocations
 2014-06-11 11:46 UTC  (2+ messages)

[PATCH v6 0/9] seccomp: add thread sync ability
 2014-06-10 23:01 UTC  (10+ messages)
` [PATCH v6 1/9] seccomp: create internal mode-setting function
` [PATCH v6 2/9] seccomp: split filter prep from check and apply
` [PATCH v6 3/9] seccomp: introduce writer locking
` [PATCH v6 4/9] seccomp: move no_new_privs into seccomp
` [PATCH v6 5/9] seccomp: split mode set routines
` [PATCH v6 6/9] seccomp: add "seccomp" syscall
` [PATCH v6 7/9] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
` [PATCH v6 8/9] ARM: add seccomp syscall
` [PATCH v6 9/9] MIPS: "

P/s Get back to me on this email: mrs.florenceevans3@gmail.com
 2014-06-10 11:10 UTC 

[RFC 00/32] making inode time stamps y2038 ready
 2014-06-10  9:54 UTC  (8+ messages)

We offer all purpose loan at 3% interest rate
 2014-06-08 22:15 UTC 

[PATCH 00/20] arch atomic 'cleanup'
 2014-06-06  6:25 UTC  (9+ messages)
` [PATCH 06/20] arch,avr32: Fold atomic_ops

[PATCHv4 RESEND 0/3] syscalls,x86: Add execveat() system call
 2014-06-05 17:14 UTC  (8+ messages)
` [PATCHv4 RESEND 1/3] syscalls,x86: implement "
` [PATCHv4 RESEND 2/3] syscalls,x86: add selftest for execveat(2)
` [PATCHv4 RESEND man-pages 3/3] execveat.2: initial man page "


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).