aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2-2/+3
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar3-11/+11
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2-31/+14
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar3-7/+7
2015-05-27x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar1-8/+20
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar1-0/+2
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar1-32/+19
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar3-5/+5
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar1-4/+1
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar3-3/+33
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar3-25/+32
2015-05-25x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar1-14/+23
2015-05-25x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...Ingo Molnar1-6/+6
2015-05-25x86/fpu: Improve xstate_fault() handlingIngo Molnar1-10/+10
2015-05-25x86/fpu: Rename xstate related 'fx' references to 'xstate'Ingo Molnar1-12/+12
2015-05-25x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar1-8/+2
2015-05-25x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar2-192/+192
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar20-51/+116
2015-05-25x86/fpu: Fix FPU state save area alignment bugIngo Molnar1-1/+6
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+13
2015-05-22ARM: zynq: DT: Use the zynq binding with macbNathan Sullivan1-2/+2
2015-05-22x86/fpu, crypto: Fix AVX2 feature testsIngo Molnar2-0/+9
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-05-21Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2015-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-15/+60
2015-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-11/+12
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li4-2/+27
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini3-0/+3
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2-2/+19
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar1-0/+15
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar1-10/+25
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2-36/+37
2015-05-20x86/fpu/xstate: Use explicit parameter in xstate_fault()Ingo Molnar1-14/+20
2015-05-19Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds4-11/+30
2015-05-19x86/fpu: Reorganize fpu/internal.hIngo Molnar2-75/+87
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar5-12/+58
2015-05-19x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar1-8/+9
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar4-9/+6
2015-05-19x86/fpu/init: Propagate __init annotationsIngo Molnar3-12/+12
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar3-6/+2
2015-05-19x86/fpu: Clean up xstate feature reservationIngo Molnar1-5/+10
2015-05-19x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the endIngo Molnar1-8/+9
2015-05-19x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()Ingo Molnar1-1/+2
2015-05-19x86/fpu: Document the various fpregs state formatsIngo Molnar1-2/+33
2015-05-19x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar3-18/+79
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar14-82/+82
2015-05-19x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar4-354/+360
2015-05-19x86/fpu: Factor out fpu/signal.cIngo Molnar4-393/+409