Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | arm64: add support for kernel mode NEON in interrupt context | Ard Biesheuvel | |
This patch modifies kernel_neon_begin() and kernel_neon_end(), so they may be called from any context. To address the case where only a couple of registers are needed, kernel_neon_begin_partial(u32) is introduced which takes as a parameter the number of bottom 'n' NEON q-registers required. To mark the end of such a partial section, the regular kernel_neon_end() should be used. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | |||
2012-12-05 | arm64: move FP-SIMD save/restore code to a macro | Marc Zyngier | |
In order to be able to reuse the save-restore code in KVM, move it to a pair of macros, similar to what the 32bit code does. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> |