log
graph
tags
branches
changeset
browse
debuggers.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 22754:
(0)
-10000
-3000
-1000
-120
+120
tip
age
author
revision
description
2011-01-11
Keir Fraser
22754:7926538a6332
xenctx: misc adjustments
2011-01-11
Keir Fraser
22753:2ff199e2842b
x86: restore x2apic pre-enabled check logic
2011-01-11
Keir Fraser
22752:ca10302ac285
xenpaging: update machine_to_phys_mapping[] during page deallocation
2011-01-11
Keir Fraser
22751:c5b42971234a
xenpaging: drop paged pages in guest_remove_page
2011-01-11
Keir Fraser
22750:ca590ccc7a0b
xenpaging: update machine_to_phys_mapping[] during page-in
2011-01-11
Keir Fraser
22749:611e46390bf6
xenpaging: make three functions static
2011-01-11
Keir Fraser
22748:c89a28b70b62
xenpaging: print page-in/page-out progress
2011-01-11
Keir Fraser
22747:af807bf09d1f
xenpaging: mkdir /var/lib/xen/xenpaging during make install
2011-01-11
Keir Fraser
22746:f87b1c194eb8
xenpaging: specify policy mru_size at runtime
2011-01-11
Keir Fraser
22745:f84ae053b7da
xenpaging: remove domain_id and mfn from struct xenpaging_victim
2011-01-11
Keir Fraser
22744:a2dcebb88bc4
x86-64: refine access permission check for wrmsr to MSR_FAM10H_MMIO_CONF_BASE
2011-01-10
Keir Fraser
22743:1ae74f060a39
vt-d: Remove unnecessary 'inline' qualifiers
2011-01-10
Keir Fraser
22742:f5b3fc5a5220
vtd: Remove unused 'align' local variable from iommu_flush_iotlb_psi().
2011-01-10
Keir Fraser
22741:55450858f414
vtd: Fix up iommu_flush_iotlb_psi().
2011-01-10
Keir Fraser
22740:9b5d121c8805
x86_64: don't use weak symbols on x86-64
2011-01-10
Keir Fraser
22739:08bb0eefe871
x86-64: don't allow wrmsr to MSR_FAM10H_MMIO_CONF_BASE when Xen itself is using it
2011-01-10
Keir Fraser
22738:66e806289464
EPT/VT-d: bug fix for EPT/VT-d table sharing
2011-01-08
Keir Fraser
22737:946d84529a07
Update hgignore list
2011-01-08
Joe Epstein
22736:d45e74f45cb1
mem_access test tool: xen-access
2011-01-08
Keir Fraser
22735:b0e8e00f5be2
tools/tests: Move x86 emulator tests into a subdir
2011-01-08
Keir Fraser
22734:2a18d709f6e9
Update AMD SVM feature flags
2011-01-08
Keir Fraser
22733:aa3242c34dda
Update AMD CPU feature flags 0x80000001:ECX for Xen Hypervisor
2011-01-08
Keir Fraser
22732:aec06605e125
libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen tools
2011-01-08
Keir Fraser
22731:1a64415c959f
timer: Don't hardcode cpu0 in migrate_timers_from_cpu().
2011-01-08
Keir Fraser
22730:0e49e2590462
timer: Ensure that CPU field of a timer is read safely when lock-free.
2011-01-08
Keir Fraser
22729:533d6e5c0099
x86: Fix atomic_write*() macros to correctly inform GCC that memory
2011-01-08
Keir Fraser
22728:c7c1ab13d08e
timer: Fix up timer-state teardown on CPU offline / online-failure.
2011-01-08
Keir Fraser
22727:2dd233e88838
x86: Free per-cpu area for offline cpu via RCU.
2011-01-07
Gianni Tedesco
22726:03718b569d97
xl: Implement flexarray_append() and flexarray_vappend()
2011-01-07
Gianni Tedesco
22725:e1392f5327ce
xl: Move device model functions in to a separate file
2011-01-07
Gianni Tedesco
22724:52b57a4781b4
minios: use constant expression to size arrays
2011-01-07
Keir Fraser
22723:7932a9452b4f
x86 asid: Do not check for per-cpu asid state being already initialised.
2011-01-07
Keir Fraser
22722:82c205df4406
ASID: Optimize hvm_flush_guest_tlbs
2011-01-07
Keir Fraser
22721:0ab058a55c24
Update my email address to long-term stable address.
2011-01-07
Tim Deegan
22720:14ee2ec6ad5a
Fix 32-bit build after the latest mem-event series
2011-01-07
Joe Epstein
22719:6ec9d1491f2a
mem_type HVMOP: replaced enum
2011-01-07
Joe Epstein
22718:32ec2fab6ea4
mem_access: added trap injection to libxc
2011-01-07
Joe Epstein
22717:d9dca2bfe6b2
mem_access: added INT3/CRx capture
2011-01-07
Joe Epstein
22716:76e07538870e
mem_access: HVMOPs for setting mem access
2011-01-07
Joe Epstein
22715:8af5bab1bf43
mem_access: access listener can be required
2011-01-07
Joe Epstein
22714:02efc054da7b
mem_access: mem event additions for access
2011-01-07
Joe Epstein
22713:f14b296d263f
mem_access: introduce P2M mem_access types
2011-01-06
Keir Fraser
22712:cb756381087c
kexec: correct _domain offset info in elf-notes
2011-01-06
Anthony PERARD
22711:e18d9af29d2a
libxl: Lists qdisk device in libxl_device_disk_list
2011-01-06
Anthony PERARD
22710:2c487c02d8d7
libxl: Factorize function libxl_device_disk_list
2011-01-06
Ian Campbell
22709:4e120cb427f4
ocaml: evtchn+xc bindings: use libxenctrl and libxenguest
2011-01-06
Ian Campbell
22708:2e1bd6baee28
ocaml: rename Evtchn.bind_virq as Evtchn.bind_dom_exc_virq
2011-01-06
Ian Campbell
22707:9b0b2233f2e6
ocaml: add dependency to module metadata
2011-01-06
Ian Campbell
22706:21ee14d775ff
ocaml: resynchronise uuid library with xen-api-libs.hg
2011-01-06
Eamon Walsh
22705:99555fe2c817
libxl: Correct paths in libxl__fill_dom0_memory_info function
2011-01-06
Ian Jackson
22704:4c2efce5a808
Merge
2011-01-06
Christoph Egger
22703:5d78193d67d1
libxc: portability fixes for NetBSD
2011-01-06
Tim Deegan
22702:93236edbc269
mem_sharing: fix race condition of nominate and unshare
2011-01-06
Anthony PERARD
22701:6874a9d26fd9
libxl: Specify the target ram size to Qemu (new) when calling it
2011-01-06
Christoph Egger
22700:63fd6f886f49
libxl: Implement libxl_basename()
2011-01-05
Ian Jackson
22699:7b4c82f07281
QEMU_TAG update
2011-01-05
Yang Z Zhang
22698:77f1af42ca39
libxl: fix free of uninitialised "disks" variable
2011-01-05
Ian Jackson
22697:e0db3784a4a2
tools/xend: drbd: fix things by reverting 20158
2011-01-05
Gianni Tedesco
22696:180ad8c642ab
xl: don't segfault parsing disk configs, support NULL physpath and ioemu:
2011-01-05
Keir Fraser
22695:39194f457534
relax vCPU pinned checks
2011-01-05
Keir Fraser
22694:41a259d7a33d
x86 hvm: Add a missing line to record the type passed into register_io_handler()
2011-01-05
Keir Fraser
22693:852d87e0480b
x86: Allow dom0 to write MSR IA32_ENERGY_PERF_BIAS
2011-01-05
Keir Fraser
22692:e635e6641c07
[VTD] added WLAN device ID on Fujitsu's platform in quirks.c
2011-01-05
Keir Fraser
22691:76d897a06b31
x86 amd: Revert 6382:b74c15e4dd4f (AMD flush filter configuration)
2011-01-05
Tim Deegan
22690:fece73d4d309
Enable 1GB HAP support by default.
2011-01-04
Mukesh Rathor
22689:285a8f8d217e
tools/gdbsx: Update gdbsx README
2011-01-04
Ian Campbell
22688:959e87a1117f
tools/hotplug/Linux: only apply dummy MAC address to virtual devices.
2011-01-04
Tim Deegan
22687:a8d69de8eb31
x86/mm: Add p2m_lock in set_shared_p2m_entry
2010-12-27
Keir Fraser
22686:4e108cf56d07
x86 hvm: Missing chunk from TSC-deadline support patch.
2010-12-24
Keir Fraser
22685:0133cf2a72f5
credit2: Fix x86_32 build.
2010-12-24
Keir Fraser
22684:a69ceb6ded92
Xen MCE test: all test cases
2010-12-24
Keir Fraser
22683:ca0b26180f32
Xen MCE test: common functions to be used for test cases
2010-12-24
Keir Fraser
22682:1bc031edae04
Xen MCE test: utilities to inject fake MCE for X86
2010-12-24
Keir Fraser
22681:97779ffa76f5
libxc: Use .opic to build xenctrl_osdep_ENOSYS.so
2010-12-24
Keir Fraser
22680:0292bec5e98d
ACPI: __init-annotate APEI code
2010-12-24
Keir Fraser
22679:609da2035aab
x86: a little bit of genapic cleanup
2010-12-24
Keir Fraser
22678:7cc87dcf30a1
VT-d: fix and improve print_vtd_entries()
2010-12-24
Keir Fraser
22677:dca1b7cf2e2c
re-add calls accidentally deleted from run_all_nonirq_keyhandlers()
2010-12-24
Keir Fraser
22676:e8acb9753ff1
Use bool_t for various boolean variables
2010-12-24
Keir Fraser
22675:3daa79a074b3
x86: link-time .data section adjustments
2010-12-24
Keir Fraser
22674:2762b6d3149c
x86-64: use PC-relative exception table entries
2010-12-24
Keir Fraser
22673:ef30046259f0
make sort() generally available
2010-12-24
Keir Fraser
22672:ceb508436e6e
blkif: add placeholder for packet extension to block interface
2010-12-24
Keir Fraser
22671:920826e80bee
x86 xsave: supports xsave (CPUID:0xD) enumeration for all sub-leaves.
2010-12-24
Keir Fraser
22670:26e7e6c6ff7f
x86 xsave: Enable xsave_feature[62] (AMD Lightweight Profiling)
2010-12-24
Keir Fraser
22669:a71729704d4b
x86 xsave: Fix 64bit xsave_feature support for set_xcr0().
2010-12-24
Keir Fraser
22668:a0228a0f3fd2
credit2: On debug keypress print load average as a fraction
2010-12-24
Keir Fraser
22667:94d47b8b723f
credit2: Different unbalance tolerance for underloaded and overloaded queues
2010-12-24
Keir Fraser
22666:65b63f5af281
credit2: Introduce a loadavg-based load balancer
2010-12-24
Keir Fraser
22665:41d1affef596
credit2: Use loadavg to pick cpus, instead of instantaneous load
2010-12-24
Keir Fraser
22664:df310dcd19cb
credit2: Migrate request infrastructure
2010-12-24
Keir Fraser
22663:6a970abb346f
credit2: Track expected load
2010-12-24
Keir Fraser
22662:cf1ea603b340
credit2: Track average load contributed by a vcpu
2010-12-24
Keir Fraser
22661:00fc33d9f691
credit2: Calculate load average
2010-12-24
Keir Fraser
22660:597e3fee23bc
credit2: Detect socket layout and assign one runqueue per socket
2010-12-24
Keir Fraser
22659:3e7702cb31db
credit2: Simple cpu picker based on instantaneous load
2010-12-24
Keir Fraser
22658:98f023d7717a
credit2: Calculate instantaneous runqueue load
2010-12-24
Keir Fraser
22657:d93de09aa952
credit2: Handle runqueue changes
2010-12-24
Keir Fraser
22656:f33f7a9f9d40
credit2: Refactor runqueue initialization
2010-12-24
Keir Fraser
22655:05377a796952
scheduler: Introduce pcpu_schedule_lock
2010-12-24
Keir Fraser
22654:26783586eb51
scheduler: Update vcpu_schedule_lock to check for changed lock pointer as well
2010-12-24
Keir Fraser
22653:d6d7f4f3dcf8
credit2: Quieten some debug messages
2010-12-09
Juergen Gross
22652:26d58b44cd27
Support new xl command cpupool-numa-split
2010-12-09
Juergen Gross
22651:6b0620970c73
Support renaming of cpupools
2010-12-09
Juergen Gross
22650:e115ee319a64
Extend cpupools to support numa
2010-12-09
Juergen Gross
22649:8ecbcb19911f
support topolgy info in xl info
2010-12-09
Juergen Gross
22648:f713cff1a587
Support getting topology info in libxl
2010-12-03
Ian Campbell
22647:8079cba70803
libxc: refactor Linux OS interface into a separate file.
2010-12-03
Ian Campbell
22646:51defb6d39be
libxc: move foreign memory functions to xc_foreign_memory.c
2010-12-03
Ian Campbell
22645:81987b3eac08
libxc: add abitility to dynamically load osdep.
2010-12-03
Ian Campbell
22644:fb0d782afc44
libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.
2010-12-03
Ian Campbell
22643:1f5e355c1f88
libxc: allow osdep backends to log via the xc infrastructure.
2010-12-03
Ian Campbell
22642:a04cd975b1f4
libxc: drop fd from xc_interface
2010-12-03
Ian Campbell
22641:79c2b469a9f8
libxc: add ability to query OS interface for "fakeness"
2010-12-03
Ian Campbell
22640:36b2cef7eb9c
libxc: osdep: convert xc_gnttab_set_max_grants()
2010-12-03
Ian Campbell
22639:0d76a4dbba7f
libxc: osdep: convert xc_gnttab_munmap()
2010-12-03
Ian Campbell
22638:cdfdc88320f0
libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()
2010-12-03
Ian Campbell
22637:eb2c27908b3d
libxc: osdep: convert xc_evtchn_{pending,unmask}()
2010-12-03
Ian Campbell
22636:0ac7a4c596d1
libxc: osdep: convert xc_evtchn_unbind()
2010-12-03
Ian Campbell
22635:a154ee7ddc9a
libxc: osdep: convert xc_evtchn_bind_virq()
less
more
| rev 22754:
(0)
-10000
-3000
-1000
-120
+120
tip