summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-155-6/+13
* x86/tsc: Validate cpumask pointer before accessing itThomas Gleixner2016-12-011-2/+5
* x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner2016-11-302-5/+6
* x86/tsc: Try to adjust TSC if sync test failsThomas Gleixner2016-11-291-5/+78
* x86/tsc: Prepare warp test for TSC adjustmentThomas Gleixner2016-11-291-2/+4
* x86/tsc: Move sync cleanup to a safe placeThomas Gleixner2016-11-291-5/+5
* x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner2016-11-292-11/+30
* x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner2016-11-293-2/+38
* x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner2016-11-294-1/+97
* x86/tsc: Detect random warpsThomas Gleixner2016-11-291-1/+12
* x86/tsc: Use X86_FEATURE_TSC_ADJUST in detect_art()Thomas Gleixner2016-11-291-6/+8
* x86/tsc: Finalize the split of the TSC_RELIABLE flagThomas Gleixner2016-11-181-6/+1
* x86/tsc: Set TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Atom SoCsBin Gao2016-11-183-4/+32
* x86/tsc: Mark Intel ATOM_GOLDMONT TSC reliableBin Gao2016-11-181-0/+7
* x86/tsc: Mark TSC frequency determined by CPUID as knownBin Gao2016-11-181-0/+7
* x86/tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flagBin Gao2016-11-182-3/+9
* crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann2016-11-111-2/+2
* x86: apm: avoid uninitialized dataArnd Bergmann2016-11-111-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-045-79/+30
|\
| * kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
| * kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson2016-11-021-7/+15
| * KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini2016-11-024-65/+6
| * KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-10-281-1/+3
| * kvm/x86: Show WRMSR data is in hexBorislav Petkov2016-10-271-3/+3
| * kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson2016-10-271-2/+2
* | x86/smpboot: Init apic mapping before usageThomas Gleixner2016-10-291-1/+6
* | Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-281-0/+1
|\ \
| * | ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya2016-10-241-0/+1
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-282-7/+33
|\ \
| * | perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik2016-10-281-3/+7
| * | perf/x86/intel/cstate: Add C-state residency events for Knights LandingLukasz Odzioba2016-10-191-4/+26
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-285-7/+14
|\ \ \
| * | | x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-10-281-1/+1
| * | | x86: Fix export for mcount and __fentry__Steven Rostedt2016-10-261-1/+2
| * | | x86/quirks: Hide maybe-uninitialized warningArnd Bergmann2016-10-251-2/+1
| * | | x86/build: Fix build with older GCC versionsJan Beulich2016-10-251-2/+2
| * | | x86/unwind: Fix empty stack dereference in guess unwinderJosh Poimboeuf2016-10-251-1/+8
* | | | Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Linus Torvalds2016-10-282-0/+20
|\ \ \ \
| * | | | x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2016-10-262-0/+20
| | |_|/ | |/| |
* | | | kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-3/+3
| |/ / |/| |
* | | Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-241-0/+2
|\ \ \ | |/ / |/| |
| * | x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-228-11/+38
|\ \ \
| * | | x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
| * | | sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-0/+9
| * | | x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0
| * | | x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton2016-10-201-1/+9
| * | | x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-193-0/+6
| * | | x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-212-3/+3
|\ \ \