aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu/mtrr
Commit message (Expand)AuthorAgeFilesLines
* x86/MTRR: fix range check in mtrr_add_page()Jan Beulich2013-08-141-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-212-5/+5
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-09-201-27/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-126-635/+0
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-092-8/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-3/+3
* xen: remove more declarations from C files.Tim Deegan2011-05-272-6/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-262-3/+3
* x86, amd, MTRR: remove k8_enable_fixed_iorrs()Wei Huang2011-04-061-18/+0
* x86: MTRR cleanupJan Beulich2011-03-096-22/+21
* x86 guest pagetable walker: check for invalid bits in pagetableKeir Fraser2010-10-181-4/+5
* x86 mtrr: use rdmsrlKeir Fraser2010-06-252-26/+30
* mtrr msr-handling cleanupKeir Fraser2010-06-113-48/+59
* xen: msr safe cleanupKeir Fraser2010-06-111-1/+4
* x86 mtrr: Remove (noop) lock_cpu_hotplug().Keir Fraser2010-06-011-6/+0
* x86 mtrr: Fix set_mtrr() race against cpu_online_map changes.Keir Fraser2010-06-011-11/+14
* x86: Streamline the CPU early boot process.Keir Fraser2010-05-191-3/+3
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-1/+0
* x86: CPU synchronization while doing MTRR register updateKeir Fraser2009-08-051-12/+45
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-2/+2
* Pass cpumasks by reference always.Keir Fraser2009-05-271-1/+1
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-161-6/+1
* Rendezvous selected cpus in softirq (stop_machine).Keir Fraser2008-02-111-2/+0
* hvm/x86: MTRR/PAT virtualisation.Keir Fraser2007-10-223-21/+13
* x86: consolidate/enhance TLB flushing interfaceKeir Fraser2007-10-161-2/+2
* x86: AMD Fam10/11 adjustmentsKeir Fraser2007-10-115-97/+201
* x86: Remove (most) Centaur CPU support. Only VIA C7 can work, as itkfraser@localhost.localdomain2007-08-293-233/+0
* [XEN] x86-64: don't compile some unused MTRR codekfraser@localhost.localdomain2006-11-132-3/+11
* Use DEFINE_SPINLOCK consistently throughout Xen.kaf24@firebug.cl.cam.ac.uk2006-06-011-1/+1
* Clean up build system some more. No need to explicitlykaf24@firebug.cl.cam.ac.uk2006-04-051-4/+0
* Move arch/x86 to new build system.kaf24@firebug.cl.cam.ac.uk2006-03-191-0/+10
* Upgrade arch/x86/cpu/* files to their equivalents inkaf24@firebug.cl.cam.ac.uk2006-02-147-0/+1962