aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 23-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 23-0/+23
2017-10-27Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+14
2017-10-26xen: fix booting ballooned down hvm guestGravatar Juergen Gross 1-6/+13
2017-10-25xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Gravatar Juergen Gross 1-1/+1
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+10
2017-09-28xen-pciback: relax BAR sizing write value checkGravatar Jan Beulich 1-1/+10
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-63/+67
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredGravatar Juergen Gross 1-63/+67
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-8/+1262
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-24/+20
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+2
2017-08-31xen/gntdev: update to new mmu_notifier semanticGravatar Jérôme Glisse 1-8/+0
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsGravatar Boris Ostrovsky 1-3/+5
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Gravatar Julien Grall 1-4/+3
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Gravatar Arnd Bergmann 1-5/+5
2017-08-31xen-platform: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendGravatar Stefano Stabellini 2-0/+13
2017-08-31xen/pvcalls: implement writeGravatar Stefano Stabellini 1-0/+71
2017-08-31xen/pvcalls: implement readGravatar Stefano Stabellini 1-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsGravatar Stefano Stabellini 1-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitGravatar Stefano Stabellini 1-0/+53
2017-08-31xen/pvcalls: implement release commandGravatar Stefano Stabellini 1-0/+68
2017-08-31xen/pvcalls: implement poll commandGravatar Stefano Stabellini 1-1/+74
2017-08-31xen/pvcalls: implement accept commandGravatar Stefano Stabellini 1-0/+113
2017-08-31xen/pvcalls: implement listen commandGravatar Stefano Stabellini 1-0/+21
2017-08-31xen/pvcalls: implement bind commandGravatar Stefano Stabellini 1-0/+79
2017-08-31xen/pvcalls: implement connect commandGravatar Stefano Stabellini 1-0/+179
2017-08-31xen/pvcalls: implement socket commandGravatar Stefano Stabellini 1-0/+27
2017-08-31xen/pvcalls: handle commands from the frontendGravatar Stefano Stabellini 1-0/+125
2017-08-31xen/pvcalls: connect to a frontendGravatar Stefano Stabellini 1-0/+82
2017-08-31xen/pvcalls: xenbus state handlingGravatar Stefano Stabellini 1-0/+155
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendGravatar Stefano Stabellini 1-0/+22
2017-08-31xen/pvcalls: introduce the pvcalls xenbus backendGravatar Stefano Stabellini 1-0/+61
2017-08-29x86/idt: Simplify alloc_intr_gate()Gravatar Thomas Gleixner 1-4/+2
2017-08-28xen: xen-pciback: remove DRIVER_ATTR() usageGravatar Greg Kroah-Hartman 1-24/+20
2017-08-24Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2017-08-21Kbuild: use -fshort-wchar globallyGravatar Arnd Bergmann 1-3/+0
2017-08-16Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jens Axboe 1-2/+1
2017-08-15xen: fix bio vec mergingGravatar Roger Pau Monne 1-2/+1
2017-08-11xen/events: Fix interrupt lost during irq_disable and irq_enableGravatar Liu Shuo 1-1/+1
2017-08-11xen: avoid deadlock in xenbusGravatar Juergen Gross 1-1/+2
2017-07-27xen: dont fiddle with event channel masking in suspend/resumeGravatar Juergen Gross 1-10/+3
2017-07-27xen: selfballoon: remove unnecessary static in frontswap_selfshrink()Gravatar Gustavo A. R. Silva 1-2/+2
2017-07-27xen: Drop un-informative message during bootGravatar Punit Agrawal 1-1/+0
2017-07-23xen/balloon: don't online new memory initiallyGravatar Juergen Gross 2-10/+15
2017-07-23xen/grant-table: log the lack of grantsGravatar Wengang Wang 1-1/+8
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-27/+9
2017-07-06xen/scsiback: Make TMF processing slightly fasterGravatar Bart Van Assche 1-1/+1