aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/mtrr.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-10x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit()Bin Meng1-1/+1
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass1-5/+7
2020-09-25x86: Sort the MTRR tableSimon Glass1-0/+12
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-0/+81
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-0/+11
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-02common: 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-23x86: Test mtrr support flag before accessing mtrr msrBin Meng1-0/+12
2015-01-23x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.cBin Meng1-0/+2
2015-01-13x86: Add support for MTRRsSimon Glass1-0/+81