aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-19/+111
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel1-16/+107
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-16/+16
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini1-1/+5
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini2-4/+6
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall1-25/+72
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall1-0/+22
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-17/+17
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall1-1/+1
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall1-20/+19
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+2
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall2-43/+89
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall2-2/+2
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall1-15/+55
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall2-4/+5
2015-10-23xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB pagesJulien Grall1-0/+8
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall1-0/+26
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel1-0/+5
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel1-10/+80
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel4-17/+11
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel1-4/+19
2015-10-23xen/balloon: rationalize memory hotplug statsDavid Vrabel1-63/+12
2015-10-23xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel1-20/+53
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-16/+16
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-10/+4
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds13-75/+66
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-6/+0
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov3-4/+4
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds8-9/+307
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall1-7/+7
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2-31/+31
2015-09-08xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfnJulien Grall1-16/+8
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall9-15/+14
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall2-11/+11
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-3/+3
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+6
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-09-01Merge branch 'pm-cpufreq'Rafael J. Wysocki1-10/+6
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky2-1/+138
2015-08-20xen: xensyms supportBoris Ostrovsky5-0/+165
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-5/+1
2015-08-20xen/preempt: use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-54/+12
2015-08-11xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall1-1/+3
2015-08-11Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel3-53/+9
2015-08-04Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-17/+62