messages from 2016-06-08 09:22:31 to 2016-06-15 09:31:49 UTC [more...]
[PATCH v2] locking/qrwlock: Let qrwlock has same layout regardless of the endian
2016-06-15 9:31 UTC
[PATCH] locking/qrwlock: Let qrwlock has same layout regardless of the endian
2016-06-15 9:28 UTC (5+ messages)
cmpxchg and x86 flags output
2016-06-15 8:50 UTC (2+ messages)
[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
2016-06-15 8:04 UTC (15+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip v2 2/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip v2 3/6] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip v2 4/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip v2 5/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip v2 6/6] locking/rwsem: Enable spinning readers
[PATCH] locking/qrwlock: fix write unlock issue in big endian
2016-06-15 3:47 UTC (7+ messages)
[PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
2016-06-15 0:40 UTC (3+ messages)
[PATCH 01/23] all: syscall wrappers: add documentation
2016-06-14 23:08 UTC (8+ messages)
[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
2016-06-14 23:06 UTC (24+ messages)
` [RFC PATCH-tip 1/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 3/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip 4/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip 5/6] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes
RESEND: sysfs: Clarifying meaning of /sys/**/core_siblings on newer platforms
2016-06-14 16:02 UTC
[PATCH] locking/qspinlock: Use atomic_sub_return_release in queued_spin_unlock
2016-06-14 12:04 UTC (5+ messages)
[PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()
2016-06-14 5:58 UTC (2+ messages)
[PATCH] ARM: socfpga: add PCIe to socfpga_defconfig
2016-06-14 2:30 UTC
[PATCH 00/14] run seccomp after ptrace
2016-06-14 2:27 UTC (42+ messages)
` [PATCH 01/14] seccomp: add tests for ptrace hole
` [PATCH 02/14] seccomp: Add a seccomp_data parameter secure_computing()
` [PATCH 03/14] x86/entry: Get rid of two-phase syscall entry work
` [PATCH 04/14] seccomp: remove 2-phase API
` [PATCH 05/14] seccomp: recheck the syscall after RET_TRACE
` [PATCH 06/14] x86/ptrace: run seccomp after ptrace
` [PATCH 07/14] arm/ptrace: "
` [PATCH 08/14] arm64/ptrace: "
` [PATCH 09/14] MIPS/ptrace: "
` [PATCH 10/14] parisc/ptrace: "
` [PATCH 11/14] s390/ptrace: "
` [PATCH 12/14] powerpc/ptrace: "
` [PATCH 13/14] tile/ptrace: "
` [PATCH 14/14] um/ptrace: "
[PATCH 0/9] [v3] System Calls for Memory Protection Keys
2016-06-13 16:03 UTC (22+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-06-13 15:16 UTC (24+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
[PATCH v6 00/21] ILP32 for ARM64
2016-06-13 13:22 UTC (26+ messages)
` [PATCH 13/23] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 17/23] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 21/23] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
[PATCH] ARM: socfpga: add PCIe to socfpga_defconfig
2016-06-13 8:23 UTC
undefined reference to `printk'
2016-06-12 4:38 UTC (2+ messages)
[RFC 10/12] x86, rwsem: simplify __down_write
2016-06-10 16:39 UTC (10+ messages)
` [RFC 0/12] introduce down_write_killable for rw_semaphore
[PATCH 4.2.y-ckt 099/206] SIGNAL: Move generic copy_siginfo() to signal.h
2016-06-09 21:15 UTC (2+ messages)
[PATCH][RFC] PCI: Workaround to enable poweroff on Mac Pro 11
2016-06-09 17:04 UTC (12+ messages)
[PATCH] bitmap_equal memcmp optimization for s390
2016-06-09 14:45 UTC (4+ messages)
[4.2.y-ckt stable] Patch "SIGNAL: Move generic copy_siginfo() to signal.h" has been added to the 4.2.y-ckt tree
2016-06-09 14:35 UTC (2+ messages)
[PATCH] bitmap: bitmap_equal memcmp optimization
2016-06-09 6:31 UTC (4+ messages)
[RFC PATCH 00/15] Provide atomics and bitops implemented with ISO C++11 atomics
2016-06-08 20:01 UTC (3+ messages)
[PATCH 0/9] [v2] System Calls for Memory Protection Keys
2016-06-08 17:35 UTC (5+ messages)
[PATCH -v2 00/33] implement atomic_fetch_$op
2016-06-08 14:38 UTC (11+ messages)
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;
as well as URLs for NNTP newsgroup(s).