index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-1
/
+1
2017-09-07
Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-8
/
+1262
2017-09-05
Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-24
/
+20
2017-09-05
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+2
2017-09-01
xen/gntdev: update to new mmu_notifier semantic
Jérôme Glisse
1
-8
/
+0
2017-08-31
xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
Boris Ostrovsky
1
-3
/
+5
2017-08-31
xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()
Julien Grall
1
-4
/
+3
2017-08-31
xen/pvcalls: use WARN_ON(1) instead of __WARN()
Arnd Bergmann
1
-5
/
+5
2017-08-31
xen-platform: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-31
xen: introduce a Kconfig option to enable the pvcalls backend
Stefano Stabellini
2
-0
/
+13
2017-08-31
xen/pvcalls: implement write
Stefano Stabellini
1
-0
/
+71
2017-08-31
xen/pvcalls: implement read
Stefano Stabellini
1
-0
/
+85
2017-08-31
xen/pvcalls: implement the ioworker functions
Stefano Stabellini
1
-0
/
+26
2017-08-31
xen/pvcalls: disconnect and module_exit
Stefano Stabellini
1
-0
/
+53
2017-08-31
xen/pvcalls: implement release command
Stefano Stabellini
1
-0
/
+68
2017-08-31
xen/pvcalls: implement poll command
Stefano Stabellini
1
-1
/
+74
2017-08-31
xen/pvcalls: implement accept command
Stefano Stabellini
1
-0
/
+113
2017-08-31
xen/pvcalls: implement listen command
Stefano Stabellini
1
-0
/
+21
2017-08-31
xen/pvcalls: implement bind command
Stefano Stabellini
1
-0
/
+79
2017-08-31
xen/pvcalls: implement connect command
Stefano Stabellini
1
-0
/
+179
2017-08-31
xen/pvcalls: implement socket command
Stefano Stabellini
1
-0
/
+27
2017-08-31
xen/pvcalls: handle commands from the frontend
Stefano Stabellini
1
-0
/
+125
2017-08-31
xen/pvcalls: connect to a frontend
Stefano Stabellini
1
-0
/
+82
2017-08-31
xen/pvcalls: xenbus state handling
Stefano Stabellini
1
-0
/
+155
2017-08-31
xen/pvcalls: initialize the module and register the xenbus backend
Stefano Stabellini
1
-0
/
+22
2017-08-31
xen/pvcalls: introduce the pvcalls xenbus backend
Stefano Stabellini
1
-0
/
+61
2017-08-29
x86/idt: Simplify alloc_intr_gate()
Thomas Gleixner
1
-4
/
+2
2017-08-28
xen: xen-pciback: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
1
-24
/
+20
2017-08-25
Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+0
2017-08-21
Kbuild: use -fshort-wchar globally
Arnd Bergmann
1
-3
/
+0
2017-08-16
Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
1
-2
/
+1
2017-08-15
xen: fix bio vec merging
Roger Pau Monne
1
-2
/
+1
2017-08-11
xen/events: Fix interrupt lost during irq_disable and irq_enable
Liu Shuo
1
-1
/
+1
2017-08-11
xen: avoid deadlock in xenbus
Juergen Gross
1
-1
/
+2
2017-07-27
xen: dont fiddle with event channel masking in suspend/resume
Juergen Gross
1
-10
/
+3
2017-07-27
xen: selfballoon: remove unnecessary static in frontswap_selfshrink()
Gustavo A. R. Silva
1
-2
/
+2
2017-07-27
xen: Drop un-informative message during boot
Punit Agrawal
1
-1
/
+0
2017-07-23
xen/balloon: don't online new memory initially
Juergen Gross
2
-10
/
+15
2017-07-23
xen/grant-table: log the lack of grants
Wengang Wang
1
-1
/
+8
2017-07-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-27
/
+9
2017-07-07
xen/scsiback: Make TMF processing slightly faster
Bart Van Assche
1
-1
/
+1
2017-07-07
xen/scsiback: Replace a waitqueue and a counter by a completion
Bart Van Assche
1
-7
/
+4
2017-07-07
xen/scsiback: Fix a TMR related use-after-free
Bart Van Assche
1
-24
/
+9
2017-07-07
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-57
/
+56
2017-07-07
Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-17
/
+118
2017-07-04
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2017-07-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+5
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2017-07-03
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
1
-3
/
+3
2017-06-28
xen-swiotlb: remove xen_swiotlb_set_dma_mask
Christoph Hellwig
1
-12
/
+0
[next]