summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Make anon_inodes unconditionalDavid Howells2019-04-192-2/+0
* 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-052-37/+59
|\ \
| * | KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr2019-04-051-1/+1
| * | KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr2019-04-051-28/+44
| * | KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes2019-04-051-3/+9
| * | kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes2019-04-051-5/+5
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-53/+16
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-56/+17
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-319-55/+138
|\ \
| * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
| * | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-283-8/+4
| * | kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan2019-03-281-0/+5
| * | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-284-3/+45
| * | KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-283-18/+28
| * | KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson2019-03-281-4/+9
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-318-22/+19
|\ \ \
| * | | x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-293-10/+7
| * | | x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn2019-03-281-2/+3
| * | | x86/mm: Don't exceed the valid physical address spaceRalph Campbell2019-03-281-1/+1
| * | | x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann2019-03-281-2/+6
| * | | x86/realmode: Don't leak the trampoline kernel addressMatteo Croce2019-03-271-2/+0
| * | | x86/boot: Fix incorrect ifdeffery scopeBaoquan He2019-03-271-2/+2
| * | | x86/resctrl: Remove unused variablePeng Hao2019-03-241-3/+0
| |/ /
* / / x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-03-281-7/+1
|/ /
* | x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-7/+13
* | Merge branch 'x86/cpu' into x86/urgentThomas Gleixner2019-03-221-16/+15
|\ \
| * | x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> headerIngo Molnar2019-02-111-16/+15
* | | x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor2019-03-221-0/+1
* | | x86/mm/pti: Make local symbols staticValdis Kletnieks2019-03-221-2/+2
* | | x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processorsMatthew Whitehead2019-03-211-21/+0
* | | x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead2019-03-211-7/+7
* | | x86/microcode: Announce reload operation's completionBorislav Petkov2019-03-211-0/+2
* | | x86/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu2019-03-211-1/+5
* | | x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki2019-03-211-0/+2
* | | x86/lib: Fix indentation issue, remove extra tabColin Ian King2019-03-211-1/+1
* | | x86/boot: Restrict header scope to make Clang happyNick Desaulniers2019-03-211-1/+2
* | | x86/mm: Don't leak kernel addressesMatteo Croce2019-03-191-2/+2
* | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-3/+0
|\ \ \
| * | | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
| * | | kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-173-125/+0
|\ \ \
| * | | x86/asm: Remove unused __constant_c_x_memset() macro and inlinesRasmus Villemoes2019-01-121-84/+0
| * | | x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes2019-01-123-41/+0
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-172-4/+4
|\ \ \ \