Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b670722009d52c79aea8ff7ed561365ee21ff58c
/
drivers
/
xen
1f6e051
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
04a8752
Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
31018ac
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
d98b15d
xen/xenbus: Remove the unnecessary check.
by Konrad Rzeszutek Wilk
· 13 years ago
e659922
xen/irq: If we fail during msi_capability_init return proper error code.
by Konrad Rzeszutek Wilk
· 13 years ago
9bb9efe
xen/events: Don't check the info for NULL as it is already done.
by Konrad Rzeszutek Wilk
· 13 years ago
9d093e2
xen/events: BUG() when we can't allocate our event->irq array.
by Konrad Rzeszutek Wilk
· 13 years ago
4645bf3
xen/pciback: Check if the device is found instead of blindly assuming so.
by Konrad Rzeszutek Wilk
· 13 years ago
72bf809
xen/pciback: Do not dereference psdev during printk when it is NULL.
by Konrad Rzeszutek Wilk
· 13 years ago
9bab0b7
genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier
by Ian Campbell
· 13 years ago
38a1ed4
xen: Fix selfballooning and ensure it doesn't go too far
by Dan Magenheimer
· 13 years ago
1f1503b
xen/gntdev: Fix sleep-inside-spinlock
by Daniel De Graaf
· 13 years ago
e4184aa
xenbus: don't rely on xen_initial_domain to detect local xenstore
by Daniel De Graaf
· 13 years ago
7744799
xenbus: Fix loopback event channel assuming domain 0
by Daniel De Graaf
· 13 years ago
8b5d44a
xen: allow balloon driver to use more than one memory region
by David Vrabel
· 13 years ago
b1cbf9b
xen/balloon: simplify test for the end of usable RAM
by David Vrabel
· 13 years ago
aa24411
xen/balloon: account for pages released during memory setup
by David Vrabel
· 13 years ago
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
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
Next »