Searched hist:"72 fd7236" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/lib/ |
H A D | insn.c | 72fd7236 Wed Mar 03 11:05:32 CST 2021 Julien Thierry <jthierry@redhat.com> arm64: Move instruction encoder/decoder under lib/
Aarch64 instruction set encoding and decoding logic can prove useful for some features/tools both part of the kernel and outside the kernel.
Isolate the function dealing only with encoding/decoding instructions, with minimal dependency on kernel utilities in order to be able to reuse that code.
Code was only moved, no code should have been added, removed nor modifier.
Signed-off-by: Julien Thierry <jthierry@redhat.com> Link: https://lore.kernel.org/r/20210303170536.1838032-5-jthierry@redhat.com Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | Makefile | 72fd7236 Wed Mar 03 11:05:32 CST 2021 Julien Thierry <jthierry@redhat.com> arm64: Move instruction encoder/decoder under lib/
Aarch64 instruction set encoding and decoding logic can prove useful for some features/tools both part of the kernel and outside the kernel.
Isolate the function dealing only with encoding/decoding instructions, with minimal dependency on kernel utilities in order to be able to reuse that code.
Code was only moved, no code should have been added, removed nor modifier.
Signed-off-by: Julien Thierry <jthierry@redhat.com> Link: https://lore.kernel.org/r/20210303170536.1838032-5-jthierry@redhat.com Signed-off-by: Will Deacon <will@kernel.org>
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | Makefile | 72fd7236 Wed Mar 03 11:05:32 CST 2021 Julien Thierry <jthierry@redhat.com> arm64: Move instruction encoder/decoder under lib/
Aarch64 instruction set encoding and decoding logic can prove useful for some features/tools both part of the kernel and outside the kernel.
Isolate the function dealing only with encoding/decoding instructions, with minimal dependency on kernel utilities in order to be able to reuse that code.
Code was only moved, no code should have been added, removed nor modifier.
Signed-off-by: Julien Thierry <jthierry@redhat.com> Link: https://lore.kernel.org/r/20210303170536.1838032-5-jthierry@redhat.com Signed-off-by: Will Deacon <will@kernel.org>
|