index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
xen: Use dev_is_pci() to check whether it is pci device
Yijing Wang
2014-01-07
1
-1
/
+1
|
*
|
|
xen/grant-table: Force to use v1 of grants.
Konrad Rzeszutek Wilk
2014-01-06
1
-4
/
+2
|
*
|
|
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
2014-01-06
1
-1
/
+2
|
*
|
|
xen/pvh: Piggyback on PVHVM for grant driver (v4)
Konrad Rzeszutek Wilk
2014-01-06
2
-5
/
+6
|
*
|
|
xen/grant: Implement an grant frame array struct (v3).
Konrad Rzeszutek Wilk
2014-01-06
2
-10
/
+58
|
*
|
|
xen/grant-table: Refactor gnttab_init
Konrad Rzeszutek Wilk
2014-01-06
1
-8
/
+2
|
*
|
|
xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
Konrad Rzeszutek Wilk
2014-01-06
1
-3
/
+6
|
*
|
|
xen/pvh: Piggyback on PVHVM for event channels (v2)
Mukesh Rathor
2014-01-06
1
-5
/
+9
|
*
|
|
xen/events: use the FIFO-based ABI if available
David Vrabel
2014-01-06
4
-1
/
+448
|
*
|
|
xen/events: allow event channel priority to be set
David Vrabel
2014-01-06
1
-0
/
+17
|
*
|
|
xen/events: Add the hypervisor interface for the FIFO-based event channels
David Vrabel
2014-01-06
1
-4
/
+4
|
*
|
|
xen/evtchn: support more than 4096 ports
David Vrabel
2014-01-06
3
-6
/
+14
|
*
|
|
xen/events: add xen_evtchn_mask_all()
David Vrabel
2014-01-06
1
-7
/
+11
|
*
|
|
xen/events: Refactor evtchn_to_irq array to be dynamically allocated
David Vrabel
2014-01-06
3
-55
/
+149
|
*
|
|
xen/events: add a evtchn_op for port setup
David Vrabel
2014-01-06
2
-1
/
+13
|
*
|
|
xen/events: allow setup of irq_info to fail
David Vrabel
2014-01-06
1
-65
/
+91
|
*
|
|
xen/events: add struct evtchn_ops for the low-level port operations
David Vrabel
2014-01-06
3
-16
/
+84
|
*
|
|
xen/events: move 2-level specific code into its own file
David Vrabel
2014-01-06
4
-362
/
+440
|
*
|
|
xen/events: move drivers/xen/events.c into drivers/xen/events/
David Vrabel
2014-01-06
3
-1
/
+5
|
*
|
|
xen/events: replace raw bit ops with functions
Wei Liu
2014-01-06
1
-2
/
+1
|
*
|
|
xen/events: introduce test_and_set_mask()
Wei Liu
2014-01-06
1
-3
/
+8
|
*
|
|
xen/events: remove unnecessary init_evtchn_cpu_bindings()
David Vrabel
2014-01-06
1
-22
/
+0
|
*
|
|
xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()
David Vrabel
2014-01-06
1
-18
/
+9
|
*
|
|
xen/pci: Fix build on non-x86
Ben Hutchings
2014-01-06
1
-0
/
+2
|
*
|
|
xen: simplify balloon_first_page() with list_first_entry_or_null()
Jie Liu
2014-01-06
1
-8
/
+1
|
*
|
|
xen: balloon: enable for ARM
Ian Campbell
2014-01-06
1
-1
/
+0
|
*
|
|
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
Konrad Rzeszutek Wilk
2014-01-03
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-01-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'master' into for-next
Jiri Kosina
2013-12-19
11
-63
/
+210
|
|
\
\
|
*
|
|
treewide: Fix typo in Kconfig
Masanari Iida
2013-12-02
1
-1
/
+1
*
|
|
|
Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2013-12-20
3
-32
/
+43
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
xen/balloon: Seperate the auto-translate logic properly (v2)
Stefano Stabellini
2013-12-13
1
-29
/
+34
|
*
|
|
xen: privcmd: do not return pages which we have failed to unmap
Ian Campbell
2013-12-06
1
-2
/
+7
|
*
|
|
XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn
Eric Trudeau
2013-12-04
1
-1
/
+2
*
|
|
|
Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2013-12-02
2
-2
/
+9
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
Matt Wilson
2013-11-26
1
-2
/
+4
|
*
|
swiotlb-xen: add missing xen_dma_map_page call
Stefano Stabellini
2013-11-15
1
-0
/
+5
*
|
|
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-20
1
-3
/
+3
|
\
\
\
|
*
|
|
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
2013-11-14
1
-3
/
+3
*
|
|
|
Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2013-11-15
7
-34
/
+162
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...
Konrad Rzeszutek Wilk
2013-11-08
3
-29
/
+106
|
|
\
\
|
|
*
|
swiotlb-xen: fix error code returned by xen_swiotlb_map_sg_attrs
Stefano Stabellini
2013-10-29
1
-1
/
+1
|
|
*
|
swiotlb-xen: static inline xen_phys_to_bus, xen_bus_to_phys, xen_virt_to_bus ...
Stefano Stabellini
2013-10-25
1
-4
/
+4
|
|
*
|
grant-table: call set_phys_to_machine after mapping grant refs
Stefano Stabellini
2013-10-25
1
-2
/
+17
|
|
*
|
swiotlb: print a warning when the swiotlb is full
Stefano Stabellini
2013-10-25
1
-0
/
+1
|
|
*
|
swiotlb-xen: use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/device
Stefano Stabellini
2013-10-25
1
-8
/
+31
|
|
*
|
swiotlb-xen: use xen_alloc/free_coherent_pages
Stefano Stabellini
2013-10-10
1
-10
/
+21
|
|
*
|
swiotlb-xen: introduce xen_swiotlb_set_dma_mask
Stefano Stabellini
2013-10-09
1
-0
/
+12
|
|
*
|
xen/arm,arm64: enable SWIOTLB_XEN
Stefano Stabellini
2013-10-10
2
-1
/
+15
|
|
*
|
xen: make xen_create_contiguous_region return the dma address
Stefano Stabellini
2013-10-09
1
-3
/
+3
[prev]
[next]