summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen
2015-06-09x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen
2015-05-27x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU caseIngo Molnar
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar
2015-05-27x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar
2015-05-25x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar
2015-05-25x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...Ingo Molnar
2015-05-25x86/fpu: Improve xstate_fault() handlingIngo Molnar
2015-05-25x86/fpu: Rename xstate related 'fx' references to 'xstate'Ingo Molnar
2015-05-25x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar
2015-05-25x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar
2015-05-25x86/fpu: Fix FPU state save area alignment bugIngo Molnar
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-22ARM: zynq: DT: Use the zynq binding with macbNathan Sullivan
2015-05-22x86/fpu, crypto: Fix AVX2 feature testsIngo Molnar
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger
2015-05-21Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar
2015-05-20x86/fpu/xstate: Use explicit parameter in xstate_fault()Ingo Molnar
2015-05-19Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-05-19x86/fpu: Reorganize fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar
2015-05-19x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar
2015-05-19x86/fpu/init: Propagate __init annotationsIngo Molnar
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar
2015-05-19x86/fpu: Clean up xstate feature reservationIngo Molnar
2015-05-19x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the endIngo Molnar
2015-05-19x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()Ingo Molnar