aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* x86_64: Record entry vector for double faults.Andrew Cooper2012-05-251-0/+1
* x86: don't hold off NMI delivery when MCE is maskedJan Beulich2012-05-222-2/+4
* x86_64: Fix off-by-one error setting up the Interrupt Stack TablesAndrew Cooper2012-05-101-3/+3
* x86-64: Fix memory hotplug epfn upper limit test for updating the compat M2P ...Malcolm Crossley2012-04-251-1/+1
* x86-64: fix updating of UREGS_rip when converting sysenter to #GPJan Beulich2012-04-171-1/+1
* x86-64: fix #GP generation in assembly codeJan Beulich2012-04-173-21/+27
* Introduce system_state variable.Keir Fraser2012-03-221-1/+1
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-102-0/+5
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-102-0/+46
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-262-0/+13
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-2/+2
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-1/+1
* xsm: add checks on PCI configuration accessDaniel De Graaf2011-12-181-0/+13
* x86: add platform hypercall to retrieve pCPU-s' family, model, and steppingJan Beulich2011-12-131-3/+8
* x86/mm: remove 0x55 debug pattern from M2P tableTim Deegan2011-12-021-3/+6
* x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074baJan Beulich2011-12-021-1/+1
* move pci_find_ext_capability() into common PCI codeJan Beulich2011-11-221-40/+0
* mm: New XENMEM space, XENMAPSPACE_gmfn_rangeJean Guyader2011-11-181-0/+15
* Hypercall continuation cancelation in compat mode for XENMEM_get/set_pod_targetJean Guyader2011-11-111-0/+4
* use xzalloc in x86 codeJan Beulich2011-10-042-6/+3
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-223-33/+36
* PCI multi-seg: add new physdevop-sJan Beulich2011-09-181-0/+8
* PCI multi-seg: introduce notion of PCI segmentsJan Beulich2011-09-182-0/+2
* x86-64: allow mapping mmcfg space for high numbered PCI segmentsJan Beulich2011-08-271-5/+4
* x86: make run-time part of trampoline relocatableJan Beulich2011-08-191-1/+1
* x86-64/mmcfg: relax base address restrictionJan Beulich2011-08-161-3/+25
* x86-64/MMCFG: pass down firmware (ACPI) reservation status of used memory spaceJan Beulich2011-07-254-68/+106
* x86-64/MMCFG: finally make Fam10 enabling workJan Beulich2011-07-251-1/+3
* x86-64/MMCFG: correct base address computation for regions not starting at bus 0Jan Beulich2011-07-251-6/+11
* x86-64/physdevop: reduce generated code duplicationJan Beulich2011-07-081-21/+30
* x86: remove unnecessary ALIGN directivesJan Beulich2011-07-012-3/+0
* x86-64/mmcfg: fix pci_mmcfg_arch_free()Jan Beulich2011-07-011-1/+6
* x86: streamline page fault pathJan Beulich2011-07-011-6/+4
* x86-64: EFI runtime codeJan Beulich2011-06-281-0/+1
* x86-64: EFI boot codeJan Beulich2011-06-282-1/+4
* x86: show page walk also for early page faultsJan Beulich2011-06-232-6/+8
* x86: Disable set_gpfn_from_mfn until m2p table is allocated.Keir Fraser2011-06-101-0/+4
* xen: remove more declarations from C files.Tim Deegan2011-05-271-4/+0
* xen: remove extern function declarations from C files.Tim Deegan2011-05-262-26/+2
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* xen: Remove some initialised but otherwise unused variables.Olaf Hering2011-05-201-3/+1
* x86, vtd: [CVE-2011-1898] Protect against malicious MSIs from untrusted devices.Keir Fraser2011-05-122-0/+18
* nestedsvm: fix shadow-on-hapChristoph Egger2011-05-121-0/+1
* x86: Remove direct uses of 0x82 as HYPERCALL_VECTOR.Keir Fraser2011-04-301-2/+2
* Nested SVM: fix race in remote shootdown.Tim Deegan2011-04-061-0/+4
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-053-19/+23
* x86: split struct vcpuJan Beulich2011-04-056-46/+49
* x86: cleanup bogus CONFIG_ACPI_PCI usesJan Beulich2011-04-021-14/+7
* x86: Remove _PAGE_NX defintiion (with implicit use of cpu_has_nx).Keir Fraser2011-03-281-0/+2
* Allow tools to map arbitrarily large machphys_mfn_list on 32bit dom0Gianni Tedesco2011-03-141-3/+1