summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | x86/boot/64: Add forgotten end of function markerBorislav Petkov2016-06-271-0/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-2510-13/+148
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski2016-07-151-1/+0
| * | | | | | | | | | | | x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2016-07-151-1/+1
| * | | | | | | | | | | | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+3
| * | | | | | | | | | | | x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-151-1/+9
| * | | | | | | | | | | | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski2016-07-151-2/+10
| * | | | | | | | | | | | x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski2016-07-151-1/+9
| * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-098-27/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/signals: Add build-time checks to the siginfo compat codeDave Hansen2016-06-141-0/+93
| * | | | | | | | | | | | x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-141-0/+15
| * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-06-113-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-081-2/+2
| * | | | | | | | | | | | x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-081-4/+1
| * | | | | | | | | | | | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-082-0/+5
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2510-24/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-158-10/+0
| * | | | | | | | | | | | Merge branch 'linus' into x86/apic, to refresh the branchIngo Molnar2016-07-159-40/+130
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/apic: Fix misspelled APICClaudio Fontana2016-06-101-3/+3
| * | | | | | | | | | | | x86/ioapic: Simplify ioapic_setup_resources()Rui Wang2016-06-101-11/+7
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud