aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-2/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-0/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells1-0/+1
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-2/+4
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+26
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-2/+2
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+31
2012-03-20xen/tmem: cleanupJan Beulich1-1/+5
2012-03-20xen: support pirq_eoi_mapStefano Stabellini1-0/+21
2012-03-14xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.Konrad Rzeszutek Wilk1-0/+17
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini1-1/+5
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-1/+2
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+33
2012-01-12xen: Utilize the restore_msi_irqs hook.Tang Liang1-0/+7
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-32/+256
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-3/+3
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+3
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-22/+9
2011-12-25Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-7/+33
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf1-1/+1
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk1-4/+2
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk1-2/+1
2011-12-16xen: Add xenbus_backend deviceBastian Blank1-0/+41
2011-12-16xen/granttable: Support transitive grantsAnnie Li1-0/+12
2011-12-16xen/granttable: Support sub-page grantsAnnie Li1-0/+13
2011-12-14xen-balloon: convert sysdev_class to a regular subsystemKay Sievers1-3/+3
2011-11-22xen/granttable: Keep code format cleanAnnie Li1-1/+1
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li1-2/+4
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li3-7/+166
2011-11-21xen/event: Add reference counting to event channelsDaniel De Graaf1-0/+7
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk1-1/+17
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk1-7/+17
2011-11-16xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCIDaniel De Graaf1-4/+2
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+321
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+36
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2-8/+8
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker1-0/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2-2/+38
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2-2/+4
2011-10-13xen-blkfront: add BLKIF_OP_DISCARD and discard request structLi Dongyang1-0/+36
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-1/+0
2011-09-29xen: allow balloon driver to use more than one memory regionDavid Vrabel1-1/+9
2011-09-29xen/balloon: account for pages released during memory setupDavid Vrabel1-0/+2
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini1-0/+1
2011-09-29xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini1-2/+3
2011-09-26xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2-0/+321
2011-09-22xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering1-1/+2
2011-09-22xen/pv-on-hvm kexec: update xs_wire.h:xsd_sockmsg_type from xen-unstableOlaf Hering1-1/+4
2011-09-22xen/pci: support multi-segment systemsJan Beulich1-1/+33
2011-07-25xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper1-0/+4
2011-07-22Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-1/+59
2011-07-11xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk1-2/+0
2011-07-08Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/...Konrad Rzeszutek Wilk2-0/+15
2011-07-08xen: tmem: self-ballooning and frontswap-selfshrinkingDan Magenheimer2-0/+15
2011-06-30xen: Add __attribute__((format(printf... where appropriateJoe Perches2-1/+5
2011-06-21Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk1-0/+39
2011-06-06xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge1-0/+39
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+22
2011-05-26xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer1-0/+22
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+13
2011-05-12xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACH...Konrad Rzeszutek Wilk1-0/+13
2011-04-14xen/irq: Export 'xen_pirq_from_irq' function.Konrad Rzeszutek Wilk1-0/+3
2011-04-14xen/irq: Add support to check if IRQ line is shared with other domains.Konrad Rzeszutek Wilk1-0/+3
2011-04-14xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.Konrad Rzeszutek Wilk1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2011-03-17Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds1-14/+10
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds3-0/+138
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-0/+34
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-38/+48
2011-03-16xen: xenbus PM events supportKazuhiro SUZUKI1-1/+1
2011-03-16xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk1-0/+3
2011-03-16xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf1-0/+22
2011-03-15xen network backend driverIan Campbell1-38/+42
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds3-5/+26
2011-03-15Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds1-5/+11
2011-03-15watchdog: Xen watchdog driverJan Beulich1-0/+34
2011-03-10xen: events: refactor GSI pirq bindings functionsIan Campbell1-3/+7
2011-03-10xen: events: remove unused public functionsIan Campbell1-9/+3
2011-03-10xen: events: simplify commentIan Campbell1-3/+1
2011-03-10xen: events: remove dom0 specific xen_create_msi_irqIan Campbell1-1/+0
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell1-1/+1
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell1-1/+3
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell1-1/+1
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell1-4/+1
2011-03-08xen: Union the blkif_request request specific fieldsOwen Smith1-5/+11
2011-02-28xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell1-0/+6
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell1-3/+3
2011-02-25xen: switch to new schedop hypercall by default.Ian Campbell1-2/+2
2011-02-25xen-blkfront: handle Xen major numbers other than XENVBDStefano Stabellini1-0/+21
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf2-0/+63
2011-02-14xen-gntalloc: Userspace grant allocation driverDaniel De Graaf1-0/+50
2011-01-13Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+162
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-0/+5
2011-01-11xen/gntdev: allow usermode to map granted pagesGerd Hoffmann1-0/+119
2011-01-11xen: define gnttab_set_map_op/unmap_opIan Campbell1-1/+38
2011-01-05xen: add backend driver supportIan Campbell1-1/+1
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge1-2/+9
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini1-1/+6
2010-12-02xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirqStefano Stabellini1-0/+10
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge1-4/+1
2010-11-19xen: add extra pages to balloonJeremy Fitzhardinge1-0/+7
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge6-1/+244
2010-11-16xen: fix header export to userspaceRandy Dunlap1-4/+1
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell1-0/+13
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-1/+215
2010-10-27xen: register xen pci notifierWeidong Han1-0/+21
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds4-0/+115
2010-10-22xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge1-0/+1
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He1-0/+4
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+10
2010-10-22xen: map MSIs into pirqsStefano Stabellini1-0/+2
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-0/+3
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini1-0/+30
2010-10-22xen: get the maximum number of pirqs from xenStefano Stabellini1-0/+6
2010-10-22xen: support pirq != irqStefano Stabellini1-0/+1
2010-10-22xen: Use host-provided E820 mapIan Campbell1-0/+29
2010-10-20xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell1-0/+5
2010-10-20xen: add privcmd driverJeremy Fitzhardinge2-0/+81
2010-10-18xen-pcifront: Xen PCI frontend driver.Ryan Wilson1-0/+112
2010-10-18xenbus: Xen paravirtualised PCI hotplug support.Yosuke Iwamatsu1-1/+7
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon1-0/+3
2010-10-18xen: fix shared irq device passthroughKonrad Rzeszutek Wilk1-1/+1
2010-10-18xen: Provide a variant of xen_poll_irq with timeout.Konrad Rzeszutek Wilk1-0/+4
2010-10-18xen: set pirq name to something useful.Gerd Hoffmann1-1/+1
2010-10-18xen: implement pirq type event channelsJeremy Fitzhardinge1-0/+11
2010-08-23xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfieldIan Campbell1-6/+9
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-1/+1
2010-08-23xen: pvhvm: allow user to request no emulated device unplugIan Campbell1-0/+1
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+121
2010-07-27swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough.Konrad Rzeszutek Wilk1-0/+65
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini1-0/+11
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+49
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini1-0/+3
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini1-0/+3
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini2-0/+5
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang3-0/+16
2010-07-22xen: Add support for HVM hypercalls.Jeremy Fitzhardinge3-0/+154
2010-06-07xen: Add xen_create_contiguous_regionAlex Nixon2-0/+48
2010-06-07xen: Rename the balloon lockAlex Nixon1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+32
2009-03-30Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge5-2/+96
2009-03-30xen: add /sys/hypervisor supportJeremy Fitzhardinge1-0/+3
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell1-1/+1
2009-03-30xen: remove suspend_cancel hookIan Campbell1-1/+0
2009-03-30xen: export ioctl headers to userspaceIan Campbell1-0/+1
2009-03-30xen: add /dev/xen/evtchn driverIan Campbell1-0/+88
2009-03-30xen: add irq_from_evtchnIan Campbell1-0/+3
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt1-2/+0
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-0/+2
2008-10-03xen: remove unused balloon.hJeremy Fitzhardinge1-61/+0
2008-08-21xen: save previous spinlock when blockingJeremy Fitzhardinge1-0/+2
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-0/+7
2008-07-16xen64: fix !HVC_XEN build dependencyIngo Molnar1-3/+4
2008-07-16xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge1-3/+3
2008-07-16xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata1-0/+3
2008-06-25xen: implement ptep_modify_prot_start/commitJeremy Fitzhardinge2-2/+10
2008-06-25Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar1-4/+3
2008-06-24x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann1-4/+3
2008-06-02xen: add new Xen elfnote types and use them appropriatelyJeremy Fitzhardinge1-0/+20
2008-05-29xen: fix "xen: implement save/restore"Ingo Molnar1-0/+4
2008-05-27xen: maintain clock offset over save/restoreJeremy Fitzhardinge1-3/+0
2008-05-27xen: implement save/restoreJeremy Fitzhardinge3-0/+15
2008-05-27xen-console: add save/restoreJeremy Fitzhardinge1-0/+2
2008-05-27xen: add rebind_evtchn_irqJeremy Fitzhardinge1-0/+1
2008-05-27xen: add missing definitions in include/xen/interface/memory.h which ia64/xen...Isaku Yamahata1-4/+8
2008-05-27xen pvfb: Dynamic mode support (screen resizing)Markus Armbruster1-5/+24
2008-05-27xen pvfb: Pointer z-axis (mouse wheel) supportMarkus Armbruster1-0/+2
2008-05-27xen: add raw console write functions for debugJeremy Fitzhardinge1-0/+3
2008-04-24xen: add balloon driverJeremy Fitzhardinge2-8/+65
2008-04-24xen pvfb: Para-virtual framebuffer, keyboard and pointer driverMarkus Armbruster2-0/+238
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach1-0/+1
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster1-0/+21
2008-04-24xen: import arch generic part of xencommIsaku Yamahata2-0/+118
2008-04-24xen: make grant table arch portableIsaku Yamahata1-0/+6
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata1-0/+1
2008-04-24xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata1-168/+1
2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata1-0/+1
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata1-7/+1
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata1-0/+8
2008-04-24xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen n...Isaku Yamahata1-0/+5
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata1-3/+8
2008-04-24xen: definitions which ia64/xen needsIsaku Yamahata1-1/+11
2008-04-24xen: definisions which ia64 needsIsaku Yamahata1-0/+10
2008-04-24xen: add support for callbackops hypercallJeremy Fitzhardinge1-0/+102
2008-04-24xen: unify pte operations on machine framesJeremy Fitzhardinge1-15/+15
2008-04-24xen: use phys_addr_t when referring to physical addressesJeremy Fitzhardinge1-14/+2
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge1-3/+3
2007-10-16xen: fix incorrect vcpu_register_vcpu_info hypercall argumentJeremy Fitzhardinge1-2/+3
2007-07-26xen: xen/page.h compile fixJeremy Fitzhardinge1-0/+1
2007-07-18xen: Place vcpu_info structure into per-cpu memoryJeremy Fitzhardinge1-0/+13
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge1-0/+234
2007-07-18xen: Add grant table supportJeremy Fitzhardinge2-10/+191
2007-07-18xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge2-0/+7
2007-07-18xen: SMP guest supportJeremy Fitzhardinge1-4/+23
2007-07-18xen: event channelsJeremy Fitzhardinge1-0/+28