summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-065-22/+74
|\
| * perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-292-19/+1Star
| * perf/x86/intel: Add Icelake supportKan Liang2019-04-162-2/+2
| * perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-162-0/+44
| * perf/x86: Support outputting XMM registersKan Liang2019-04-162-1/+27
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-237/+0Star
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-102-109/+36Star
| |\ \
| * | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-237/+0Star
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-069-63/+87
|\ \ \ \
| * | | | x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra2019-04-241-3/+4
| * | | | sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-031-1/+1
| * | | | x86/smap: Ditch __stringify()Peter Zijlstra2019-04-031-10/+9Star
| * | | | x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra2019-04-032-0/+23
| * | | | x86/uaccess: Always inline user_access_begin()Peter Zijlstra2019-04-031-1/+1
| * | | | x86/uaccess, xen: Suppress SMAP warningsPeter Zijlstra2019-04-031-4/+20
| * | | | x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-033-19/+30
| * | | | x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2019-04-032-27/+0Star
| * | | | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-031-0/+1
| |/ / /
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-0/+1
|\ \ \ \
| * | | | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-031-0/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-042-0/+2
|\ \ \ \
| * | | | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
| * | | | KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2019-04-301-0/+1
* | | | | x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds2019-04-291-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-163-8/+14
|\| | | | | |_|_|/ |/| | |
| * | | KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-161-0/+1
| * | | KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-162-2/+6
| * | | kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-6/+6
| * | | KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-161-0/+1
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-131-23/+18Star
|\ \ \ | |/ / |/| |
| * | x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko2019-04-061-23/+18Star
* | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-071-0/+3
|\ \ \
| * | | xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-04-051-0/+3
* | | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-53/+16Star
* | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-56/+17Star
| |_|/ |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-311-3/+7
|\ \ \ | |_|/ |/| |
| * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-281-0/+1
| * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-0/+1
| * | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-281-1/+1
| * | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+2
| * | KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-281-2/+2
* | | x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-291-1/+5
* | | x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn2019-03-281-2/+3
|/ /
* | Merge branch 'x86/cpu' into x86/urgentThomas Gleixner2019-03-221-16/+15Star
|\ \
| * | x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> headerIngo Molnar2019-02-111-16/+15Star
* | | x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processorsMatthew Whitehead2019-03-211-21/+0Star
* | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-3/+0Star
|\ \ \
| * | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
| * | | kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0Star
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-173-125/+0Star
|\ \ \