linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 18:05:58 to 2018-07-21 01:17:08 UTC [more...]

[PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-21  0:24 UTC  (6+ messages)

[PATCH 0/6] Symbol namespaces
 2018-07-20 15:42 UTC  (10+ messages)
` [PATCH 2/6] module: add support for symbol namespaces

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-20 14:58 UTC  (31+ messages)
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB shadow stack page fault
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for shadow stack

[PATCH 4/7] x86,tlb: make lazy TLB mode lazier
 2018-07-20  8:30 UTC  (6+ messages)

[PATCH v2 0/2] add ISO7816 support
 2018-07-19 23:54 UTC  (11+ messages)
` [PATCH v2 1/2] tty/serial_core: add ISO7816 infrastructure
` [PATCH v2 2/2] tty/serial: atmel: add ISO7816 support

[PATCH 0/3] add ISO7816 support
 2018-07-19 11:07 UTC  (6+ messages)
` [PATCH 1/3] tty/serial_core: add ISO7816 infrastructure

[PATCH v2 00/17] y2038: system calls, part 3
 2018-07-19  8:53 UTC  (24+ 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 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 v14 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-07-18 17:03 UTC  (78+ 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 v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
 2018-07-17 19:10 UTC  (39+ 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] 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


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