Age | Commit message (Expand) | Author | Files | Lines |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 2 | -0/+265 |
2011-05-26 | xen: cleancache shim to Xen Transcendent Memory | Dan Magenheimer | 2 | -0/+265 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2011-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -7/+1 |
2011-05-20 | Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an... | Linus Torvalds | 1 | -40/+73 |
2011-05-20 | Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/... | Linus Torvalds | 3 | -27/+24 |
2011-05-20 | Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git... | Linus Torvalds | 4 | -16/+84 |
2011-05-19 | drivers/xen/sys-hypervisor: Cleanup code/data sections definitions | Daniel Kiper | 1 | -1/+1 |
2011-05-13 | xen: tidy up whitespace in drivers/xen/Makefile | Ian Campbell | 1 | -12/+12 |
2011-05-11 | PM: Remove sysdev suspend, resume and shutdown operations | Rafael J. Wysocki | 1 | -7/+1 |
2011-05-10 | xen: do not clear and mask evtchns in __xen_evtchn_do_upcall | Stefano Stabellini | 1 | -40/+73 |
2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 3 | -25/+32 |
2011-04-20 | PM: Add missing syscore_suspend() and syscore_resume() calls | Rafael J. Wysocki | 1 | -1/+8 |
2011-04-18 | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override. | Konrad Rzeszutek Wilk | 1 | -7/+24 |
2011-04-14 | xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot. | Konrad Rzeszutek Wilk | 1 | -1/+8 |
2011-04-14 | xen/irq: Export 'xen_pirq_from_irq' function. | Konrad Rzeszutek Wilk | 1 | -0/+6 |
2011-04-14 | xen/irq: Add support to check if IRQ line is shared with other domains. | Konrad Rzeszutek Wilk | 1 | -0/+12 |
2011-04-14 | xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF. | Konrad Rzeszutek Wilk | 1 | -4/+8 |
2011-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -3/+3 |
2011-04-12 | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+2 |
2011-04-12 | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS | Rafael J. Wysocki | 1 | -3/+3 |
2011-04-10 | treewide: remove extra semicolons | Justin P. Mattock | 2 | -2/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-03-30 | xen: events: fix error checks in bind_*_to_irqhandler() | Nicolas Kaiser | 1 | -4/+2 |
2011-03-30 | xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap... | Daniel Kiper | 1 | -2/+3 |
2011-03-30 | xen/balloon: Clarify credit calculation | Daniel Kiper | 1 | -4/+4 |
2011-03-30 | xen/balloon: Simplify HVM integration | Daniel Kiper | 1 | -8/+4 |
2011-03-30 | xen/balloon: Use PageHighMem() for high memory page detection | Daniel Kiper | 1 | -1/+1 |
2011-03-29 | xen: Use new irq_move functions | Thomas Gleixner | 1 | -2/+2 |
2011-03-29 | xen: Convert genirq namespace | Thomas Gleixner | 1 | -11/+11 |
2011-03-24 | xen-gntdev: unlock on error path in gntdev_mmap() | Dan Carpenter | 1 | -1/+3 |
2011-03-24 | xen-gntdev: return -EFAULT on copy_to_user failure | Dan Carpenter | 1 | -1/+1 |
2011-03-18 | Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -13/+29 |
2011-03-18 | Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:... | Linus Torvalds | 1 | -178/+261 |
2011-03-18 | Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon... | Linus Torvalds | 7 | -384/+1184 |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+38 |
2011-03-16 | xen: use freeze/restore/thaw PM events for suspend/resume/chkpt | Shriram Rajagopalan | 2 | -11/+13 |
2011-03-16 | xen: xenbus PM events support | Kazuhiro SUZUKI | 3 | -5/+19 |
2011-03-16 | xen-gntdev: Use ballooned pages for grant mappings | Daniel De Graaf | 1 | -33/+5 |
2011-03-16 | xen-balloon: Add interface to retrieve ballooned pages | Konrad Rzeszutek Wilk | 1 | -6/+67 |
2011-03-16 | xen-balloon: Move core balloon functionality out of module | Daniel De Graaf | 3 | -225/+264 |
2011-03-16 | xen/balloon: Remove pr_info's and don't alter retry_count | Konrad Rzeszutek Wilk | 1 | -10/+2 |
2011-03-16 | Merge branch 'stable/backends' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 1 | -0/+38 |
2011-03-16 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2011-03-15 | xen: events: Fix compile error if CONFIG_SMP is not defined. | Konrad Rzeszutek Wilk | 1 | -0/+2 |
2011-03-15 | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm | Linus Torvalds | 3 | -75/+95 |
2011-03-15 | Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ... | Linus Torvalds | 1 | -1/+1 |
2011-03-15 | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -77/+19 |
2011-03-15 | Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k... | Linus Torvalds | 1 | -154/+124 |
2011-03-15 | Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke... | Linus Torvalds | 1 | -1/+1 |