Date |
List |
Subject |
2018-01-22 19:02:30
|
linux-kernel
|
[PATCH v10 03/24] selftests/vm: move generic definitions to header file |
2018-01-22 19:00:59
|
linux-kernel
|
[PATCH v10 02/24] selftests/vm: rename all references to pkru to a generic name |
2018-01-22 19:00:48
|
linux-kernel
|
[PATCH v10 05/24] selftests/vm: generic function to handle shadow key register |
2018-01-22 19:00:38
|
linux-kernel
|
[PATCH v10 04/24] selftests/vm: typecast the pkey register |
2018-01-22 19:00:19
|
linux-kernel
|
[PATCH v10 08/24] selftests/vm: clear the bits in shadow reg when a pkey is freed. |
2018-01-22 19:00:14
|
linux-kernel
|
[PATCH v10 07/24] selftests/vm: fixed bugs in pkey_disable_clear() |
2018-01-22 18:59:12
|
linux-kernel
|
[PATCH v10 11/24] selftests/vm: pkey register should match shadow pkey |
2018-01-22 18:58:48
|
linux-kernel
|
[PATCH v10 09/24] selftests/vm: fix alloc_random_pkey() to make it really random |
2018-01-22 18:58:43
|
linux-kernel
|
[PATCH v10 06/24] selftests/vm: fix the wrong assert in pkey_disable_set() |
2018-01-22 18:58:35
|
linux-kernel
|
[PATCH v10 10/24] selftests/vm: introduce two arch independent abstraction |
2018-01-22 18:58:20
|
linux-kernel
|
[PATCH v10 13/24] selftests/vm: powerpc implementation for generic abstraction |
2018-01-22 18:58:00
|
linux-kernel
|
[PATCH v10 18/24] selftests/vm: associate key on a mapped page and detect write violation |
2018-01-22 18:57:59
|
linux-kernel
|
[PATCH v10 14/24] selftests/vm: clear the bits in shadow reg when a pkey is freed. |
2018-01-22 18:57:45
|
linux-kernel
|
[PATCH v10 16/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust() |
2018-01-22 18:56:34
|
linux-kernel
|
[PATCH v10 17/24] selftests/vm: associate key on a mapped page and detect access violation |
2018-01-22 18:56:07
|
linux-kernel
|
[PATCH v10 19/24] selftests/vm: detect write violation on a mapped access-denied-key page |
2018-01-22 18:55:50
|
linux-kernel
|
[PATCH v10 21/24] selftests/vm: sub-page allocator |
2018-01-22 18:55:25
|
linux-kernel
|
[PATCH v10 23/24] selftests/powerpc: Add ptrace tests for Protection Key register |
2018-01-22 18:55:16
|
linux-kernel
|
[PATCH v10 20/24] selftests/vm: testcases must restore pkey-permissions |
2018-01-22 18:55:02
|
linux-kernel
|
[PATCH v10 22/24] selftests/vm: Fix deadlock in protection_keys.c |
2018-01-22 18:54:55
|
linux-kernel
|
[PATCH v10 15/24] selftests/vm: powerpc implementation to check support for pkey |
2018-01-22 18:54:48
|
linux-kernel
|
[PATCH v10 01/24] selftests/x86: Move protecton key selftest to arch neutral directory |
2018-01-22 18:54:42
|
linux-kernel
|
[PATCH v10 24/24] selftests/powerpc: Add core file test for Protection Key register |
2018-01-22 18:54:16
|
linux-kernel
|
[PATCH v10 12/24] selftests/vm: generic cleanup |
2018-01-22 18:53:53
|
linux-kernel
|
[PATCH v10 00/24] selftests, powerpc, x86 : Memory Protection Keys |
2018-01-22 18:36:20
|
linux-kernel
|
Re: [PATCH v10 00/27] powerpc, mm: Memory Protection Keys |
2018-01-22 18:31:29
|
linux-kernel
|
[PATCH v10 0/2] Documentation, powerpc, x86 : Memory Protection Keys |
2018-01-22 18:31:02
|
linux-kernel
|
[PATCH v10 1/2] Documentation/x86: Move protecton key documentation to arch neutral directory |
2018-01-22 18:30:13
|
linux-kernel
|
[PATCH v10 2/2] Documentation/vm: PowerPC specific updates to memory protection keys |
2018-01-22 18:29:59
|
linux-kernel
|
[PATCH v10 00/27] powerpc, mm: Memory Protection Keys |
2018-01-22 18:29:16
|
linux-kernel
|
[PATCH v10 02/27] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey |
2018-01-22 18:29:16
|
linux-kernel
|
[PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-01-19 16:52:37
|
linux-kernel
|
Re: [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true |
2018-01-19 01:59:57
|
linux-kernel
|
[PATCH v10 10/27] powerpc: store and restore the pkey state across context switches |
2018-01-19 01:59:40
|
linux-kernel
|
[PATCH v10 12/27] powerpc: ability to associate pkey to a vma |
2018-01-19 01:59:33
|
linux-kernel
|
[PATCH v10 11/27] powerpc: introduce execute-only pkey |
2018-01-19 01:59:15
|
linux-kernel
|
[PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled |
2018-01-19 01:58:46
|
linux-kernel
|
[PATCH v10 16/27] powerpc: helper to validate key-access permissions of a pte |
2018-01-19 01:58:30
|
linux-kernel
|
[PATCH v10 03/27] powerpc: initial pkey plumbing |
2018-01-19 01:58:27
|
linux-kernel
|
[PATCH v10 13/27] powerpc: implementation for arch_override_mprotect_pkey() |
2018-01-19 01:58:05
|
linux-kernel
|
[PATCH v10 14/27] powerpc: map vma key-protection bits to pte key bits. |
2018-01-19 01:57:58
|
linux-kernel
|
[PATCH v10 15/27] powerpc: Program HPTE key protection bits |
2018-01-19 01:57:21
|
linux-kernel
|
[PATCH v10 08/27] powerpc: implementation for arch_set_user_pkey_access() |
2018-01-19 01:57:14
|
linux-kernel
|
[PATCH v10 23/27] powerpc: Enable pkey subsystem |
2018-01-19 01:57:05
|
linux-kernel
|
[PATCH v10 17/27] powerpc: check key protection for user page access |
2018-01-19 01:56:58
|
linux-kernel
|
[PATCH v10 22/27] powerpc/ptrace: Add memory protection key regset |
2018-01-19 01:56:57
|
linux-kernel
|
[PATCH v10 21/27] powerpc: Deliver SEGV signal on pkey violation |
2018-01-19 01:56:18
|
linux-kernel
|
[PATCH v10 24/27] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls |
2018-01-19 01:56:01
|
linux-kernel
|
[PATCH v10 25/27] powerpc: sys_pkey_mprotect() system call |
2018-01-19 01:55:53
|
linux-kernel
|
[PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true |
2018-01-19 01:55:51
|
linux-kernel
|
[PATCH v10 26/27] mm, x86 : introduce arch_pkeys_enabled() |