summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-210/+194
|\
| * Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-2616-109/+284
| |\
| * \ Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-0225-129/+202
| |\ \
| * \ \ Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie2016-06-093-15/+27
| |\ \ \
| * \ \ \ Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-210/+194
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-1730-57/+234
| | |\ \ \ \
| | * | | | | x86: Silence 32bit compiler warning in intel_graphics_stolen()Chris Wilson2016-05-101-3/+4
| | * | | | | drm/i915: Function per early graphics quirkJoonas Lahtinen2016-04-251-89/+98
| | * | | | | drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen2016-04-251-130/+104
* | | | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-01118-132/+113
|\ \ \ \ \ \ \
| * | | | | | | x86, crypto: Restore MODULE_LICENSE() to glue_helper.c so it loadsPaul Gortmaker2016-07-201-1/+3
| * | | | | | | x86/apic: Remove duplicated include from probe_64.cWei Yongjun2016-07-191-1/+0
| * | | | | | | x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun2016-07-191-2/+0
| * | | | | | | x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_tStephen Rothwell2016-07-191-0/+1
| * | | | | | | x86/platform: Delete extraneous MODULE_* tags fromm ts5500Paul Gortmaker2016-07-161-4/+0
| * | | | | | | x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-1411-12/+11
| * | | | | | | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-147-7/+8
| * | | | | | | x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-146-6/+6
| * | | | | | | x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1410-12/+13
| * | | | | | | x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1414-14/+16
| * | | | | | | x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1450-49/+50
| * | | | | | | x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1419-19/+9
| * | | | | | | x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker2016-07-142-10/+1
| * | | | | | | Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar2016-07-1414-63/+778
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-07-309-158/+190
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bitBorislav Petkov2016-07-272-3/+2
| * | | | | | | | | Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-27173-1514/+4214
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-07-261-2/+14
| * | | | | | | | | | x86/microcode: Remove unused symbol exportsBorislav Petkov2016-07-082-3/+0
| * | | | | | | | | | Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new ...Ingo Molnar2016-07-0830-166/+240
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/microcode/intel: Do not issue microcode updates messages on each CPUAndi Kleen2016-06-141-7/+17
| * | | | | | | | | | | Documentation/microcode: Document some aspects for more clarityBorislav Petkov2016-06-081-7/+9
| * | | | | | | | | | | x86/microcode/AMD: Make amd_ucode_patch[] staticBorislav Petkov2016-06-082-2/+1
| * | | | | | | | | | | x86/microcode/intel: Unexport save_mc_for_early()Borislav Petkov2016-06-082-14/+6
| * | | | | | | | | | | x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch()Borislav Petkov2016-06-081-5/+5
| * | | | | | | | | | | x86/microcode: Propagate save_microcode_in_initrd() retvalBorislav Petkov2016-06-082-5/+5
| * | | | | | | | | | | x86/microcode: Get rid of find_cpio_data()'s dummy offset argBorislav Petkov2016-06-082-4/+2
| * | | | | | | | | | | x86/microcode: Fix suspend to RAM with builtin microcodeBorislav Petkov2016-06-083-10/+2
| * | | | | | | | | | | x86/microcode: Fix loading precedenceBorislav Petkov2016-06-083-102/+133
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-3010-66/+82
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra2016-07-204-3/+8
| * | | | | | | | | | | Merge branch 'linus' into x86/cpu, to pick up fixesIngo Molnar2016-07-2031-199/+397
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G"Dave Hansen2016-07-011-1/+1
| * | | | | | | | | | | x86/amd_nb: Clean up init pathBorislav Petkov2016-07-011-23/+14
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fixIngo Molnar2016-07-016-37/+16
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/cpufeature: Add helper macro for mask check macrosDave Hansen2016-06-301-40/+50
| * | | | | | | | | | | | x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen2016-06-303-2/+8
| * | | | | | | | | | | | x86/cpufeature: Update cpufeaure macrosDave Hansen2016-06-303-2/+6
* | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-293-93/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/ptrace: run seccomp after ptraceKees Cook2016-06-141-10/+12