summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen2016-03-031-18/+0
* mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-188-7/+154
* x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flagsDave Hansen2016-02-181-0/+6
* x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen2016-02-184-2/+85
* x86/fpu: Allow setting of XSAVE stateDave Hansen2016-02-183-2/+161
* x86/mm: Factor out LDT init from context initDave Hansen2016-02-182-7/+18
* mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen2016-02-184-0/+34
* mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-187-11/+12
* x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2016-02-182-0/+46
* x86/mm/pkeys: Add Kconfig prompt to existing config optionDave Hansen2016-02-181-0/+10
* x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2016-02-182-0/+23
* x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen2016-02-181-0/+2
* mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-188-8/+24
* x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen2016-02-181-0/+15
* mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-1810-14/+33
* um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen2016-02-181-0/+14
* mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-1810-4/+166
* x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen2016-02-181-16/+22
* mm/gup: Factor out VMA fault permission checkingDave Hansen2016-02-181-3/+13
* x86/mm/pkeys: Add functions to fetch PKRUDave Hansen2016-02-182-0/+30
* x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen2016-02-182-1/+68
* signals, pkeys: Notify userspace about protection key faultsDave Hansen2016-02-182-5/+16
* signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen2016-02-182-8/+18
* x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen2016-02-181-22/+28
* x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen2016-02-184-2/+44
* mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen2016-02-183-0/+15
* x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen2016-02-181-0/+8
* x86/mm/pkeys: Add PTE bits for storing protection keyDave Hansen2016-02-181-3/+19
* x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen2016-02-163-2/+19
* x86/cpu, x86/mm/pkeys: Define new CR4 bitDave Hansen2016-02-161-0/+2
* x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen2016-02-165-21/+63
* x86/mm/pkeys: Add Kconfig optionDave Hansen2016-02-161-0/+4
* x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2016-02-162-2/+9
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-1629-64/+44
* mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-164-46/+158
* mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-1611-27/+77
*---. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-1694-1001/+1129
|\ \ \
| | | * x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
| | | * x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox2016-02-091-2/+2
| | | * x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
| | | * x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-011-28/+19
| | | * x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
| | | * x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
| | | * x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
| | | * x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
| | | * x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-302-13/+12
| | | * x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-301-0/+11
| | | * x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2016-01-301-44/+5
| | | * x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-308-125/+21
| | | * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3050-328/+336
OpenPOWER on IntegriCloud