summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-1912-22/+30
* x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-193-28/+25
* x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-192-20/+5
* Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-1928-74/+172
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-086-7/+10
| |\
| | * perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa2015-12-061-1/+1
| | * perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen2015-12-061-1/+1
| | * treewide: Remove old email addressPeter Zijlstra2015-11-233-3/+3
| | * perf/x86: Fix LBR call stack save/restoreAndi Kleen2015-11-232-1/+4
| | * perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-1/+1
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-064-13/+16
| |\ \
| | * | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| | * | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| | * | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| | |/
| * | libnvdimm, e820: skip module loading when no type-12Dan Williams2015-11-301-0/+12
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-224-9/+12
| |\
| | * x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1
| | * x86/ftrace: Add comment on static function tracingNamhyung Kim2015-11-191-0/+6
| | * x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han2015-11-121-1/+0
| | * x86/fpu: Fix 32-bit signal frame handlingDave Hansen2015-11-121-6/+5
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-6/+0
| |\ \
| | * | perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0
| * | | 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/+4
| |\ \
| | * | arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-061-4/+3
| | * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-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-051-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-041-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
| | | |/ / / /
* | | | | | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-3/+0
* | | | | | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-192-15/+0
* | | | | | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-192-3/+0
* | | | | | | x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-12/+1
|/ / / / / /
* | | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-033-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-035-74/+356
|\ \ \ \ \ \
| * | | | | | x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen2015-09-141-0/+45
OpenPOWER on IntegriCloud