summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-201-5/+10
* x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
* x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
* x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-191-3/+23
* Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Andy Lutomirski2016-12-191-6/+0
* x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
* x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
* 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 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-196-86/+15
|\
| * MIPS: jz4740: Remove obsolete codePaul Cercueil2016-11-053-85/+0
| * MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2016-11-052-1/+4
| * MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil2016-11-051-0/+11
* | Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-194-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-1817-115/+71
|\ \ \ \
| * | | | 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-154-2/+6
| * | | | 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