summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | arch/x86/irq: Purge useless handler declarations from hw_irq.hNicolai Stange2016-02-251-14/+0
| | * | | | | x86: Fix misspellings in commentsAdam Buchbinder2016-02-2443-52/+52
| * | | | | | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck2016-03-162-5/+6
| * | | | | | Merge branch 'linus' into x86/urgent, to pick up dependencies for a fixIngo Molnar2016-03-16128-1680/+2101
| |\ \ \ \ \ \
| * | | | | | | x86/video: Don't assume all FB devices are PCI devicesVitaly Kuznetsov2016-03-151-10/+8
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-2215-114/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-222-111/+2
| * | | | | | | | kernel: add kcov code coverageDmitry Vyukov2016-03-2210-0/+37
| * | | | | | | | x86/compat: remove is_compat_task()Andy Lutomirski2016-03-223-3/+4
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-2215-80/+350
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: page_track: fix access to NULL slotPaolo Bonzini2016-03-221-2/+7
| * | | | | | | | | kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel2016-03-221-18/+19
| * | | | | | | | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu2016-03-221-2/+6
| * | | | | | | | | KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu2016-03-221-0/+11
| * | | | | | | | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu2016-03-221-4/+3
| * | | | | | | | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu2016-03-221-8/+7
| * | | | | | | | | KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han2016-03-224-6/+37
| * | | | | | | | | KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-227-8/+72
| * | | | | | | | | KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han2016-03-222-0/+88
| * | | | | | | | | KVM, pkeys: save/restore PKRU when guest/host switchesXiao Guangrong2016-03-221-0/+23
| * | | | | | | | | x86: pkey: introduce write_pkru() for KVMXiao Guangrong2016-03-222-0/+22
| * | | | | | | | | KVM, pkeys: add pkeys support for xsave stateHuaitong Han2016-03-221-1/+2
| * | | | | | | | | KVM, pkeys: disable pkeys for guests in non-paging modeHuaitong Han2016-03-221-6/+10
| * | | | | | | | | KVM: x86: remove magic number with enum cpuid_leafsHuaitong Han2016-03-221-20/+20
| * | | | | | | | | KVM: MMU: return page fault error code from permission_faultPaolo Bonzini2016-03-222-8/+12
| * | | | | | | | | KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini2016-03-221-1/+13
| * | | | | | | | | KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini2016-03-221-0/+1
| * | | | | | | | | KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-03-221-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-7/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | xen/x86: Drop mode-selecting ifdefs in startup_xen()Boris Ostrovsky2016-03-031-7/+3
| * | | | | | | xen/x86: Zero out .bss for PV guestsBoris Ostrovsky2016-03-031-0/+9
* | | | | | | | 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