summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-272-8/+33
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-2/+3
|\
| * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-2/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-252-4/+4
|\ \
| * | timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
| * | timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner2016-07-071-2/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-0/+21
|\ \
| * | x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung2016-07-141-0/+21
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-253-64/+105
|\ \ \
| * | | x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2016-07-151-6/+0
| * | | x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown2016-07-111-1/+15
| * | | x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2016-07-112-7/+69
| * | | x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2016-07-112-5/+2
| * | | x86/tsc_msr: Add Airmont reference clock valuesLen Brown2016-07-101-1/+4
| * | | x86/tsc_msr: Correct Silvermont reference clock valuesLen Brown2016-07-101-3/+3
| * | | x86/tsc_msr: Update comments, expand definitionsLen Brown2016-07-101-26/+10
| * | | x86/tsc_msr: Remove debugging messagesLen Brown2016-07-101-16/+3
| * | | x86/tsc_msr: Identify Intel-specific codeLen Brown2016-07-101-0/+3
| * | | Revert "x86/tsc: Add missing Cherrytrail frequency to the table"Len Brown2016-07-101-3/+0
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-4/+3
|\ \ \ \
| * \ \ \ Merge branch 'x86/cpu' into x86/platform, to avoid conflictIngo Molnar2016-06-141-4/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar2016-06-0869-909/+1633
| | |\ \ \ \
| | * | | | | x86/cpu: Correct comments and messages in P4 erratum 037 handling codeBorislav Petkov2016-05-101-4/+3
| | * | | | | Merge tag 'v4.6-rc6' into x86/cpu, to refresh the treeIngo Molnar2016-05-059-22/+28
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-255-152/+464
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen2016-07-211-6/+13
| * | | | | | | | x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2016-07-112-15/+9
| * | | | | | | | x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2016-07-111-0/+8
| * | | | | | | | x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu2016-07-111-0/+5
| * | | | | | | | x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu2016-07-111-2/+9
| * | | | | | | | x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu2016-07-101-0/+9
| * | | | | | | | x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu2016-07-101-2/+16
| * | | | | | | | x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2016-07-102-23/+212
| * | | | | | | | x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2016-07-101-23/+39
| * | | | | | | | x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu2016-07-101-28/+32
| * | | | | | | | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar2016-07-1011-40/+51
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu2016-06-182-2/+3
| * | | | | | | | x86/fpu/xstate: Keep init_fpstate.xsave.header.xfeatures as zero for init opt...Fenghua Yu2016-06-181-4/+2
| * | | | | | | | x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu2016-06-184-17/+20
| * | | | | | | | x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu2016-06-183-36/+72
| * | | | | | | | x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen2016-06-082-0/+21
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-253-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov2016-07-081-0/+5
| * | | | | | | | x86/dumpstack: Honor supplied @regs argAndy Lutomirski2016-07-082-2/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-256-49/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/boot: Simplify EBDA-vs-BIOS reservation logicAndy Lutomirski2016-07-221-23/+11
| * | | | | | | | x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar2016-07-214-47/+85
| * | | | | | | | x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2016-07-081-1/+1
| * | | | | | | | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-081-0/+3
| * | | | | | | | Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar2016-07-087-25/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
OpenPOWER on IntegriCloud