Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
67d45090e6154d401e50c3e0f4a2844cfea404c4
/
drivers
/
xen
« Previous
5fbdc10
xen: remove XEN_PLATFORM_PCI config option
by Stefano Stabellini
· 13 years ago
e1db4ce
xen/pciback: double lock typo
by Dan Carpenter
· 13 years ago
0930bba
xen: modify kernel mappings corresponding to granted pages
by Stefano Stabellini
· 13 years ago
693394b
xen: add an "highmem" parameter to alloc_xenballooned_pages
by Stefano Stabellini
· 13 years ago
cf177fd
xen/pciback: Add flag indicating device has been assigned by Xen
by Konrad Rzeszutek Wilk
· 13 years ago
5b25d89
xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'
by Konrad Rzeszutek Wilk
· 13 years ago
ddacf5e
xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel
by Olaf Hering
· 13 years ago
55e901f
xen/pci: support multi-segment systems
by Jan Beulich
· 13 years ago
74d33de
xen/pciback: use mutex rather than spinlock in vpci backend
by Konrad Rzeszutek Wilk
· 13 years ago
b1766b6
xen/pciback: Use mutexes when working with Xenbus state transitions.
by Konrad Rzeszutek Wilk
· 13 years ago
402c5e1
xen/pciback: miscellaneous adjustments
by Jan Beulich
· 13 years ago
04df355
xen/pciback: use mutex rather than spinlock in passthrough backend
by Jan Beulich
· 13 years ago
5fa9991
xen/pciback: use resource_size()
by Thomas Meyer
· 13 years ago
7736594
xen/irq: Alter the locking to use a mutex instead of a spinlock.
by Konrad Rzeszutek Wilk
· 13 years ago
116df6f
xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel
by Olaf Hering
· 13 years ago
62cc5fc
xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports
by Olaf Hering
· 13 years ago
c4c303c
xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive
by Olaf Hering
· 13 years ago
6810df8
xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.
by Konrad Rzeszutek Wilk
· 13 years ago
12e13ac
xen/pci: make bus notifier handler return sane values
by Jan Beulich
· 13 years ago
61ca798
xen-swiotlb: fix printk and panic args
by Randy Dunlap
· 13 years ago
ab2a47b
xen-swiotlb: Fix wrong panic.
by Konrad Rzeszutek Wilk
· 13 years ago
f4b2f07
xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB
by Konrad Rzeszutek Wilk
· 13 years ago
4fec0e0
xen: self-balloon needs module.h
by Randy Dunlap
· 13 years ago
30eefc9
xen: xen-selfballoon.c needs more header files
by Randy Dunlap
· 13 years ago
65d4b24
xen/self-balloon: Add dependency on tmem.
by Konrad Rzeszutek Wilk
· 13 years ago
61077b2
xen/balloon: Fix compile errors - missing header files.
by Konrad Rzeszutek Wilk
· 13 years ago
f24144c
xen/grant: Fix compile warning.
by Konrad Rzeszutek Wilk
· 13 years ago
27a26b7
xen/pciback: remove duplicated #include
by Huang Weiyi
· 13 years ago
6b71c52
xen: use static initializers in xen-balloon.c
by Olaf Hering
· 13 years ago
6913200
Xen: fix braces and tabs coding style issue in xenbus_probe.c
by Ruslan Pisarev
· 13 years ago
822a259
Xen: fix braces coding style issue in xenbus_probe.h
by Ruslan Pisarev
· 13 years ago
4b01098
Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c
by Ruslan Pisarev
· 13 years ago
7b0ac95
Xen: fix braces coding style issue in gntdev.c and grant-table.c
by Ruslan Pisarev
· 13 years ago
088c05a
Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c
by Ruslan Pisarev
· 13 years ago
e882dc9
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
by Ruslan Pisarev
· 13 years ago
080e2be
xen/balloon: memory hotplug support for Xen balloon driver
by Daniel Kiper
· 13 years ago
111ad11
Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
3a6d28b
Merge branch 'stable/xen-pciback-0.6.3' into stable/drivers
by Konrad Rzeszutek Wilk
· 13 years ago
2ebdc42
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI
by Konrad Rzeszutek Wilk
· 13 years ago
7789997
xen/pciback: Remove the DEBUG option.
by Konrad Rzeszutek Wilk
· 13 years ago
a92336a
xen/pciback: Drop two backends, squash and cleanup some code.
by Konrad Rzeszutek Wilk
· 13 years ago
c288b67
xen/pciback: Print out the MSI/MSI-X (PIRQ) values
by Konrad Rzeszutek Wilk
· 14 years ago
e17ab35
xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.
by Konrad Rzeszutek Wilk
· 14 years ago
a0b2fa8
xen: rename pciback module to xen-pciback.
by Ian Campbell
· 15 years ago
494ef20
xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases.
by Konrad Rzeszutek Wilk
· 14 years ago
0513fe9
xen/pciback: Allocate IRQ handler for device that is shared with guest.
by Konrad Rzeszutek Wilk
· 13 years ago
a2be65fd
xen/pciback: Disable MSI/MSI-X when reseting a device
by Konrad Rzeszutek Wilk
· 15 years ago
fd5b221
xen/pciback: guest SR-IOV support for PV guest
by Zhao, Yu
· 15 years ago
6221a9b
xen/pciback: Register the owner (domain) of the PCI device.
by Konrad Rzeszutek Wilk
· 15 years ago
8bfd4e0
xen/pciback: Cleanup the driver based on checkpatch warnings and errors.
by Konrad Rzeszutek Wilk
· 13 years ago
30edc14
xen/pciback: xen pci backend driver.
by Konrad Rzeszutek Wilk
· 15 years ago
78316ad
xen/pci: Remove 'xen_allocate_pirq_gsi'.
by Konrad Rzeszutek Wilk
· 13 years ago
a0ee056
xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.
by Konrad Rzeszutek Wilk
· 13 years ago
136d9eb
Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers
by Konrad Rzeszutek Wilk
· 13 years ago
a50777c
xen: tmem: self-ballooning and frontswap-selfshrinking
by Dan Magenheimer
· 13 years ago
149bb2f
xen: Add module alias to autoload backend drivers
by Bastian Blank
· 13 years ago
cc85e93
xen: Populate xenbus device attributes
by Bastian Blank
· 13 years ago
03dc610
Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers
by Konrad Rzeszutek Wilk
· 13 years ago
ef46222
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
afec6e0
xen: prepare tmem shim to handle frontswap
by Dan Magenheimer
· 13 years ago
b5328cd
xen: Fix compile warning when CONFIG_SMP is not defined.
by Konrad Rzeszutek Wilk
· 13 years ago
361932b
Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6
by Linus Torvalds
· 13 years ago
5f98ecd
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
by FUJITA Tomonori
· 13 years ago
e5ac0bd
xen: use the trigger info we already have to choose the irq handler
by Stefano Stabellini
· 13 years ago
f8d613e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem
by Linus Torvalds
· 13 years ago
5bc20fc
xen: cleancache shim to Xen Transcendent Memory
by Dan Magenheimer
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
51509a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 13 years ago
e33ab8f
Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
3bfccb7
Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
5318991
Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
887cb45
drivers/xen/sys-hypervisor: Cleanup code/data sections definitions
by Daniel Kiper
· 14 years ago
bdf5167
xen: tidy up whitespace in drivers/xen/Makefile
by Ian Campbell
· 14 years ago
2e711c0
PM: Remove sysdev suspend, resume and shutdown operations
by Rafael J. Wysocki
· 14 years ago
7e186bd
xen: do not clear and mask evtchns in __xen_evtchn_do_upcall
by Stefano Stabellini
· 14 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
19234c0
PM: Add missing syscore_suspend() and syscore_resume() calls
by Rafael J. Wysocki
· 14 years ago
cf8d916
xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.
by Konrad Rzeszutek Wilk
· 14 years ago
1eff1ad
xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot.
by Konrad Rzeszutek Wilk
· 14 years ago
e6197ac
xen/irq: Export 'xen_pirq_from_irq' function.
by Konrad Rzeszutek Wilk
· 14 years ago
c7c2c3a
xen/irq: Add support to check if IRQ line is shared with other domains.
by Konrad Rzeszutek Wilk
· 14 years ago
beafbdc
xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.
by Konrad Rzeszutek Wilk
· 14 years ago
aaa119a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
16ad569
Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
1f112ce
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
by Rafael J. Wysocki
· 14 years ago
6eab04a
treewide: remove extra semicolons
by Justin P. Mattock
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
361ae8c
xen: events: fix error checks in bind_*_to_irqhandler()
by Nicolas Kaiser
· 14 years ago
09ca132
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append()
by Daniel Kiper
· 14 years ago
83be7e5
xen/balloon: Clarify credit calculation
by Daniel Kiper
· 14 years ago
4dfe22f
xen/balloon: Simplify HVM integration
by Daniel Kiper
· 14 years ago
a7f3c8f
xen/balloon: Use PageHighMem() for high memory page detection
by Daniel Kiper
· 14 years ago
e240ae4
xen: Use new irq_move functions
by Thomas Gleixner
· 14 years ago
3b3af76
xen: Convert genirq namespace
by Thomas Gleixner
· 14 years ago
a93e20a
xen-gntdev: unlock on error path in gntdev_mmap()
by Dan Carpenter
· 14 years ago
12f0258
xen-gntdev: return -EFAULT on copy_to_user failure
by Dan Carpenter
· 14 years ago
804f185
Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
5a39837
Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
514af9f
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
Next »