summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/trap: Remove useless declarationPingfan Liu2019-01-291-1/+0
* x86/asm-prototypes: Remove duplicate include <asm/page.h>Brajeswar Ghosh2019-01-281-1/+0
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-2/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-063-17/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-3/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-042-18/+8
* | Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds2019-01-041-31/+22
* | x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-041-11/+17
* | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+8
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-7/+4
|/
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-262-1/+34
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-1712-31/+71
| |\
| * | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-051-0/+27
| * | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski2018-11-201-1/+7
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-264-22/+10
|\ \ \
| * | | x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2018-12-042-14/+7
| * | | x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior2018-12-031-0/+3
| * | | x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior2018-12-031-8/+0
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2616-28/+70
|\ \ \ \
| * | | | x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-084-0/+10
| * | | | x86: Fix various typos in commentsIngo Molnar2018-12-033-3/+3
| * | | | Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar2018-12-0316-49/+115
| |\| | |
| * | | | x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-2310-0/+32
| * | | | x86/traps: Complete prototype declarationsBorislav Petkov2018-11-141-22/+22
| * | | | x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2018-11-141-3/+3
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-261-8/+2
|\ \ \ \ \
| * | | | | x86: Use POPCNT mnemonics in arch_hweight.hUros Bizjak2018-11-051-8/+2
| |/ / / /
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-262-2/+8
|\ \ \ \ \
| * | | | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
| * | | | | x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya2018-11-301-2/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-14/+14
|\ \ \ \ \
| * | | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-221-2/+2
| * | | | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-221-12/+12
| * | | | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-221-0/+0
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-269-136/+333
|\ \ \ \ \
| * | | | | KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-211-0/+1
| * | | | | KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2018-12-211-1/+1
| * | | | | KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-12-211-7/+0
| * | | | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| * | | | | x86/hyper-v: Add HvFlushGuestAddressList hypercall supportLan Tianyu2018-12-213-0/+61
| * | | | | KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsLan Tianyu2018-12-211-0/+7
| * | | | | KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-211-0/+1
| * | | | | KVM: x86: Add Intel PT virtualization work modeChao Peng2018-12-212-0/+9
| * | | | | perf/x86/intel/pt: add new capability for Intel PTLuwei Kang2018-12-211-0/+1
| * | | | | perf/x86/intel/pt: Add new bit definitions for PT MSRsLuwei Kang2018-12-211-0/+3
| * | | | | perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2018-12-211-0/+2