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-17 22:00:57 linux-kernel [PATCH 3/5] x86: fix early command-line parsing when matching at end
2015-12-17 22:00:23 linux-kernel Re: [PATCH 1/3] x86: pass in size to early cmdline parsing
2015-12-17 21:57:19 linux-kernel [PATCH 2/3] x86: test early command-line code
2015-12-17 21:57:13 linux-kernel [PATCH 3/3] x86: fix early command-line parsing when matching at end
2015-12-17 21:57:09 linux-kernel [PATCH 1/3] x86: pass in size to early cmdline parsing
2015-12-15 00:26:46 linux-kernel Re: [PATCH 31/32] x86, pkeys: execute-only support
2015-12-14 23:44:09 linux-kernel Re: [PATCH 31/32] x86, pkeys: execute-only support
2015-12-14 23:37:55 linux-kernel Re: [PATCH 31/32] x86, pkeys: execute-only support
2015-12-14 19:15:39 linux-kernel [PATCH 00/32] x86: Memory Protection Keys (v7)
2015-12-14 19:14:43 linux-kernel [PATCH 11/32] x86, pkeys: pass VMA down in to fault signal generation code
2015-12-14 19:14:42 linux-kernel [PATCH 05/32] x86, pkeys: define new CR4 bit
2015-12-14 19:14:40 linux-kernel [PATCH 06/32] x86, pkeys: add PKRU xsave fields and data structure(s)
2015-12-14 19:14:24 linux-kernel [PATCH 08/32] x86, pkeys: new page fault error code bit: PF_PK
2015-12-14 19:13:59 linux-kernel [PATCH 12/32] signals, pkeys: notify userspace about protection key faults
2015-12-14 19:13:38 linux-kernel [PATCH 13/32] x86, pkeys: fill in pkey field in siginfo
2015-12-14 19:13:21 linux-kernel [PATCH 10/32] x86, pkeys: arch-specific protection bits
2015-12-14 19:12:51 linux-kernel [PATCH 14/32] x86, pkeys: add functions to fetch PKRU
2015-12-14 19:12:11 linux-kernel [PATCH 15/32] mm: factor out VMA fault permission checking
2015-12-14 19:11:49 linux-kernel [PATCH 17/32] x86, pkeys: check VMAs and PTEs for protection keys
2015-12-14 19:11:26 linux-kernel [PATCH 18/32] mm: add gup flag to indicate "foreign" mm access
2015-12-14 19:10:32 linux-kernel [PATCH 23/32] x86, pkeys: add Kconfig prompt to existing config option
2015-12-14 19:09:40 linux-kernel [PATCH 22/32] x86, pkeys: dump PTE pkey in /proc/pid/smaps
2015-12-14 19:09:37 linux-kernel [PATCH 24/32] x86, pkeys: actually enable Memory Protection Keys in CPU
2015-12-14 19:09:04 linux-kernel [PATCH 27/32] x86: separate out LDT init from context init
2015-12-14 19:08:39 linux-kernel [PATCH 28/32] x86, fpu: allow setting of XSAVE state
2015-12-14 19:08:14 linux-kernel [PATCH 29/32] x86, pkeys: allow kernel to modify user pkey rights register
2015-12-14 19:07:48 linux-kernel [PATCH 31/32] x86, pkeys: execute-only support
2015-12-14 19:06:40 linux-kernel [PATCH 32/32] x86, pkeys: Documentation
2015-12-14 19:06:35 linux-kernel [PATCH 30/32] x86, pkeys: create an x86 arch_calc_vm_prot_bits() for VMA flags
2015-12-14 19:06:31 linux-kernel [PATCH 26/32] x86, pkeys: add arch_validate_pkey()
2015-12-14 19:06:29 linux-kernel [PATCH 25/32] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
2015-12-14 19:06:25 linux-kernel [PATCH 21/32] x86, pkeys: dump PKRU with other kernel registers
2015-12-14 19:06:23 linux-kernel [PATCH 19/32] x86, pkeys: optimize fault handling in access_error()
2015-12-14 19:06:21 linux-kernel [PATCH 20/32] x86, pkeys: differentiate instruction fetches
2015-12-14 19:06:16 linux-kernel [PATCH 16/32] x86, mm: simplify get_user_pages() PTE bit handling
2015-12-14 19:06:10 linux-kernel [PATCH 09/32] x86, pkeys: store protection in high VMA flags
2015-12-14 19:06:08 linux-kernel [PATCH 03/32] x86, pkeys: Add Kconfig option
2015-12-14 19:06:06 linux-kernel [PATCH 01/32] mm, gup: introduce concept of "foreign" get_user_pages()
2015-12-14 19:06:01 linux-kernel [PATCH 07/32] x86, pkeys: PTE bits for storing protection key
2015-12-14 19:05:54 linux-kernel [PATCH 04/32] x86, pkeys: cpuid bit definition
2015-12-14 19:05:48 linux-kernel [PATCH 02/32] x86, fpu: add placeholder for Processor Trace XSAVE state
2015-12-10 01:25:32 linux-kernel [PATCH] [RFC] x86, pkeys: execute-only support
2015-12-09 17:05:10 linux-kernel Re: [PATCH 26/34] mm: implement new mprotect_key() system call
2015-12-09 15:48:15 linux-kernel Re: [PATCH 26/34] mm: implement new mprotect_key() system call
2015-12-08 19:06:59 linux-kernel Re: [PATCH 28/34] x86: wire up mprotect_key() system call
2015-12-08 18:30:43 linux-kernel Re: [PATCH 16/34] x86, mm: simplify get_user_pages() PTE bit handling
2015-12-08 18:06:16 linux-kernel Re: [PATCH 10/34] x86, pkeys: arch-specific protection bitsy
2015-12-08 16:34:43 linux-kernel Re: [PATCH 10/34] x86, pkeys: arch-specific protection bitsy
2015-12-07 16:44:27 linux-kernel Re: [PATCH 26/34] mm: implement new mprotect_key() system call
2015-12-04 23:38:46 linux-kernel Re: [PATCH 00/34] x86: Memory Protection Keys (v5)
2015-12-04 01:23:56 linux-kernel [PATCH 01/34] mm, gup: introduce concept of "foreign" get_user_pages()