summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-043-8/+8
|\
| * x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
| * Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3Star
| |\
| | * x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3Star
| * | x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-041-23/+13Star
|\ \ \
| * | | perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13Star
| |/ /
* | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-1/+1
|\ \ \
| * | | x86: replace __init_or_module with __init in non-modular vsmp_64.cPaul Gortmaker2015-06-161-1/+1
* | | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-023-5/+3Star
|\ \ \ \
| * | | | x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * | | | x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * | | | x86: don't use module_init for non-modular core bootflag codePaul Gortmaker2015-06-161-1/+1
| |/ / /
* | | | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-1/+1
|\ \ \ \
| * | | | x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker2015-06-161-1/+1
| |/ / /
* | | | x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bitJosh Triplett2015-07-012-7/+7
* | | | x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-07-011-5/+6
* | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-292-36/+85
|\ \ \ \
| * | | | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | | | libnvdimm, pmem: add libnvdimm support to the pmem driverDan Williams2015-06-251-32/+60
| * | | | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-281-4/+24
| | |_|/ | |/| |
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'v4.1-rc6' into drm-nextDave Airlie2015-06-042-2/+20
| |\ \ \ \
| * \ \ \ \ Backmerge v4.1-rc4 into into drm-nextDave Airlie2015-05-205-40/+64
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-081-0/+1
| |\ \ \ \ \ \
| | * | | | | | drm/i915/bxt: Broxton uses the same GMS values as SkylakeDamien Lespiau2015-04-091-0/+1
* | | | | | | | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-251-0/+3
* | | | | | | | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-252-2/+4
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-242-4/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: kvmclock: set scheduler clock stableLuiz Capitulino2015-05-291-2/+12
| * | | | | | | | kvm: x86: Make functions that have no external callers staticNicholas Krause2015-05-201-2/+2
| * | | | | | | | Revert "kvmclock: set scheduler clock stable"Paolo Bonzini2015-05-191-3/+0Star
| * | | | | | | | kvmclock: set scheduler clock stableLuiz Capitulino2015-05-071-0/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-2/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-06-221-2/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | x86: Load __USER_DS into DS/ES after resumeIngo Molnar2015-06-221-2/+4
| | |/ / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-232-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: introduce kaslr_offset()Jiri Kosina2015-04-292-2/+3
* | | | | | | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-1/+0Star
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-081-1/+0Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-232-6/+4Star
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-1911-91/+105
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2Star
| * | | | | | | | x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2Star
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2354-5050/+1843Star
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-2234-3768/+568Star
| |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang2015-06-181-2/+6
| | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
| | * | | | | | | | | | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-081-1/+1
| | * | | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-0815-3622/+39Star
| | |\ \ \ \ \ \ \ \ \ \