summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86Mike Rapoport2019-04-251-1/+2
* x86/Kconfig: Make SPARSEMEM default for 32-bit x86Mike Rapoport2019-04-251-6/+1Star
* x86/build: Move _etext to actual end of .textKees Cook2019-04-241-3/+3
* x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-04-241-2/+0Star
* x86/fault: Make fault messages more succinctBorislav Petkov2019-04-211-3/+3
* x86/fault: Decode and print #PF oops in human readable formSean Christopherson2019-04-191-31/+11Star
* x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson2019-04-191-3/+6
* x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GBBaoquan He2019-04-051-8/+2Star
* x86/mm/KASLR: Use only one PUD entry for real mode trampolineBaoquan He2019-04-051-47/+37Star
* 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/+13Star
| * 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/+4Star
| * 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/+19Star
|\ \
| * | x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-293-10/+7Star
| * | 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/+0Star
| * | x86/boot: Fix incorrect ifdeffery scopeBaoquan He2019-03-271-2/+2
| * | x86/resctrl: Remove unused variablePeng Hao2019-03-241-3/+0Star
| |/
* / x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-03-281-7/+1Star
|/
* x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-7/+13
* 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/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/+0Star
* | 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/+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
|\ \ \
| * | | x86/asm: Remove unused __constant_c_x_memset() macro and inlinesRasmus Villemoes2019-01-121-84/+0Star
| * | | x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes2019-01-123-41/+0Star
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-172-4/+4
|\ \ \ \
| * | | | perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-171-1/+1