summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2026-79/+888
|\
| * x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen2016-03-112-4/+4
| * 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-185-2/+138
| * 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-183-2/+80
| * 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-182-0/+7
| * x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2016-02-181-0/+43
| * 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-181-0/+9
| * x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen2016-02-181-0/+2
| * mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-182-3/+10
| * 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-181-2/+3
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-184-1/+103
| * x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen2016-02-181-16/+22
| * 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
| * 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-183-2/+37
| * mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen2016-02-181-0/+1
| * 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-162-3/+3
| *---. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-1684-985/+950
| |\ \ \
* | \ \ \ Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-209-156/+319
|\ \ \ \ \
| * | | | | x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming2016-03-161-1/+1
| * | | | | x86/efi: Only map kernel text for EFI mixed modeSai Praneeth2016-02-221-1/+1
| * | | | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-224-8/+50
| * | | | | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-222-4/+7
| * | | | | x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth2016-02-221-0/+14
| * | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-229-53/+123
| |\ \ \ \ \
| * | | | | | x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
| * | | | | | x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre2016-02-031-5/+5
| * | | | | | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-1/+32
| * | | | | | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-03219-2141/+6100
| |\ \ \ \ \ \
| * | | | | | | x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
| * | | | | | | x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming2016-01-061-4/+4
| * | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-193-26/+22
| |\ \ \ \ \ \ \
| | * | | | | | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-25/+14
| | * | | | | | | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-143-1/+8
| * | | | | | | | x86/efi: Build our own page table structuresMatt Fleming2015-11-294-40/+102
| * | | | | | | | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-293-56/+36
OpenPOWER on IntegriCloud