aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-2/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 3-17/+4
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+3
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioGravatar Linus Torvalds 2-18/+8
2019-01-04Use __put_user_goto in __put_user_size() and unsafe_put_user()Gravatar Linus Torvalds 1-31/+22
2019-01-04x86 uaccess: Introduce __put_user_gotoGravatar Linus Torvalds 1-11/+17
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-2/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-1/+1
2019-01-04make 'user_access_begin()' do 'access_ok()'Gravatar Linus Torvalds 1-1/+8
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-7/+4
2018-12-28mm: make free_reserved_area() return "const char *"Gravatar Alexey Dobriyan 1-1/+1
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+34
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-22/+10
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 16-28/+70
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+2
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+8
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-14/+14
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-136/+333
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+3
2018-12-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+2
2018-12-25Merge tag 'acpi-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-0/+7
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-236/+257
2018-12-21KVM: x86: Add CPUID support for new instruction WBNOINVDGravatar Robert Hoo 1-0/+1
2018-12-21KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupGravatar Sean Christopherson 1-1/+1
2018-12-21KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsGravatar Uros Bizjak 1-7/+0
2018-12-21KVM: Make kvm_set_spte_hva() return intGravatar Lan Tianyu 1-1/+1
2018-12-21x86/hyper-v: Add HvFlushGuestAddressList hypercall supportGravatar Lan Tianyu 3-0/+61
2018-12-21KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsGravatar Lan Tianyu 1-0/+7
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationGravatar Chao Peng 1-0/+1
2018-12-21KVM: x86: Add Intel PT virtualization work modeGravatar Chao Peng 2-0/+9
2018-12-21perf/x86/intel/pt: add new capability for Intel PTGravatar Luwei Kang 1-0/+1
2018-12-21perf/x86/intel/pt: Add new bit definitions for PT MSRsGravatar Luwei Kang 1-0/+3
2018-12-21perf/x86/intel/pt: Introduce intel_pt_validate_cap()Gravatar Luwei Kang 1-0/+2
2018-12-21perf/x86/intel/pt: Export pt_cap_get()Gravatar Chao Peng 1-0/+23
2018-12-21perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerGravatar Chao Peng 1-0/+33
2018-12-20PCI/ACPI: Allow ACPI to be built without CONFIG_PCI setGravatar Sinan Kaya 1-0/+7
2018-12-19Revert "x86/refcount: Work around GCC inlining bug"Gravatar Ingo Molnar 1-48/+33
2018-12-19Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Gravatar Ingo Molnar 2-16/+15
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Gravatar Ingo Molnar 1-56/+42
2018-12-19Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Gravatar Ingo Molnar 1-27/+29
2018-12-19Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Gravatar Ingo Molnar 1-20/+33
2018-12-19Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Gravatar Ingo Molnar 1-47/+35
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Gravatar Ingo Molnar 1-18/+54
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsGravatar Eduardo Habkost 1-0/+1
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsGravatar Chang S. Bae 1-4/+11
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeGravatar Thomas Lendacky 2-0/+2
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixGravatar Ingo Molnar 12-31/+71
2018-12-14kvm: x86: Dynamically allocate guest_fpuGravatar Marc Orr 1-1/+2
2018-12-14kvm: x86: Use task structs fpu field for userGravatar Marc Orr 1-4/+3