aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* linux: Un-__init a couple of kexec vars that are accessed after init time.kfraser@localhost.localdomain2007-05-161-2/+2
* static, __init and __initdata symbols in machine_kexec.cSimon Horman2007-05-161-5/+5
* linux: Add two arch hooks xen_pre_suspend() and xen_post_suspend() forKeir Fraser2007-05-071-2/+10
* linux blkback/blktap: Request/response identifiers are u64, not long.kfraser@localhost.localdomain2007-05-012-6/+6
* Ensure blk{tap/back}'s vm_area is not freed twice on error case.Jake Wires2007-04-272-0/+2
* linux x86/64: Fix supervisor_mode_kernel test to read a single byte.kfraser@localhost.localdomain2007-04-251-1/+1
* LINUX: Fixes for XENFEAT_supervisor_mode_kernel and XENFEAT_writable_page_tab...Ian Campbell2007-04-242-3/+4
* netback: Copy skbuffs that are presented to the start_xmit() functionkfraser@localhost.localdomain2007-04-231-3/+7
* Revert 14883:6568c1882af5 and 14862:98efd2e410ae.kfraser@localhost.localdomain2007-04-203-3/+5
* Fix dist target to keep previous symlink format.Steven Hand2007-04-203-5/+3
* netfront: use skb.cb for storing private datakfraser@localhost.localdomain2007-04-171-5/+12
* linux netfront: Fixes to locking after lockdep-derived changes, asKeir Fraser2007-04-131-5/+5
* linux: netfront contains two locking problems found by lockdep:kfraser@localhost.localdomain2007-04-131-15/+15
* merge with xen-unstable.hgAlex Williamson2007-04-127-39/+16
|\
| * HVM: Do not watch control/shutdown to force domain shutdowns when PVkfraser@localhost.localdomain2007-04-121-2/+1
| * [linux] Make CONFIG_XEN_COMPAT #if statements syntactically correct.Christian Limpach2007-04-112-2/+2
| * LINUX: Cleanup a few stray uses of CONFIG_XEN_COMPAT_030002.Ian Campbell2007-04-112-2/+2
| * Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-04-114-35/+13
| |\
| | * linux: Quieten blkfront output.kfraser@localhost.localdomain2007-04-112-17/+1
| | * PV-on-HVM: Fixes for module loading.kfraser@localhost.localdomain2007-04-111-1/+0
| | * PV-on-HVM: More save/restore fixes.kfraser@localhost.localdomain2007-04-111-17/+10
| | * linux: Fix an error path in save/restore code.kfraser@localhost.localdomain2007-04-101-0/+2
* | | [IA64] Fix PV-on-HVM driverAlex Williamson2007-04-112-1/+37
* | | [IA64] Bugzilla 942 Fix (timer strangeness on restored PV domain)Alex Williamson2007-04-111-0/+3
|/ /
* | merge with xen-unstable.hgAlex Williamson2007-04-115-42/+48
|\|
| * linux: Fix IRQ disable/enable logic across save/restore.kfraser@localhost.localdomain2007-04-101-4/+8
| * linux: Fix reboot.c after PV-on-HVM changes.kfraser@localhost.localdomain2007-04-101-1/+1
| * PV-on-HVM: Fixes for save/restore. Also gets rid of separate moduleskfraser@localhost.localdomain2007-04-104-37/+39
* | [IA64] Skip MCA setup on domUAlex Williamson2007-04-111-0/+4
* | [IA64] Handle NAT bit for dom0 and domUAlex Williamson2007-04-114-27/+43
|/
* linux: Export xen_{create,destroy}_contiguous_region to modules.Keir Fraser2007-04-061-0/+2
* PV-on-HVM: A bit more re-jigging so the build gets further againstKeir Fraser2007-04-062-20/+24
* LINUX: PVonHVM: Fixes to build with kernels back to 2.6.5.Ian Campbell2007-04-053-0/+10
* PV-on-HVM: Add new ioreq 'invalidate' for zapping ioemu-dm mapccahekfraser@localhost.localdomain2007-04-051-8/+0
* linux/x86-64: fix unwind informationkfraser@localhost.localdomain2007-04-051-24/+35
* Revert 14730:07d3208c0ca3b6e746745d2bc08f7aa12ed39269.kfraser@localhost.localdomain2007-04-051-35/+23
* linux: simplify and perform checking of multicall statuskfraser@localhost.localdomain2007-04-059-12/+36
* linux: improve x86 page table handling performancekfraser@localhost.localdomain2007-04-054-134/+218
* linux/x86-64: fix unwind informationkfraser@localhost.localdomain2007-04-051-23/+35
* linux: make compatibility config options more scalablekfraser@localhost.localdomain2007-04-0514-42/+41
* Fix hvm balloon driver; missed this hunk in last checkin.Steven Hand2007-04-051-0/+2
* Various cleanups and fixes for PV-on-HVM drivers.Keir Fraser2007-04-049-33/+29
* Initial check-in to support PV balloon driver within HVM guests.Steven Hand2007-04-044-4/+49
* RFLAGS is in a known good state at start of day so no need to explicitly init...Ian Campbell2007-04-041-3/+0
* linux: Remove a few redundant config options. Build util.c for ia64Keir Fraser2007-03-315-30/+9
* linux: Avoid use of ptep_get_and_clear_full name as it's a macro onKeir Fraser2007-03-313-10/+6
* linux gntdev: Mark x86-specific code as such with ifdef.Keir Fraser2007-03-311-0/+2
* linux: User-space grant table device.Keir Fraser2007-03-317-29/+1107
* linux: Add a hook before a page table entry is cleared, for use withKeir Fraser2007-03-312-2/+15
* [LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather thenIan Campbell2007-03-302-0/+2