aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Merge tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+47
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27xenbus: Remove duplicate inclusion of linux/init.hGravatar Masanari Iida 1-1/+0
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+2
2017-02-14xen/privcmd: add IOCTL_PRIVCMD_RESTRICTGravatar Paul Durrant 1-9/+79
2017-02-14xen/privcmd: Add IOCTL_PRIVCMD_DM_OPGravatar Paul Durrant 1-0/+139
2017-02-13swiotlb-xen: implement xen_swiotlb_get_sgtable callbackGravatar Andrii Anisov 1-0/+28
2017-02-13swiotlb-xen: implement xen_swiotlb_dma_mmap callbackGravatar Stefano Stabellini 1-0/+19
2017-02-13xen/privcmd: return -ENOTTY for unimplemented IOCTLsGravatar Paul Durrant 1-2/+1
2017-02-09xen: optimize xenbus driver for multiple concurrent xenstore accessesGravatar Juergen Gross 4-391/+672
2017-02-09xen: modify xenstore watch event interfaceGravatar Juergen Gross 11-59/+49
2017-02-09xen: clean up xenbus internal headersGravatar Juergen Gross 12-93/+47
2017-02-08xenbus: Neaten xenbus_va_dev_errorGravatar Joe Perches 1-29/+10
2017-02-07xen/pvh: Enable CPU hotplugGravatar Boris Ostrovsky 1-1/+1
2017-02-07xen/pvh: Initialize grant table for PVH guestsGravatar Boris Ostrovsky 1-4/+4
2017-02-07xen/x86: Remove PVH supportGravatar Boris Ostrovsky 1-1/+0
2017-02-03xen/manage: correct return value check on xenbus_scanf()Gravatar Jan Beulich 1-1/+1
2017-01-27Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+3
2017-01-20swiotlb-xen: update dev_addr after swapping pagesGravatar Stefano Stabellini 1-2/+3
2017-01-19Merge tag 'for-linus-4.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+71
2017-01-13partially revert "xen: Remove event channel notification through Xen PCI plat...Gravatar Stefano Stabellini 1-0/+71
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+6
2017-01-06swiotlb: Export swiotlb_max_segment to usersGravatar Konrad Rzeszutek Wilk 1-0/+4
2017-01-05Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-29/+36
2017-01-03Xen: ARM: Zero reserved fields of xatp before making hypervisor callGravatar Jiandi An 1-3/+5
2017-01-03xen: events: Replace BUG() with BUG_ON()Gravatar Shyam Saini 1-2/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-12-23xen: remove stale xs_input_avail() from headerGravatar Juergen Gross 1-1/+0
2016-12-23xen: return xenstore command failures via response instead of rcGravatar Juergen Gross 1-20/+27
2016-12-23xen: xenbus driver must not accept invalid transaction idsGravatar Juergen Gross 1-1/+1
2016-12-22xen/evtchn: use rb_entry()Gravatar Geliang Tang 1-2/+2
2016-12-19swiotlb: Convert swiotlb_force from int to enumGravatar Geert Uytterhoeven 1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressGravatar Jan Kara 1-1/+1
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-32/+37
2016-12-13Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+12
2016-12-12xen/balloon: Only mark a page as managed when it is releasedGravatar Ross Lagerwall 1-4/+2
2016-12-12xenbus: fix deadlock on writes to /proc/xen/xenbusGravatar David Vrabel 1-0/+2
2016-12-09x86: Remove empty idle.h headerGravatar Thomas Gleixner 1-1/+0
2016-12-08xen: xenbus: set error code on failureGravatar Pan Bian 1-1/+1
2016-12-08xen: set error code on failuresGravatar Pan Bian 1-3/+6
2016-11-30xen/events: use xen_vcpu_id mapping for EVTCHNOP_statusGravatar Vitaly Kuznetsov 1-1/+1
2016-11-28xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingGravatar Boris Ostrovsky 1-1/+1
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Gravatar Len Brown 1-1/+0
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenGravatar Seth Forshee 1-1/+1
2016-11-17xen-platform: use builtin_pci_driverGravatar Geliang Tang 1-5/+1
2016-11-10swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportGravatar Alexander Duyck 1-2/+2
2016-11-07swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCGravatar Alexander Duyck 1-4/+7
2016-11-07swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionGravatar Alexander Duyck 1-12/+6