Dave Hansen ([email protected])

Number of posts: 921 (0.13 per day)
First post: 2001-10-15 05:15:49
Last post: 2021-09-21 01:36:58

Date List Subject
2015-12-04 01:23:36 linux-kernel [PATCH 02/34] x86, fpu: add placeholder for Processor Trace XSAVE state
2015-12-04 01:23:15 linux-kernel [PATCH 04/34] x86, pkeys: cpuid bit definition
2015-12-04 01:22:56 linux-kernel [PATCH 05/34] x86, pkeys: define new CR4 bit
2015-12-04 01:22:22 linux-kernel [PATCH 07/34] x86, pkeys: PTE bits for storing protection key
2015-12-04 01:21:47 linux-kernel [PATCH 10/34] x86, pkeys: arch-specific protection bits
2015-12-04 01:21:08 linux-kernel [PATCH 13/34] x86, pkeys: fill in pkey field in siginfo
2015-12-04 01:20:39 linux-kernel [PATCH 14/34] x86, pkeys: add functions to fetch PKRU
2015-12-04 01:19:59 linux-kernel [PATCH 17/34] x86, pkeys: check VMAs and PTEs for protection keys
2015-12-04 01:19:37 linux-kernel [PATCH 20/34] x86, pkeys: differentiate instruction fetches
2015-12-04 01:19:10 linux-kernel [PATCH 21/34] x86, pkeys: dump PKRU with other kernel registers
2015-12-04 01:18:46 linux-kernel [PATCH 22/34] x86, pkeys: dump PTE pkey in /proc/pid/smaps
2015-12-04 01:17:39 linux-kernel [PATCH 24/34] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
2015-12-04 01:17:38 linux-kernel [PATCH 26/34] mm: implement new mprotect_key() system call
2015-12-04 01:17:37 linux-kernel [PATCH 27/34] x86, pkeys: make mprotect_key() mask off additional vm_flags
2015-12-04 01:17:13 linux-kernel [PATCH 28/34] x86: wire up mprotect_key() system call
2015-12-04 01:16:51 linux-kernel [PATCH 30/34] x86, fpu: allow setting of XSAVE state
2015-12-04 01:15:45 linux-kernel [PATCH 32/34] x86, pkeys: add pkey set/get syscalls
2015-12-04 01:15:43 linux-kernel [PATCH 34/34] x86, pkeys: Documentation
2015-12-04 01:15:33 linux-kernel [PATCH 31/34] x86, pkeys: allocation/free syscalls
2015-12-04 01:15:13 linux-kernel [PATCH 33/34] x86, pkeys: actually enable Memory Protection Keys in CPU
2015-12-04 01:15:08 linux-kernel [PATCH 29/34] x86: separate out LDT init from context init
2015-12-04 01:15:05 linux-kernel [PATCH 25/34] x86, pkeys: add arch_validate_pkey()
2015-12-04 01:14:58 linux-kernel [PATCH 23/34] x86, pkeys: add Kconfig prompt to existing config option
2015-12-04 01:14:56 linux-kernel [PATCH 18/34] mm: add gup flag to indicate "foreign" mm access
2015-12-04 01:14:55 linux-kernel [PATCH 19/34] x86, pkeys: optimize fault handling in access_error()
2015-12-04 01:14:51 linux-kernel [PATCH 15/34] mm: factor out VMA fault permission checking
2015-12-04 01:14:50 linux-kernel [PATCH 16/34] x86, mm: simplify get_user_pages() PTE bit handling
2015-12-04 01:14:46 linux-kernel [PATCH 12/34] signals, pkeys: notify userspace about protection key faults
2015-12-04 01:14:44 linux-kernel [PATCH 11/34] x86, pkeys: pass VMA down in to fault signal generation code
2015-12-04 01:14:40 linux-kernel [PATCH 09/34] x86, pkeys: store protection in high VMA flags
2015-12-04 01:14:39 linux-kernel [PATCH 08/34] x86, pkeys: new page fault error code bit: PF_PK
2015-12-04 01:14:36 linux-kernel [PATCH 06/34] x86, pkeys: add PKRU xsave fields and data structure(s)
2015-12-04 01:14:33 linux-kernel [PATCH 03/34] x86, pkeys: Add Kconfig option
2015-12-04 01:14:29 linux-kernel [PATCH 00/34] x86: Memory Protection Keys (v5)
2015-12-01 00:31:16 linux-kernel [PATCH] x86, mpx: fix instruction decoder condition
2015-11-30 16:25:41 linux-kernel Re: [PATCH 19/37] x86, mm: simplify get_user_pages() PTE bit handling
2015-11-30 15:51:52 linux-kernel Re: [PATCH 17/37] x86, pkeys: add functions to fetch PKRU
2015-11-17 03:46:19 linux-kernel [PATCH 02/37] mm, frame_vector: do not use get_user_pages_locked()
2015-11-17 03:45:50 linux-kernel [PATCH 03/37] mm: kill get_user_pages_locked()
2015-11-17 03:44:52 linux-kernel [PATCH 05/37] mm, gup: introduce concept of "foreign" get_user_pages()
2015-11-17 03:44:38 linux-kernel [PATCH 06/37] x86, fpu: add placeholder for Processor Trace XSAVE state
2015-11-17 03:44:17 linux-kernel [PATCH 07/37] x86, pkeys: Add Kconfig option
2015-11-17 03:43:53 linux-kernel [PATCH 09/37] x86, pkeys: define new CR4 bit
2015-11-17 03:43:28 linux-kernel [PATCH 12/37] x86, pkeys: new page fault error code bit: PF_PK
2015-11-17 03:42:56 linux-kernel [PATCH 13/37] x86, pkeys: store protection in high VMA flags
2015-11-17 03:42:18 linux-kernel [PATCH 18/37] mm: factor out VMA fault permission checking
2015-11-17 03:41:30 linux-kernel [PATCH 21/37] mm: add gup flag to indicate "foreign" mm access
2015-11-17 03:41:09 linux-kernel [PATCH 23/37] x86, pkeys: differentiate instruction fetches
2015-11-17 03:40:39 linux-kernel [PATCH 27/37] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
2015-11-17 03:39:29 linux-kernel [PATCH 24/37] x86, pkeys: dump PKRU with other kernel registers
2015-11-17 03:39:27 linux-kernel [PATCH 32/37] x86: separate out LDT init from context init