huawei-mrd-kernel/drivers/oases
2024-01-30 13:14:49 +00:00
..
sign feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_func.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_func.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_insn.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_insn.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_subfunc.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
hook_subfunc.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_const.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_data.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_func_post.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_func_pre.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_func_pre_post.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_gen_off feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_subfunc_post.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
inlinehook_subfunc_pre.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
kallsyms.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
kallsyms.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
Kconfig feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
LICENSE feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
Makefile feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
oases.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
oases_key.x509 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
oases_sign_certificate.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
oases_signing.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
oases_signing.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_addr.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_addr.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_api.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_api.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_base.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_base.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_file.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_file.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_info.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_mgr.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
patch_mgr.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
plts.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
plts.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
plts_const.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
plts_static.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
README feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
sysfs.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
sysfs.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
util.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
util.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
vendor_key.x509 feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
vendor_sign_certificate.S feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
vmarea.c feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00
vmarea.h feat: initial commit of huawei open source code 2024-01-30 13:14:49 +00:00

1. add oases souce code to drivers/char/oases

2. add oases in file drivers/char/Kconfig

	source "drivers/char/oases/Kconfig"

3. add oases in file drivers/char/Makefile

	obj-$(CONFIG_OASES) += oases/

4. kernel config dependence:

	CONFIG_MODULE_FORCE_UNLOAD should not be set

	on arm64, for Linux version before 3.18:

	CONFIG_STRICT_MEMORY_RWX is not set