messages from 2016-05-31 10:29:54 to 2016-06-09 00:01:40 UTC [more...]
[PATCH 0/9] [v3] System Calls for Memory Protection Keys
2016-06-09 0:01 UTC (16+ 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
[PATCH] bitmap: bitmap_equal memcmp optimization
2016-06-08 20:42 UTC (3+ messages)
[RFC PATCH 03/15] Provide atomic_t functions implemented with ISO-C++11 atomics
2016-06-08 20:01 UTC (9+ messages)
` [RFC PATCH 00/15] Provide atomics and bitops implemented with ISO C++11 atomics
[PATCH 0/9] [v2] System Calls for Memory Protection Keys
2016-06-08 17:35 UTC (26+ 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
[PATCH v6 00/21] ILP32 for ARM64
2016-06-08 17:00 UTC (13+ messages)
` [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 -v2 00/33] implement atomic_fetch_$op
2016-06-08 14:38 UTC (48+ messages)
` [PATCH -v2 01/33] locking,alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()
` [PATCH -v2 02/33] locking,arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()
` [PATCH -v2 05/33] arm64: atomic: generate LSE non-return cases using common macros
` [PATCH -v2 10/33] locking,h8300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [PATCH -v2 13/33] locking,m32r: "
` [PATCH -v2 15/33] locking,metag: "
` [PATCH -v2 19/33] locking,powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}{,_relaxed,_acquire,_release}()
` [PATCH -v2 21/33] locking,sh: Implement atomic_fetch_{add,sub,and,or,xor}()
` [PATCH -v2 22/33] locking,sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [PATCH -v2 24/33] locking,x86: "
` [PATCH -v2 27/33] locking: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [PATCH -v2 28/33] locking: Remove linux/atomic.h:atomic_fetch_or
` [PATCH -v2 31/33] locking,mips: Convert to _relaxed atomics
` [PATCH -v2 32/33] locking,qrwlock: Employ atomic_fetch_add_acquire()
` [PATCH -v2 33/33] locking,rwsem: Employ atomic_long_fetch_add()
[PATCH][RFC] PCI: Workaround to enable poweroff on Mac Pro 11
2016-06-08 12:47 UTC (10+ messages)
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-06-08 11:18 UTC (12+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
[PATCH] locking/qrwlock: fix write unlock issue in big endian
2016-06-08 9:22 UTC (16+ messages)
[PATCH] bitmap_equal memcmp optimization for s390
2016-06-07 8:37 UTC
[PATCH] bitmap_equal memcmp optimization for s390
2016-06-07 8:37 UTC
[RFC 0/12] introduce down_write_killable for rw_semaphore
2016-06-03 22:34 UTC (6+ messages)
` [RFC 10/12] x86, rwsem: simplify __down_write
[PATCH 0/2] expand use of __ro_after_init
2016-06-03 22:01 UTC (13+ messages)
` [PATCH 1/2] x86: apply more __ro_after_init and const
` [PATCH 2/2] arm: apply more __ro_after_init
` [kernel-hardening] "
[added to the 4.1 stable tree] SIGNAL: Move generic copy_siginfo() to signal.h
2016-06-03 21:36 UTC
[PATCH 0/8] System Calls for Memory Protection Keys
2016-06-03 19:27 UTC (44+ messages)
` [PATCH 1/8] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/8] mm: implement new pkey_mprotect() system call
` [PATCH 3/8] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/8] x86: wire up mprotect_key() system call
` [PATCH 5/8] x86, pkeys: allocation/free syscalls
` [PATCH 6/8] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/8] pkeys: add details of system call use to Documentation/
` [PATCH 8/8] x86, pkeys: add self-tests
[PATCH] locking/qspinlock: Use atomic_sub_return_release in queued_spin_unlock
2016-06-03 8:38 UTC (2+ messages)
[PATCH] arm64: implement FTRACE_WITH_REGS
2016-06-02 15:07 UTC (2+ messages)
[RFC PATCH 1/4] mm/hugetlb: Simplify hugetlb unmap
2016-06-02 8:21 UTC (4+ messages)
[PATCH 04/17] arm: get rid of superfluous __GFP_REPEAT
2016-06-02 6:32 UTC (5+ messages)
[PATCH v4 00/16] genrtc removal
2016-06-01 21:58 UTC (4+ messages)
` [PATCH v4 04/16] rtc: sh: provide rtc_class_ops directly
[PATCH 2/9] clocksource/drivers/clksrc-probe: Introduce init functions with return code
2016-06-01 8:34 UTC (2+ messages)
Enhancing semantics with memremap() - aliasing with memremap()
2016-05-31 23:31 UTC (6+ 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).