index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
mte.c
Age
Commit message (
Expand
)
Author
2021-07-15
arm64: mte: fix restoration of GCR_EL1 from suspend
Mark Rutland
2021-06-22
arm64: mte: Sync tags for pages where PTE is untagged
Steven Price
2021-04-13
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-13
arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
Peter Collingbourne
2021-04-11
arm64: mte: Report async tag faults before suspend
Vincenzo Frascino
2021-04-11
arm64: mte: Enable async tag check fault
Vincenzo Frascino
2021-04-11
arm64: mte: Conditionally compile mte_enable_kernel_*()
Vincenzo Frascino
2021-04-11
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
2021-04-11
arm64: mte: Add asynchronous mode support
Vincenzo Frascino
2021-02-26
arm64: kasan: simplify and inline MTE functions
Andrey Konovalov
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
2021-02-12
arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page
Catalin Marinas
2020-12-22
arm64: mte: switch GCR_EL1 in kernel entry and exit
Vincenzo Frascino
2020-12-22
arm64: mte: convert gcr_user into an exclude mask
Vincenzo Frascino
2020-12-22
arm64: kasan: allow enabling in-kernel MTE
Vincenzo Frascino
2020-12-22
arm64: mte: reset the page tag in page->flags
Vincenzo Frascino
2020-12-22
arm64: mte: add in-kernel MTE helpers
Vincenzo Frascino
2020-12-03
arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONE
Peter Collingbourne
2020-09-04
arm64: mte: Enable swap of tagged pages
Steven Price
2020-09-04
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2020-09-04
arm64: mte: Restore the GCR_EL1 register after a suspend
Catalin Marinas
2020-09-04
arm64: mte: Allow user control of the generated random tags via prctl()
Catalin Marinas
2020-09-04
arm64: mte: Allow user control of the tag check mode via prctl()
Catalin Marinas
2020-09-04
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
2020-09-04
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino