summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2016-07-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+21
2016-07-26Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-64/+105
2016-07-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+3
2016-07-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-152/+464
2016-07-26Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+11
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-49/+79
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-13/+148
2016-07-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-24/+10
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+24
2016-07-25Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2016-07-22x86/boot: Simplify EBDA-vs-BIOS reservation logicAndy Lutomirski1-23/+11
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen1-6/+13
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar4-47/+85
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang8-10/+0
2016-07-15Merge branch 'linus' into x86/apic, to refresh the branchIngo Molnar9-40/+130
2016-07-15x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang1-6/+0
2016-07-15x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski1-1/+0
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski1-1/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-1/+3
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski1-1/+9
2016-07-15x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski1-2/+10
2016-07-15x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski1-1/+9
2016-07-14x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung1-0/+21
2016-07-11x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown1-1/+15
2016-07-11x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2-7/+69
2016-07-11x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2-5/+2
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2-15/+9
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu1-0/+8
2016-07-11x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu1-0/+5
2016-07-11x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu1-2/+9
2016-07-10Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86"Ingo Molnar1-8/+0
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+64
2016-07-10x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-07-10x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-07-10x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu1-0/+9
2016-07-10x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu1-2/+16
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2-23/+212
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu1-23/+39
2016-07-10x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu1-28/+32
2016-07-10Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar11-40/+51
2016-07-10x86/tsc_msr: Add Airmont reference clock valuesLen Brown1-1/+4
2016-07-10x86/tsc_msr: Correct Silvermont reference clock valuesLen Brown1-3/+3
2016-07-10x86/tsc_msr: Update comments, expand definitionsLen Brown1-26/+10
2016-07-10x86/tsc_msr: Remove debugging messagesLen Brown1-16/+3
2016-07-10x86/tsc_msr: Identify Intel-specific codeLen Brown1-0/+3
2016-07-10Revert "x86/tsc: Add missing Cherrytrail frequency to the table"Len Brown1-3/+0
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar8-27/+38