Age | Commit message (Expand) | Author | Files | Lines |
2014-04-17 | Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 4 | -6/+75 |
2014-04-15 | xen/manage: Poweroff forcefully if user-space is not yet up. | Konrad Rzeszutek Wilk | 1 | -2/+30 |
2014-04-15 | xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart. | Konrad Rzeszutek Wilk | 1 | -3/+41 |
2014-04-15 | xen-pciback: silence an unwanted debug printk | Dan Carpenter | 1 | -1/+2 |
2014-04-15 | xen: fix memory leak in __xen_pcibk_add_pci_dev() | Daeseok Youn | 1 | -0/+2 |
2014-04-08 | Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2014-04-08 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -12/+24 |
2014-04-07 | Xen: do hv callback accounting only on x86 | Arnd Bergmann | 1 | -1/+1 |
2014-04-07 | Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus... | David Vrabel | 4 | -43/+29 |
2014-04-04 | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -146/+76 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -21/+9 |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -37/+11 |
2014-03-25 | xen/balloon: flush persistent kmaps in correct position | Wei Liu | 1 | -6/+18 |
2014-03-20 | xen, balloon: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -12/+24 |
2014-03-18 | xen/acpi-processor: fix enabling interrupts on syscore_resume | Stanislaw Gruszka | 2 | -7/+24 |
2014-03-18 | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override | Zoltan Kiss | 1 | -70/+3 |
2014-03-18 | xen: add support for MSI message groups | Roger Pau Monne | 2 | -15/+33 |
2014-03-12 | xen: Validate online cpus in set_affinity | Thomas Gleixner | 1 | -1/+1 |
2014-03-04 | xen: Add proper irq accounting for HYPERCALL vector | Thomas Gleixner | 1 | -0/+1 |
2014-03-04 | xen: Get rid of the last irq_desc abuse | Thomas Gleixner | 1 | -14/+1 |
2014-03-04 | xen: Use the proper irq functions | Thomas Gleixner | 3 | -22/+8 |
2014-03-01 | xen-pciback: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -2/+1 |
2014-03-01 | xen/xenbus: remove unused xenbus_bind_evtchn() | David Vrabel | 1 | -27/+0 |
2014-03-01 | xen/events: remove unnecessary call to bind_evtchn_to_cpu() | David Vrabel | 1 | -3/+0 |
2014-03-01 | xen/events: remove the unused resend_irq_on_evtchn() | David Vrabel | 1 | -21/+12 |
2014-03-01 | drivers:xen-selfballoon:reset 'frontswap_inertia_counter' after frontswap_shrink | Bob Liu | 1 | -0/+1 |
2014-03-01 | drivers: xen: Include appropriate header file in pcpu.c | Rashika Kheria | 1 | -0/+1 |
2014-03-01 | drivers: xen: Mark function as static in platform-pci.c | Rashika Kheria | 1 | -1/+1 |
2014-02-22 | ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST | Rafael J. Wysocki | 2 | -2/+2 |
2014-02-21 | ACPI / PAD / xen: use acpi_evaluate_ost() to replace open-coded version | Jiang Liu | 1 | -19/+7 |
2014-02-13 | Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 3 | -220/+2 |
2014-02-11 | ia64/xen: Remove Xen support for ia64 even more | Paul Bolle | 2 | -220/+0 |
2014-02-11 | xen/events: bind all new interdomain events to VCPU0 | David Vrabel | 1 | -0/+2 |
2014-02-06 | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -84/+18 |
2014-02-03 | Revert "xen/grant-table: Avoid m2p_override during mapping" | Konrad Rzeszutek Wilk | 2 | -84/+18 |
2014-01-31 | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc... | Linus Torvalds | 4 | -23/+129 |
2014-01-31 | drivers: xen: deaggressive selfballoon driver | Bob Liu | 1 | -0/+22 |
2014-01-31 | xen/grant-table: Avoid m2p_override during mapping | Zoltan Kiss | 2 | -18/+84 |
2014-01-30 | xen/gnttab: Use phys_addr_t to describe the grant frame base address | Julien Grall | 1 | -3/+3 |
2014-01-30 | xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t) | Ian Campbell | 1 | -2/+20 |
2014-01-25 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -16/+12 |
2014-01-23 | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 16 | -551/+1328 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-01-13 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2 | -6/+9 |
2014-01-13 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 4 | -10/+3 |
2014-01-10 | xen: delete new instances of __cpuinit usage | Paul Gortmaker | 1 | -3/+3 |
2014-01-07 | xen/evtchn_fifo: fix error return code in evtchn_fifo_setup() | Wei Yongjun | 1 | -2/+4 |
2014-01-07 | xen-platform: fix error return code in platform_pci_init() | Wei Yongjun | 1 | -1/+2 |
2014-01-07 | xen: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 1 | -1/+1 |
2014-01-06 | xen/grant-table: Force to use v1 of grants. | Konrad Rzeszutek Wilk | 1 | -4/+2 |