aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* [LINUX] Define is_initial_xendomain() to zero for HVM drivers.kfraser@localhost.localdomain2006-08-161-0/+4
* [LINUX] Update the hvm_op wrapper now that the return value of get_param is inkfraser@localhost.localdomain2006-08-161-1/+8
* [NET] front: Fix indentation of a comment.kfraser@localhost.localdomain2006-08-161-20/+20
* [NET] front: Allow packets to be copied on the receive path instead of flipped.kfraser@localhost.localdomain2006-08-161-91/+154
* [NET] back: Change 'copyall' xenstore node to 'request-rx-copy', whichkfraser@localhost.localdomain2006-08-161-5/+6
* [NET] back: Support copying packets to the frontend on receive path.kfraser@localhost.localdomain2006-08-164-89/+203
* [NET] front: Fix features on resume when csum is offkfraser@localhost.localdomain2006-08-161-0/+4
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-1611-26/+26
* mergeack@localhost.localdomain2006-08-155-54/+61
|\
| * Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-155-54/+61
* | Don't copy all incoming fragmented packets.ack@localhost.localdomain2006-08-151-3/+29
|/
* mergeack@localhost.localdomain2006-08-152-0/+52
|\
| * Support for vga text modes bigger than 80x25.kfraser@localhost.localdomain2006-08-152-0/+52
* | Adjust truesize in netfront to more closely reflect real data payloadack@localhost.localdomain2006-08-151-1/+22
|/
* [LINUX] Mark /dev/mem regions as VM_PFNMAP.kfraser@localhost.localdomain2006-08-142-4/+3
* [LINUX] Oney 'nosmp' and 'max_cpus=' command line options.kfraser@localhost.localdomain2006-08-141-8/+10
* [NET] back: Fix an __init that should be an __exit in loopback driver.kfraser@localhost.localdomain2006-08-141-1/+1
* [LINUX][ Fix x86/64 entry.S to use paravirtualized sti/cli properly.kfraser@localhost.localdomain2006-08-141-6/+6
* [LINUX] Provide a handy macro for detrmining if we are domain0.kfraser@localhost.localdomain2006-08-1421-56/+40
* [XENBUS] Avoid direct use of xen_start_info. It's unevailable whenkfraser@localhost.localdomain2006-08-144-19/+24
* [NET] linux: Kill the WARN_ON() calls for checksum fixups.kfraser@localhost.localdomain2006-08-141-10/+0
* [LINUX] Split useful bits of page.h into new header maddr.h.kfraser@localhost.localdomain2006-08-147-259/+305
* [HVM][LINUX] Add a header file with wrappers for hvm_op hypercall.kfraser@localhost.localdomain2006-08-141-0/+17
* [HVM] Add stubs to Linux for the new hvm_op hypercall.kfraser@localhost.localdomain2006-08-142-0/+14
* [NET] back: Tidy up and remove communications via references to global struct...kfraser@localhost.localdomain2006-08-141-39/+79
* [NET] front: Restore 16 bytes of reservationkaf24@localhost.localdomain2006-08-121-1/+2
* [LINUX][XENBUS] Wait for devices to connect when frontend driver is loaded as...kaf24@localhost.localdomain2006-08-121-9/+42
* [NET] front: Do not allocate unnecessary page-sized main data areakfraser@localhost.localdomain2006-08-111-3/+8
* [CONSOLE] Always specify CON_ENABLED in Linux ocnsole driver.kfraser@localhost.localdomain2006-08-101-3/+1
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-0911-25/+221
|\
| * Make ballon and backend drivers fail gracefully if they are unable to initializeIan.Campbell@xensource.com2006-08-094-28/+58
| * Fix BUG_ON on switch_mm if XENFEAT_writable_page_tables is enabled.Ian.Campbell@xensource.com2006-08-091-1/+2
| * [PCI] back: New virtual pci backend: slotkaf24@firebug.cl.cam.ac.uk2006-08-083-1/+162
| * [LINUX] Fix a couple of benign diffs against vanilla spinlock.h.kaf24@firebug.cl.cam.ac.uk2006-08-071-2/+2
| * [NET] front: Check for received packets in network_open0 ack@localhost.localdomain2006-08-041-0/+3
| * [HVM] Add a concept of HVM parameters to the hypervisor.kfraser@localhost.localdomain2006-08-031-0/+1
* | [IA64] Add EXPORT_SYMBOL to modularize netfront/netbackawilliam@xenbuild.aw2006-08-071-1/+4
* | [IA64] Remove P==M supportawilliam@xenbuild.aw2006-08-0414-161/+12
* | [IA64] fix vDSO paravirtualization.awilliam@xenbuild.aw2006-08-032-19/+24
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-0216-273/+880
|\|
| * [PCI] Transparent virtualization for pcifront and pciback.kfraser@localhost.localdomain2006-08-022-4/+6
| * [LINUX] Allows userspace tools on a domU to set up a watch on the xenstore.kfraser@localhost.localdomain2006-08-021-0/+114
| * [LINUX] Clarify a confusing error message in xenbus_probe.c.kfraser@localhost.localdomain2006-08-021-1/+3
| * [PCI] back: Fix potential infinite loop in pcistub_match_one().kfraser@localhost.localdomain2006-08-021-0/+4
| * [LINUX] Fix save/restore (broken by my own GSO tweaks).kfraser@localhost.localdomain2006-08-011-1/+1
| * [LINUX] Do not early-unpin pagetables that contain foreign mappings.kfraser@localhost.localdomain2006-08-016-2/+11
| * [NET] Enable TCPv4 segmentation offload in front/back drivers.kfraser@localhost.localdomain2006-08-013-13/+12
| * [NET] back: Transmit TSO packets if supportedkfraser@localhost.localdomain2006-07-313-21/+78
| * [NET] front: Add TSO supportkfraser@localhost.localdomain2006-07-311-4/+103
| * [NET] back: Transmit SG packets if supportedkfraser@localhost.localdomain2006-07-314-115/+304