summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-6/+0Star
|\
| * perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-157-15/+56
|\ \
| * | x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2015-11-072-5/+15
| * | x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur2015-11-071-1/+1
| * | x86/AMD: Fix last level cache topology for AMD Fam17h systemsAravind Gopalakrishnan2015-11-071-0/+13
| * | x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-072-9/+26
| * | x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko2015-11-071-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-5/+4Star
|\ \
| * | arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-071-4/+3Star
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-4/+5
|\ \ \
| * | | livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONXJosh Poimboeuf2015-11-061-4/+5
* | | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang2015-10-221-0/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-061-11/+35
|\ \ \ \
| * | | | x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář2015-10-011-11/+35
* | | | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-051-4/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki2015-10-251-4/+18
| |\ \ \ \ \ \ | | | | | |/ / | | | | |/| |
| | | * / | | x86, ACPI: Handle apic/x2apic entries in MADT in correct orderLukasz Anaczkowski2015-10-151-4/+18
| | |/ / / /
* | | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-043-12/+14
|\ \ \ \ \ \
| * | | | | | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-081-9/+9
| * | | | | | x86/headers: Make sigcontext pointers bit independentIngo Molnar2015-09-081-1/+3
| * | | | | | x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-081-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-045-74/+356
|\ \ \ \ \ \
| * | | | | | x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen2015-09-141-0/+45
| * | | | | | x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen2015-09-141-11/+24
| * | | | | | x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen2015-09-141-10/+174
| * | | | | | x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-141-1/+1
| * | | | | | x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen2015-09-141-3/+13
| * | | | | | x86/fpu: Remove 'xfeature_nr'Dave Hansen2015-09-141-16/+8Star
| * | | | | | x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen2015-09-141-6/+7
| * | | | | | x86/fpu: Rename XFEATURES_NR_MAXDave Hansen2015-09-141-2/+2
| * | | | | | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-145-25/+29
| * | | | | | x86/fpu: Remove XSTATE_RESERVEDave Hansen2015-09-141-8/+52
| * | | | | | x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2015-09-142-11/+20
| * | | | | | x86/fpu: Print xfeature buffer size in decimalDave Hansen2015-09-141-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-041-6/+11
|\ \ \ \ \ \
| * | | | | | x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko2015-09-281-6/+11
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-041-0/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Add CLZERO detectionWan Zongshun2015-11-011-0/+1
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-043-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/early_printk: Set __iomem address space for IOAndy Shevchenko2015-10-131-2/+2
| * | | | | | | | x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko2015-09-301-1/+1
| * | | | | | | | x86: Deinline early_console_register, save 403 bytesDenys Vlasenko2015-09-301-1/+1
| * | | | | | | | x86/e820: Deinline e820_type_to_string, save 126 bytesDenys Vlasenko2015-09-301-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-3/+0Star
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang2015-10-121-3/+0Star
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-042-5/+2Star
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-091-3/+0Star