summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/gpu: add ElkhartLake to gen11 early quirksRodrigo Vivi2019-04-011-0/+1
* drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin2019-04-011-1/+2
* 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
| * | | | perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-151-2/+2
| * | | | perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-151-1/+1
| | |/ / | |/| |
* | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-162-0/+2
|\ \ \ \
| * | | | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-052-0/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-1521-602/+677
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * | | | Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-151-13/+3Star
| * | | | x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti2019-02-201-0/+14
| * | | | KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10Star
| * | | | KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson2019-02-201-2/+5
| * | | | KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson2019-02-201-10/+26
| * | | | Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-203-100/+1Star
| * | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson2019-02-201-1/+2
| * | | | KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson2019-02-201-1/+4
| * | | | Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2019-02-202-1/+16
| * | | | Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson2019-02-201-12/+9Star
| * | | | Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2019-02-202-22/+0Star
| * | | | Revert "KVM: MMU: zap pages in batch"Sean Christopherson2019-02-201-11/+24
| * | | | Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson2019-02-201-28/+3Star
| * | | | Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-203-19/+4Star
| * | | | KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1Star
| * | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson2019-02-201-1/+2
| * | | | Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-202-1/+22
| * | | | Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-201-3/+0Star
| * | | | KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson2019-02-201-1/+32
| * | | | KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson2019-02-201-6/+16
| * | | | KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson2019-02-201-69/+70