log
graph
tags
branches
changeset
browse
ia64/xen-unstable
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 10156:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-05-25
awilliam
10156:7c406cefc1aa
[IA64] remove evtchn_ia64.c
2006-05-24
awilliam
10155:ceaae8fbe3f7
[IA64] fix AFLAGS again
2006-05-24
awilliam
10154:c7e8d1673140
[IA64] acpi read-only mapping
2006-05-24
awilliam
10153:5674e4fe8f02
[IA64] GNTMAP_readonly support linux part
2006-05-24
awilliam
10152:40959bc0a269
[IA64] GNTMAP_readonly support xen part
2006-05-24
awilliam
10151:2cab08ac143b
[IA64] support DOMID_XEN and DOMID_IO of foreign domain page mapping
2006-05-24
awilliam
10150:35f2341bfac8
[IA64] fix dirty_bit in xenivt.S
2006-05-24
awilliam
10149:35c3aa445bcd
[IA64] remove unused audio driver from buildconfigs
2006-05-24
awilliam
10148:8fab4a407c52
[IA64] swap XEN_HYPER_ITC_D and XEN_HYPER_ITC_I
2006-05-24
awilliam
10147:29d31af10e57
[IA64] Add ptc.l emulation
2006-05-23
awilliam
10146:83c0449db67a
[IA64] work around ENOSYS vs EINVAL in ioremap
2006-05-23
awilliam
10145:0dabd651b856
[IA64] Add -rc support to sparse-merge
2006-05-23
awilliam
10144:953753661a3b
[IA64] make xenLinux/ia64 privcmd mmap not to use dom0 memory
2006-05-23
awilliam
10143:f0f88d9c4c9e
[IA64] Final patch to make evtchn fully working for xen/ia64
2006-05-23
awilliam
10142:5be25952b50d
[IA64] Clean up pirq bind code
2006-05-23
awilliam
10141:2f2f500c26da
[IA64] Add event injection logic
2006-05-23
awilliam
10140:d8659e39ff3c
[IA64] Add do_callback_ops
2006-05-23
awilliam
10139:23fe235cb6d3
[IA64] Import linux header files
2006-05-22
awilliam
10138:2d08d6db792b
[IA64] update default build configs
2006-05-22
awilliam
10137:72c5d8206d48
merge with xen-unstable.hg
2006-05-22
kaf24
10136:13d6d993d797
[IA64] Work around auto-ballooning changes.
2006-05-22
Ian Campbell
10135:dbcb8acc8f59
Fix x86/64 by passing the required length to reserve_bootmem instead of the end address
2006-05-22
ack
10134:c6da0c5b03ff
Patch linux so that /proc/stat shows all -- not just online -- CPUs.
2006-05-22
Ian Campbell
10133:dec7f819293c
Fix x86/64 -xenU build. probe_roms() is only defined if building a privleged
2006-05-22
Ian Campbell
10132:9d838b8ceebf
Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op.
2006-05-22
Ian Campbell
10131:8fa46042348c
Convert x86/64 Linux to use the new memory map hypercall.
2006-05-22
Ian Campbell
10130:d61211a6c273
Convert x86/32 Linux to use the new memory map hypercall.
2006-05-22
Ian Campbell
10129:810ad61870e8
New memory_op subops which return the apparent or actual physical address map.
2006-05-22
Ian Campbell
10128:ebfa1046a81f
Add include/asm-x86_64/e820.h to sparse tree
2006-05-22
Ian Campbell
10127:49bb240a05ee
Re-order code in preparation for future patches.
2006-05-21
kaf24
10126:14717dedba02
[LOADER] More sanity checks when parsing Elf images to avoid
2006-05-21
kaf24
10125:0f16f0871dc9
[ACM] Replace the union structure parameter of the ACM hypercalls
2006-05-21
kaf24
10124:e99987843336
Finish separating the typedefs from structure definitions in Xen public headers.
2006-05-21
kaf24
10123:d9f63f9361c4
[LOADER] Another change to the elf_paddr_offset/virt_base logic.
2006-05-21
kaf24
10122:4dcb93547710
[LOADER] Remove check for VIRT_BASE existence: it's not needed
2006-05-20
kaf24
10121:d081a485f34b
[BUILDER] Always build initial PAE pagetables with a fourth mid-level
2006-05-19
cl349
10120:ab27023d4c5b
Don't require sed to support the -r option.
2006-05-19
cl349
10119:08353fdf4031
Make the latest network-bridge tweaks work in a busybox environment too.
2006-05-19
kaf24
10118:3c2e7925bb93
[SHADOW] Crash the guest rather than BUGing the whole system when out of memory.
2006-05-19
emellor
10117:d0d9f50517f7
Merged.
2006-05-19
Anthony Liguori
10116:ae0175bf0631
Expose the exceptions thrown by xen.lowlevel.xc so they can be caught.
2006-05-19
kaf24
10115:852a1fd80f42
[MINIOS] PAE support.
2006-05-19
harry
10114:9b11eeab4558
Add a read-verify block device test to xm-test.
2006-05-19
stekloff
10113:224e9878c6d4
This patch resizes the file system on the xm-test HVM disk.img to use
2006-05-19
emellor
10112:33b2ae024663
Merged.
2006-05-19
emellor
10111:ea609f28ec01
The enforce_dom0_cpus test sets the number of vcpus for the Dom0 and
2006-05-19
kaf24
10110:d714f923b7cf
Several page allocations, done in the hypervisor when starting an HVM
2006-05-19
kaf24
10109:f4f2ff82e797
[XEND] An empirical and more conservative memory-overhead estimate for PV and HVM guests.
2006-05-19
kaf24
10108:e7d7287ab222
[XEND] separate concept of initial memory size and overhead memory size.
2006-05-19
kaf24
10107:32013c5118d2
[XM-TEST] Use explicit (IP id==packet size) on hping2 tests to avoid
2006-05-19
kaf24
10106:292b4d017d56
[NET] front: Remove duplicate maybe_wake_tx
2006-05-19
kaf24
10105:167790b102ac
Fix xentrace_format to deal with more than 16 CPUs.
2006-05-19
kaf24
10104:a5ef851c217b
[NET] front: remove use of typedefs for structures.
2006-05-19
kaf24
10103:093f8d333568
Place typedefs on their own separate lines in the Xen public headers.
2006-05-19
kaf24
10102:b736d3335641
Introduce is_running_on_xen() to test whether we are running on Xen before
2006-05-19
kaf24
10101:1855124935e2
Fix a crash in gdbserver-xen where it references unmapped memory if
2006-05-18
kaf24
10100:aa17b7173325
[NET] front: remove unnecessary include of proc_fs.h.
2006-05-18
kaf24
10099:3d3e5a3008f6
Check `global' property of the arch specific virqs.
2006-05-18
kaf24
10098:48c0f5489d44
Remove Emacs variables settings from tail of our Linux files.
2006-05-18
kaf24
10097:5e1c99e5d194
Rename init_IRQ to xen_init_IRQ, so that non-x86 can use their own init_IRQ.
less
more
| rev 10156:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip