summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mtrr: Unify debugging printingBorislav Petkov (AMD)2023-06-011-36/+23
* x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross2023-06-011-2/+8
* x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-011-1/+1
* x86/mtrr: Remove physical address size calculationJuergen Gross2023-05-091-8/+8
* x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/mtrr: Convert comma to semicolonZheng Yongjun2020-12-301-2/+2
* x86/mtrr: Remove unused variableBo Yu2019-02-081-2/+1
* x86/cpu/mtrr: Support TOP_MEM2 and get MTRR numberPu Wen2018-09-271-1/+2
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-22/+22
* x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ...Rasmus Villemoes2015-12-041-2/+9
* x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-271-1/+2
* x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu2013-06-181-4/+4
* x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich2012-07-101-3/+3
* x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan2012-05-301-1/+1
* x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUsAndreas Herrmann2010-10-011-1/+1
* x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat...Joe Perches2010-07-151-3/+3
* x86: Change range end to start+sizeYinghai Lu2010-02-101-16/+16
* x86: Move range related operation to one fileYinghai Lu2010-02-101-165/+15
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-11/+40
|\
| * x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu2009-11-241-9/+40
| * x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-171-2/+0
* | x86: Fix printk message typo in mtrr cleanup codeDave Jones2009-11-021-1/+1
|/
* x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27
* x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput2009-07-041-174/+176
* x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-151-2/+2
* x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput2009-03-181-1/+2
* x86: MTRR workaround for system with stange var MTRRsYinghai Lu2009-03-171-0/+11
* x86: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu2009-03-131-0/+1089