Date |
List |
Subject |
2018-03-14 21:02:55
|
linux-kernel
|
[PATCH v3] x86: treat pkey-0 special |
2018-03-14 18:58:35
|
linux-kernel
|
Re: [PATCH 1/1 v2] x86: pkey-mprotect must allow pkey-0 |
2018-03-14 17:16:12
|
linux-kernel
|
Re: [PATCH 1/1 v2] x86: pkey-mprotect must allow pkey-0 |
2018-03-14 07:48:27
|
linux-kernel
|
[PATCH 1/1 v2] x86: pkey-mprotect must allow pkey-0 |
2018-03-14 07:46:42
|
linux-kernel
|
[PATCH 1/1 v2] powerpc: pkey-mprotect must allow pkey-0 |
2018-03-10 05:58:01
|
linux-kernel
|
Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-09 20:10:46
|
linux-kernel
|
Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-09 20:08:24
|
linux-kernel
|
Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-09 20:01:52
|
linux-kernel
|
Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-09 19:56:26
|
linux-kernel
|
Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-09 08:14:43
|
linux-kernel
|
[PATCH] x86, powerpc : pkey-mprotect must allow pkey-0 |
2018-03-08 18:26:49
|
linux-kernel
|
mm, x86, powerpc: pkey semantics for key-0 ? |
2018-02-26 07:28:27
|
linux-kernel
|
Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-02-24 01:06:32
|
linux-kernel
|
Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-02-23 19:36:57
|
linux-kernel
|
Re: [PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers |
2018-02-23 19:29:34
|
linux-kernel
|
Re: [PATCH 2/2] selftests/powerpc: Add core file test for Protection Key registers |
2018-02-22 02:03:43
|
linux-kernel
|
[PATCH v12 04/22] selftests/vm: typecast the pkey register |
2018-02-22 02:03:26
|
linux-kernel
|
[PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set() |
2018-02-22 02:03:17
|
linux-kernel
|
[PATCH v12 03/22] selftests/vm: move generic definitions to header file |
2018-02-22 02:03:06
|
linux-kernel
|
[PATCH v12 01/22] selftests/x86: Move protecton key selftest to arch neutral directory |
2018-02-22 02:03:01
|
linux-kernel
|
[PATCH v12 05/22] selftests/vm: generic function to handle shadow key register |
2018-02-22 02:02:49
|
linux-kernel
|
[PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name |
2018-02-22 02:02:29
|
linux-kernel
|
[PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear() |
2018-02-22 02:02:16
|
linux-kernel
|
[PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random |
2018-02-22 02:01:52
|
linux-kernel
|
[PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction |
2018-02-22 02:01:46
|
linux-kernel
|
[PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey |
2018-02-22 02:01:19
|
linux-kernel
|
[PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction |
2018-02-22 02:00:57
|
linux-kernel
|
[PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed. |
2018-02-22 02:00:20
|
linux-kernel
|
[PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation |
2018-02-22 02:00:13
|
linux-kernel
|
[PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey |
2018-02-22 02:00:02
|
linux-kernel
|
[PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation |
2018-02-22 01:59:42
|
linux-kernel
|
[PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions |
2018-02-22 01:59:33
|
linux-kernel
|
[PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust() |
2018-02-22 01:59:12
|
linux-kernel
|
[PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page |
2018-02-22 01:58:53
|
linux-kernel
|
[PATCH v12 21/22] selftests/vm: sub-page allocator |
2018-02-22 01:58:40
|
linux-kernel
|
[PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c |
2018-02-22 01:57:57
|
linux-kernel
|
[PATCH v12 12/22] selftests/vm: generic cleanup |
2018-02-22 01:57:47
|
linux-kernel
|
[PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed. |
2018-02-22 01:57:20
|
linux-kernel
|
[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys |
2018-02-21 23:55:33
|
linux-kernel
|
[PATCH v12 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys. |
2018-02-21 23:54:51
|
linux-kernel
|
[PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-02-21 23:54:18
|
linux-kernel
|
[PATCH v12 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys |
2018-02-21 23:54:16
|
linux-kernel
|
[PATCH v12 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey |
2018-02-02 07:23:10
|
linux-kernel
|
Re: [PATCH v11 3/3] mm, x86: display pkey in smaps only if arch supports pkeys |
2018-01-30 21:01:17
|
linux-kernel
|
[PATCH v11 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey |
2018-01-30 21:01:05
|
linux-kernel
|
[PATCH v11 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-01-30 20:15:32
|
linux-kernel
|
[PATCH v11 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys. |
2018-01-30 20:13:45
|
linux-kernel
|
[PATCH v11 3/3] mm, x86: display pkey in smaps only if arch supports pkeys |
2018-01-30 17:51:52
|
linux-kernel
|
Re: [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true |
2018-01-24 19:27:24
|
linux-kernel
|
Re: [PATCH 06/10] signal: Helpers for faults with specialized siginfo layouts |
2018-01-23 06:38:14
|
linux-kernel
|
Re: [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |