summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar
2017-01-28x86/boot/e820: Remove e820_mark_nosave_regions() definition ugliesIngo Molnar
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2017-01-28Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar
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/e820/32: Fix e820_search_gap() error handling on x86-32Arnd Bergmann
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/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky
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-28x86/e820: Make e820_search_gap() static and remove unused variablesWei Yang
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
2016-12-19x86/init: Remove i8042_detect() from platform opsDmitry Torokhov
2016-12-19x86/init: Add i8042 state to the platform dataDmitry Torokhov
2016-12-19x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky
2016-12-19x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov
2016-12-19x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov
2016-12-19x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov
2016-12-18Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds