summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2017-03-22x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2017-03-22x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra
2017-03-22x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf
2017-02-13x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov
2017-02-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-10x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner
2017-02-10x86/tsc: Avoid the large time jump when sanitizing TSC ADJUSTThomas Gleixner
2017-02-08Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds
2017-02-05x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-31x86/mce: Make timer handling more robustThomas Gleixner
2017-01-31x86/irq: Make irq activate operations symmetricThomas Gleixner
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov
2017-01-24x86/fpu/xstate: Fix xcomp_bv in XSAVES headerYu-cheng Yu
2017-01-23x86/fpu: Set the xcomp_bv when we fake up a XSAVES areaKevin Hao
2017-01-23x86/microcode/intel: Drop stashed AP patch pointer optimizationBorislav Petkov
2017-01-18x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko
2017-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-14x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown
2017-01-12x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf
2017-01-12x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf
2017-01-09x86/microcode/intel: Use correct buffer size for saving microcode dataJunichi Nomura
2017-01-09x86/microcode/intel: Fix allocation size of struct ucode_patchJunichi Nomura
2017-01-09x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov
2017-01-09x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-06x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov
2017-01-05x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba
2016-12-26x86/mce/AMD: Make the init code more robustThomas Gleixner
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-25x86/msr: Remove bogus cleanup from the error pathThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-23Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-22x86/paravirt: Mark unused patch_default labelPeter Zijlstra
2016-12-21x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov
2016-12-20x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov
2016-12-20x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-12-19x86, swiotlb: Simplify pci_swiotlb_detect_override()Geert Uytterhoeven
2016-12-19x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski
2016-12-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski
2016-12-19x86/unwind: Dump stack data on warningsJosh Poimboeuf
2016-12-19x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf