aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-09-203-27/+11
* MCE: use new common mce handler on AMD CPUsChristoph Egger2012-09-175-560/+390
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-7/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-1212-1118/+2
* x86: refactor mce codeChristoph Egger2012-09-116-98/+127
* x86-64: refine the XSA-9 fixJan Beulich2012-08-201-2/+14
* x86: don't expose SYSENTER on unknown CPUsJan Beulich2012-08-201-0/+1
* Although the "Intel Virtualization Technology FlexMigrationMatt Wilson2012-08-071-1/+1
* x86/MCE: remove mcg_ctl and other adjustment for future vMCELiu, Jinsong2012-08-073-54/+16
* Xen/MCE: stick all 1's to MCi_CTL of vMCELiu, Jinsong2012-07-191-38/+7
* x86-64: detect processors subject to AMD erratum #121 and refuse to bootJan Beulich2012-06-121-0/+8
* x86/amd: re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-05-311-0/+15
* x86: don't call generic_identify() redundantlyJan Beulich2012-05-216-8/+1
* fix vmce MCi_ADDR/MCi_MISC wrmsr bugLiu, Jinsong2012-05-081-14/+40
* x86: fix memset(ptr, 0, sizeof ptr).Tim Deegan2012-04-111-2/+2
* x86: Allow direct vectored interrupts to be dynamically allocated.Keir Fraser2012-03-301-47/+33
* x86: All vectored interrupts go through do_IRQ().Keir Fraser2012-03-302-17/+6
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-243-43/+107
* x86/vMCE: don't advertise features we don't supportJan Beulich2012-02-242-6/+7
* x86/vMCE: MC{G,i}_CTL handling adjustmentsJan Beulich2012-02-133-10/+10
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-093-10/+1
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-284-6/+6
* x86/AMD: fold redundant parameters of cpu_has_amd_erratum()Jan Beulich2011-12-191-14/+11
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+4
* x86/AMD: use correct shift count when merging model and steppingJan Beulich2011-12-151-1/+1
* x86/MCE: add more strict sanity check of one SRAR caseLiu, Jinsong2011-12-151-2/+12
* x86/MCE: add SRAR handlerLiu, Jinsong2011-12-152-14/+49
* x86: remove redundant MCE related MSR definitionsJan Beulich2011-12-133-8/+8
* x86, amd: Disable GartTlbWlkErr when BIOS forgets itJan Beulich2011-12-133-2/+17
* x86/Intel: quiesce revised CPUID level messageJan Beulich2011-12-121-1/+3
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-3/+6
* eliminate cpu_clear()Jan Beulich2011-11-081-1/+1
* eliminate cpu_set()Jan Beulich2011-11-081-2/+2
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-1/+1
* eliminate cpus_xyz()Jan Beulich2011-11-081-1/+1
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-211-17/+26
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-3/+3
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-7/+6
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-212-3/+3
* x86: remove dead member from struct _cpuid4_infoJan Beulich2011-10-141-1/+0
* constify vcpu_set_affinity()'s second parameterJan Beulich2011-10-131-4/+1
* x86/AMD: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-10-071-2/+5
* use xzalloc in x86 codeJan Beulich2011-10-042-4/+2
* X86 MCE: Prevent malicious guest access broken page againKeir Fraser2011-09-301-0/+2
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-221-3/+3
* x86: add irq count for IPIsKevin Tian2011-08-311-0/+2
* x86/amd: Add support for read-only APERF/MPERFMark Langsdorf2011-08-131-0/+6
* x86, mce: Dump mce log by ERST when mc panicLiu, Jinsong2011-07-233-1/+29
* acpi: Add support for old and new bios erst, enable mce_apei logicLiu, Jinsong2011-07-231-1/+1