summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf3-3/+4
2016-10-08nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-9/+9
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+66
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-98/+39
2016-10-04Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+70
2016-10-04Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+103
2016-10-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-24/+8
2016-10-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-78/+103
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds42-589/+664
2016-10-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-54/+97
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+30
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-49/+232
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-256/+4
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+9
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-3/+62
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki3-3/+62
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski3-3/+2
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-3/+1
2016-09-30x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski1-3/+1
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra4-256/+4
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-16/+30
2016-09-26x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()Thomas Gleixner1-2/+0
2016-09-26Merge branch 'x86/urgent' into x86/apicThomas Gleixner5-13/+51
2016-09-26Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar3-4/+14
2016-09-22x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams1-9/+5
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng1-1/+2
2016-09-21x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng2-9/+58
2016-09-21x86/acpi: Enable acpi to register all possible cpus at boot timeGu Zheng1-4/+15
2016-09-21x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko1-4/+4
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko6-61/+90
2016-09-21x86/e820: Mark some static functions __initDenys Vlasenko1-6/+6
2016-09-21Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar3-4/+14
2016-09-21x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf1-1/+1
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar3-4/+14
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini1-1/+1
2016-09-20x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf3-190/+0
2016-09-20x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf3-41/+103
2016-09-20x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf1-45/+29
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf3-0/+142
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2-2/+2
2016-09-20x86/tsc: Add additional Intel CPU models to the crystal quirk listPrarit Bhargava1-0/+5
2016-09-20x86/tsc: Use cpu id defines instead of hex constantsPrarit Bhargava1-3/+4
2016-09-20x86/apic: Get rid of apic_version[] arrayDenys Vlasenko5-19/+16
2016-09-20x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee1-1/+1
2016-09-19x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+6
2016-09-19x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior1-35/+17
2016-09-16x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf3-3/+5