summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-09-02x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann
2017-08-30x86/mm: Fix use-after-free of ldt_structEric Biggers
2017-08-30perf/x86/intel/rapl: Make package handling more robustThomas Gleixner
2017-08-30KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini
2017-08-24x86/asm/64: Clear AC on NMI entriesAndy Lutomirski
2017-08-24mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook
2017-08-24crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com
2017-08-11x86/boot: Add missing declaration of string functionsNicholas Mc Guire
2017-08-11KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li
2017-08-06perf/x86: Set pmu->module in Intel PMU modulesDavid Carrillo-Cisneros
2017-08-06x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'Andy Shevchenko
2017-08-06x86/mce/AMD: Make the init code more robustThomas Gleixner
2017-07-27x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han
2017-07-27x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han
2017-07-27x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki
2017-07-27PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas
2017-07-21kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang
2017-07-21kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson
2017-07-21kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson
2017-07-21kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson
2017-07-21crypto: sha1-ssse3 - Disable avx2Herbert Xu
2017-07-21binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-07-15x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka
2017-07-12x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni
2017-07-12x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf
2017-07-05KVM: nVMX: Fix exception injectionWanpeng Li
2017-07-05KVM: x86: zero base3 of unusable segmentsRadim Krčmář
2017-07-05KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář
2017-07-05KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-07-05x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski
2017-07-05x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel
2017-07-05x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He
2017-07-05perf/x86: Reject non sampling events with precise_ipJiri Olsa
2017-07-05x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser
2017-07-05x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown
2017-07-05perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King
2017-07-05perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell init ...Prarit Bhargava
2017-07-05perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugZhou Chengming
2017-07-05KVM: x86: fix fixing of hypercallsDmitry Vyukov
2017-07-05x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He
2017-06-29perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-06-24x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-06-14KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li
2017-06-14kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini
2017-06-14efi: Don't issue error message when booted under XenJuergen Gross
2017-06-07x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley
2017-06-07x86/MCE: Export memory_error()Borislav Petkov
2017-05-25x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds