summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen2016-03-112-4/+4
* mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-0/+25
* 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-182-2/+6
* x86/fpu: Allow setting of XSAVE stateDave Hansen2016-02-181-0/+2
* x86/mm: Factor out LDT init from context initDave Hansen2016-02-181-5/+16
* mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen2016-02-181-0/+6
* mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-1/+4
* mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-2/+3
* mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-182-0/+78
* x86/mm/pkeys: Add functions to fetch PKRUDave Hansen2016-02-182-0/+30
* x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen2016-02-181-0/+5
* x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen2016-02-183-2/+37
* 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-162-1/+13
* 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-164-21/+62
* x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2016-02-161-0/+1
*---. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-1623-494/+462
|\ \ \
| | | * x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
| | | * x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
| | | * x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-7/+12
| | | * 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-302-100/+14
| | | * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3015-297/+301
| | | * Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar2016-01-301-0/+1
| | | |\
| | | | * x86/cpufeature: Add AMD AVIC bitBorislav Petkov2016-01-191-0/+1
| | | * | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-2919-153/+641
| | | |\ \
| | | * | | x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf2016-01-191-3/+13
| | | * | | x86/asm: Clean up frame pointer macrosJosh Poimboeuf2016-01-191-16/+27
| | | * | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-122-4/+11
| | | * | | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-121-3/+0
| | | * | | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-1/+2
| | * | | | x86/mm: Fix INVPCID asm constraintBorislav Petkov2016-02-141-2/+2
| | * | | | x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache()Andy Lutomirski2016-02-091-1/+1
| | * | | | x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski2016-02-091-0/+9
| | * | | | x86/mm: Add INVPCID helpersAndy Lutomirski2016-02-091-0/+48
| | * | | | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2016-02-0815-106/+458
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | x86/mm: Make kmap_prot into a #defineAndy Lutomirski2016-01-201-1/+1
| | | |_|/ | | |/| |
| * | | | x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-091-1/+2
* | | | | x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov2016-02-051-1/+1
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-312-6/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich2016-01-261-4/+2
| * | | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-151-2/+3
* | | | pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler2016-01-221-5/+6
* | | | Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2016-01-212-46/+126
|\ \ \ \
| * | | | Add 'unsafe' user access functions for batched accessesLinus Torvalds2015-12-171-0/+25
| * | | | x86: reorganize SMAP handling in user space accessesLinus Torvalds2015-12-172-46/+101
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-2/+0
|\ \ \ \ \
| * | | | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
OpenPOWER on IntegriCloud