summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski2016-11-011-4/+16
* x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski2016-11-012-11/+7
* x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski2016-11-012-13/+4
* x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-012-39/+0
* x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs()Andy Lutomirski2016-11-011-7/+0
* x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski2016-11-011-18/+0
* Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar2016-11-0139-53/+151
|\
| * 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
| |\ \ \
| | * | | kvm: x86: memset whole irq_eoiJiri Slaby2016-10-201-1/+1
| | * | | kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov2016-10-201-2/+2
| * | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-195-7/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-193-3/+6
| | * | | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-3/+2
| | * | | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-187-3/+8
| |\ \ \ \
| | * | | | perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| | * | | | perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| | * | | | perf/x86/intel: Add Knights Mill CPUIDPiotr Luc2016-10-171-1/+2
| | * | | | x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc2016-10-171-0/+1
| | * | | | Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar2016-10-1690-1411/+1531
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams2016-10-161-1/+1
| | * | | | x86: Remove duplicate rtit status MSR macroLongpeng(Mike)2016-10-141-1/+0
| | * | | | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li2016-10-141-0/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-182-5/+10
| |\ \ \ \ \
| | * | | | | perf/x86/intel: Remove an inconsistent NULL checkDan Carpenter2016-10-161-2/+2
| | * | | | | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-161-0/+4