aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/cleanup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08x86/mtrr: Remove unused variableBo Yu1-2/+1
2018-09-27x86/cpu/mtrr: Support TOP_MEM2 and get MTRR numberPu Wen1-1/+2
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-22/+22
2015-12-04x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() as __initdataRasmus Villemoes1-2/+9
2015-05-27x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani1-1/+2
2013-06-18x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu1-4/+4
2012-07-10x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich1-3/+3
2012-05-30x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan1-1/+1
2010-10-01x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUsAndreas Herrmann1-1/+1
2010-07-15x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statementsJoe Perches1-3/+3
2010-02-10x86: Change range end to start+sizeYinghai Lu1-16/+16
2010-02-10x86: Move range related operation to one fileYinghai Lu1-165/+15
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+40
2009-11-24x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu1-9/+40
2009-11-17x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu1-2/+0
2009-11-02x86: Fix printk message typo in mtrr cleanup codeDave Jones1-1/+1
2009-07-05x86: Further clean up of mtrr/generic.cIngo Molnar1-29/+27
2009-07-04x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput1-174/+176
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput1-2/+2
2009-03-18x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput1-1/+2
2009-03-17x86: MTRR workaround for system with stange var MTRRsYinghai Lu1-0/+11
2009-03-13x86: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu1-0/+1089