summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/mtrr.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-08x86: Add a function to set variable MTRRsSimon Glass1-0/+38
2019-10-08x86: Refactor mtrr_commit() to allow for shared codeSimon Glass1-7/+12
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass1-8/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-01-24x86: Test mtrr support flag before accessing mtrr msrBin Meng1-0/+12
2015-01-24x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.cBin Meng1-0/+2
2015-01-13x86: Add support for MTRRsSimon Glass1-0/+81