summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-07-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski
2018-07-17uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov
2018-07-17x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam
2018-07-17x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen
2018-07-17x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov
2018-07-17x86/alternatives: Discard dynamic check after initBrian Gerst
2018-07-17x86/alternatives: Add an auxilary sectionBorislav Petkov
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2018-07-17x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov
2018-07-17x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov
2018-07-11x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck
2018-07-11x86/mce: Detect local MCEs properlyYazen Ghannam
2018-07-11kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu
2018-06-16x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski
2018-06-16x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski
2018-06-16x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski
2018-06-16x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2018-06-16x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2018-06-16x86/fpu: Fix 'no387' regressionAndy Lutomirski
2018-06-16x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski
2018-06-16x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu
2018-06-16x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2018-06-16x86/fpu: Fix early FPU command-line parsingyu-cheng yu
2018-05-30x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He
2018-05-30x86/devicetree: Fix device IRQ settings in DTIvan Gorinov
2018-05-30x86/devicetree: Initialize device tree before using itIvan Gorinov
2018-05-30x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves
2018-05-26x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra
2018-05-16perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra
2018-05-16perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra
2018-05-02x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam
2018-04-29x86/tsc: Prevent 32bit truncation in calc_hpet_ref()Xiaoming Gao
2018-04-24x86/hweight: Get rid of the special calling conventionBorislav Petkov
2018-04-13x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-24x86: i8259: export legacy_pic symbolHans de Goede
2018-03-22x86/vm86/32: Fix POPF emulationAndy Lutomirski
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2018-03-22kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu
2018-03-18x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-03-18x86/module: Detect and skip invalid relocationsJosh Poimboeuf
2018-03-18x86/MCE: Serialize sysfs changesSeunghun Han
2018-03-11x86/spectre: Fix an error messageDan Carpenter
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner