aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: allow HVM save/restore from different cpusKeir Fraser2010-07-091-4/+5
* xen: allow HVM save/restore from different changesetsKeir Fraser2010-07-091-17/+0
* mce: Replace BUG() with a console warning in the MCE handler.Keir Fraser2010-07-091-4/+9
* xen: make the shadow allocation hypercalls include the p2m memoryKeir Fraser2010-07-082-10/+32
* xen: use s_time_t for periodic timer deadlines.Keir Fraser2010-07-082-3/+3
* x86/mce: use cpu_online() instead of cpu_isset(,cpu_online_map)Keir Fraser2010-07-081-3/+3
* x86/cpufreq: check array index before useKeir Fraser2010-07-081-2/+4
* MergeKeir Fraser2010-07-061-1/+2
|\
| * tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.Ian Jackson2010-07-061-1/+2
* | x86: eliminate unused "quad_local_to_mp_bus_id"Keir Fraser2010-07-062-2/+0
|/
* Add an exact-node request flag for mem allocations.Keir Fraser2010-07-054-0/+15
* x2APIC: improve enabling logicKeir Fraser2010-07-0513-26/+434
* x2APIC/VT-d: improve interrupt remapping and queued invalidation enabling and...Keir Fraser2010-07-054-23/+50
* x2APIC/VT-d: allocate iommu when create a drhdKeir Fraser2010-07-055-20/+31
* VT-d: No need to emulate WBINVD when force snooping feature availableKeir Fraser2010-07-052-1/+6
* VMX: fix ept pages free up when ept superpage split fails:Keir Fraser2010-07-051-97/+124
* trace: insert compiler memory barriersKeir Fraser2010-07-051-18/+20
* AMD OSVW (OS Visible Workaround) for XenKeir Fraser2010-07-025-5/+93
* x86: Fix (bogus) use-before-initialise compiler warning.Keir Fraser2010-07-021-1/+1
* VMX: cleanup ept_set_entry:Keir Fraser2010-07-023-30/+42
* Remove stale file xen/arch/x86/hvm/vmx/vpmu.cKeir Fraser2010-07-021-119/+0
* io: make shared ring pad field less enticing for users by adding a __ prefixKeir Fraser2010-07-021-2/+3
* blktap2: make protocol specific usage of shared sring explicitKeir Fraser2010-07-021-2/+10
* trace: fix security issuesKeir Fraser2010-07-022-59/+87
* trace: adjust printk()sKeir Fraser2010-07-021-7/+8
* trace: improve check_tbuf_size()Keir Fraser2010-07-021-3/+11
* trace: Fix T_INFO_FIRST_OFFSET calculationKeir Fraser2010-07-021-4/+23
* gdbsx: Always build -- remove build-time config option.Keir Fraser2010-07-027-17/+4
* Fix #GPF injection into compat guests in vm86 codeKeir Fraser2010-06-301-3/+2
* Use gfn_to_mfn_query() rather then gfn_to_mfn() when changing P2M typesKeir Fraser2010-06-301-1/+1
* x86: fix an off-by-one pirq range checkKeir Fraser2010-06-301-1/+1
* VMX: remove useless super page recomputing in ept_set_entry.Keir Fraser2010-06-301-9/+1
* x86 oprofile: use rdmsrl/wrmsrlKeir Fraser2010-06-293-140/+140
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-291-1/+1
* Use fixed-width types in the memory event interfaceKeir Fraser2010-06-291-5/+5
* x86: Only build memory-event features on 64-bit XenKeir Fraser2010-06-297-17/+49
* x86: send_IPI_mask() ignores offline CPUs in given cpumask.Keir Fraser2010-06-292-25/+20
* vtd: Only kill_timer() an init_timer()'ed timer.Keir Fraser2010-06-283-2/+5
* xentrace: restrict trace buffer MFNsKeir Fraser2010-06-281-1/+2
* MergeKeir Fraser2010-06-254-1/+24
|\
| * MergeIan Jackson2010-06-2516-154/+130
| |\
| * | libxc: Fix ia64 build for interface changeIan Jackson2010-06-254-1/+24
* | | x86 mtrr: use rdmsrlKeir Fraser2010-06-252-26/+30
* | | svm: use wrmsrlKeir Fraser2010-06-251-6/+2
* | | x86 paging_domctl: reinstates the breaks in the flow control (andKeir Fraser2010-06-252-16/+23
| |/ |/|
* | x86 cpufreq: Fixes after msr cleanup patchKeir Fraser2010-06-252-3/+3
* | x86 cpu: use rdmsrl/wrmsrlKeir Fraser2010-06-252-14/+12
* | x86 cpufreq: use rdmsrl/wrmsrlKeir Fraser2010-06-252-18/+19
* | [IA64] counter part of 21407:e4028345ad48Keir Fraser2010-06-251-1/+1
* | x86: use rdmsrl/wrmsrlKeir Fraser2010-06-247-75/+56