linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 10:23:53 to 2018-07-17 19:10:36 UTC [more...]

[PATCH v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
 2018-07-17 19:10 UTC  (38+ messages)
` [PATCH v13 08/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v13 10/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 13/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v13 16/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 17/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v13 18/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v13 19/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v13 22/24] selftests/vm: testcases must restore pkey-permissions

[PATCH RFC tools/memory-model] Model effects of volatile on ctrl
 2018-07-17 17:10 UTC  (2+ messages)

[PATCH v2 00/17] y2038: system calls, part 3
 2018-07-17 14:27 UTC  (50+ messages)
` [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
` [PATCH v2 03/17] y2038: Remove stat64 "
` [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH v2 07/17] y2038: Compile utimes()/futimesat() conditionally
` [PATCH v2 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH v2 09/17] y2038: futex: Move compat implementation into futex.c
` [PATCH v2 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH v2 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH v2 12/17] y2038: aio: Prepare sys_io_{p,}getevents "
` [PATCH v2 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH v2 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH v2 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH v2 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH v2 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64

[PATCH v14 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-07-17 13:49 UTC  (46+ messages)
` [PATCH v14 01/22] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v14 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v14 03/22] selftests/vm: move generic definitions to header file
` [PATCH v14 04/22] selftests/vm: move arch-specific definitions to arch-specific header
` [PATCH v14 05/22] selftests/vm: Make gcc check arguments of sigsafe_printf()
` [PATCH v14 06/22] selftests/vm: typecast the pkey register
` [PATCH v14 07/22] selftests/vm: generic function to handle shadow key register
` [PATCH v14 08/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v14 09/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v14 10/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v14 11/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v14 12/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v14 13/22] selftests/vm: generic cleanup
` [PATCH v14 14/22] selftests/vm: Introduce generic abstractions
` [PATCH v14 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v14 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v14 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v14 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v14 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v14 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v14 21/22] selftests/vm: sub-page allocator
` [PATCH v14 22/22] selftests/vm: test correct behavior of pkey-0

[PATCH] module: Add the print format of Elf_Addr for 32/64-bit compatibly
 2018-07-17  3:05 UTC  (2+ messages)

[PATCH memory-model 0/14] Updates to the formal memory model
 2018-07-16 18:06 UTC  (30+ messages)
` [PATCH memory-model 01/14] tools/memory-model: Add litmus test for full multicopy atomicity
` [PATCH memory-model 02/14] tools/memory-model: Fix ISA2+pooncelock+pooncelock+pombonce name
` [PATCH memory-model 03/14] MAINTAINERS: Add Daniel Lustig as an LKMM reviewer
` [PATCH memory-model 04/14] locking/memory-barriers.txt/kokr: Update Korean translation to fix broken DMA vs. MMIO ordering example
` [PATCH memory-model 05/14] tools/memory-model: Remove ACCESS_ONCE() from recipes
` [PATCH memory-model 06/14] tools/memory-model: Remove ACCESS_ONCE() from model
` [PATCH memory-model 07/14] tools/memory-model: Make scripts executable
` [PATCH memory-model 08/14] docs: atomic_ops: Describe atomic_set as a write operation
` [PATCH memory-model 09/14] tools/memory-model: Add informal LKMM documentation to MAINTAINERS
` [PATCH memory-model 10/14] sched: Use smp_mb() in wake_woken_function()
` [PATCH memory-model 11/14] locking: Clarify requirements for smp_mb__after_spinlock()
` [PATCH memory-model 12/14] doc: Update wake_up() & co. memory-barrier guarantees
` [PATCH memory-model 13/14] memory-model/Documentation: Fix typo, smb->smp
` [PATCH memory-model 14/14] tools/memory-model: Rename litmus tests to comply to norm7

[PATCH v19 0/6] Add io{read|write}64 to io-64-atomic headers
 2018-07-16 17:33 UTC  (14+ messages)
` [PATCH v19 1/6] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v19 2/6] parisc: iomap: introduce io{read|write}64
` [PATCH v19 3/6] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v19 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v19 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v19 6/6] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 0/6] System call table generation support
 2018-07-16 16:23 UTC  (18+ messages)
` [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
` [PATCH 2/6] alpha: Add CONFIG_OSF4_COMPAT for compat syscall support
` [PATCH 3/6] alpha: Unify the not-implemented system call entry name
` [PATCH 4/6] alpha: Replace NR_SYSCALLS macro from asm/unistd.h
` [PATCH 5/6] alpha: Add system call table generation support
` [PATCH 6/6] alpha: uapi header and system call table file generation

[PATCH 0/6] Symbol namespaces
 2018-07-16 15:33 UTC  (16+ messages)
` [PATCH 1/6] export: explicitly align struct kernel_symbol
` [PATCH 2/6] module: add support for symbol namespaces
` [PATCH 3/6] modpost: add support for checking "
` [PATCH 4/6] modpost: add support for generating namespace dependencies
` [PATCH 5/6] scripts: Coccinelle script for "
` [PATCH 6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2018-07-16 11:25 UTC  (7+ messages)


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