summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
* x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-192-1/+39
* x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-191-1/+8
* x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-191-3/+3
* x86/init: Remove i8042_detect() from platform opsDmitry Torokhov2016-12-194-17/+0
* x86/init: Add i8042 state to the platform dataDmitry Torokhov2016-12-193-0/+30
* x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky2016-12-191-1/+5
* x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2016-12-191-9/+19
* x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov2016-12-191-13/+17
* x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov2016-12-191-9/+11
* Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-184-280/+0
|\
| * platform/x86: mlx-platform: Move module from arch/x86Vadim Pasternak2016-12-164-280/+0
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-1810-27/+355
|\ \
| * | x86/tsc: Limit the adjust value furtherThomas Gleixner2016-12-181-5/+16
| * | x86/tsc: Annotate printouts as firmware bugThomas Gleixner2016-12-181-2/+3
| * | x86/tsc: Force TSC_ADJUST register to value >= zeroThomas Gleixner2016-12-153-19/+42
| * | x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-155-6/+13
| * | x86/tsc: Validate cpumask pointer before accessing itThomas Gleixner2016-12-011-2/+5
| * | x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner2016-11-302-5/+6
| * | x86/tsc: Try to adjust TSC if sync test failsThomas Gleixner2016-11-291-5/+78
| * | x86/tsc: Prepare warp test for TSC adjustmentThomas Gleixner2016-11-291-2/+4
| * | x86/tsc: Move sync cleanup to a safe placeThomas Gleixner2016-11-291-5/+5
| * | x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner2016-11-292-11/+30
| * | x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner2016-11-293-2/+38
| * | x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner2016-11-294-1/+97
| * | x86/tsc: Detect random warpsThomas Gleixner2016-11-291-1/+12
| * | x86/tsc: Use X86_FEATURE_TSC_ADJUST in detect_art()Thomas Gleixner2016-11-291-6/+8
| * | x86/tsc: Finalize the split of the TSC_RELIABLE flagThomas Gleixner2016-11-181-6/+1
| * | x86/tsc: Set TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Atom SoCsBin Gao2016-11-183-4/+32
| * | x86/tsc: Mark Intel ATOM_GOLDMONT TSC reliableBin Gao2016-11-181-0/+7
| * | x86/tsc: Mark TSC frequency determined by CPUID as knownBin Gao2016-11-181-0/+7
| * | x86/tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flagBin Gao2016-11-182-3/+9
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-1814-114/+66
|\ \ \
| * | | x86/floppy: Use designated initializersKees Cook2016-12-181-10/+10
| * | | x86/mpx: Move bd_addr to mm_context_tMark Rutland2016-12-173-7/+11
| * | | x86/mm: Drop unused argument 'removed' from sync_global_pgds()Kirill A. Shutemov2016-12-153-20/+9
| * | | ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-1/+1
| * | | x86/acpi: Use proper macro for invalid nodeBoris Ostrovsky2016-12-151-1/+1
| * | | x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner2016-12-151-4/+4
| * | | x86/boot/64: Push correct start_cpu() return addressJosh Poimboeuf2016-12-141-2/+3
| * | | x86/boot/64: Use 'push' instead of 'call' in start_cpu()Josh Poimboeuf2016-12-141-1/+1
| * | | x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-134-69/+27
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-0/+16
|\ \ \ \
| * | | | x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2016-12-141-0/+16
* | | | | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-162-40/+45
|\ \ \ \ \
| * | | | | kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2016-11-302-40/+45
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-154-5/+6
|\ \ \ \ \
| * | | | | ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2016-12-091-2/+2
| * | | | | tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-093-3/+4
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-142-6/+4
|\ \ \ \ \
OpenPOWER on IntegriCloud