| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | xen: delete new instances of added __cpuinit | Paul Gortmaker | 2013-11-08 | 1 | -2/+2 |
| * | | xen/balloon: Set balloon's initial state to number of existing RAM pages | Boris Ostrovsky | 2013-11-08 | 1 | -1/+1 |
| * | | xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas. | Konrad Rzeszutek Wilk | 2013-11-08 | 1 | -0/+47 |
| * | | xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-06 | 2 | -2/+2 |
| * | | tracing/events: Fix swiotlb tracepoint creation | Thierry Reding | 2013-10-24 | 1 | -1/+0 |
| * | | tracing/events: Add bounce tracing to swiotbl | Zoltan Kiss | 2013-10-02 | 1 | -0/+5 |
| |/ |
|
* / | xenbus: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-17 | 4 | -9/+21 |
|/ |
|
* | Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-09-26 | 1 | -12/+11 |
|\ |
|
| * | xen/balloon: don't alloc page while non-preemptible | David Vrabel | 2013-09-24 | 1 | -12/+11 |
* | | Merge tag 'stable/for-linus-3.12-rc0-tag-three' of git://git.kernel.org/pub/s... | Linus Torvalds | 2013-09-12 | 1 | -6/+7 |
|\| |
|
| * | xen/balloon: remove BUG_ON in increase_reservation | Wei Liu | 2013-09-11 | 1 | -2/+0 |
| * | xen/balloon: ensure preemption is disabled when using a scratch page | David Vrabel | 2013-09-11 | 1 | -4/+7 |
| * | Merge tag 'v3.11-rc7' into stable/for-linus-3.12 | Konrad Rzeszutek Wilk | 2013-09-09 | 1 | -1/+12 |
| |\ |
|
* | | | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-09-05 | 8 | -142/+322 |
|\| | |
|
| * | | xen/balloon: don't set P2M entry for auto translated guest | Wei Liu | 2013-08-30 | 1 | -2/+7 |
| * | | xen/evtchn: double free on error | Dan Carpenter | 2013-08-30 | 1 | -1/+0 |
| * | | Xen: Fix retry calls into PRIVCMD_MMAPBATCH*. | Andres Lagar-Cavilla | 2013-08-30 | 1 | -20/+63 |
| * | | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping | Stefano Stabellini | 2013-08-20 | 1 | -9/+2 |
| * | | xen: fix ARM build after 6efa20e4 | Stefano Stabellini | 2013-08-20 | 1 | -0/+2 |
| * | | xen/events: document behaviour when scanning the start word for events | David Vrabel | 2013-08-20 | 1 | -5/+12 |
| * | | swiotlb-xen: replace dma_length with sg_dma_len() macro | Stefano Stabellini | 2013-08-09 | 1 | -4/+4 |
| * | | xen/balloon: set a mapping for ballooned out pages | Stefano Stabellini | 2013-08-09 | 1 | -3/+66 |
| * | | xen/evtchn: improve scalability by using per-user locks | David Vrabel | 2013-08-09 | 1 | -80/+112 |
| * | | xen: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-08-09 | 1 | -18/+36 |
| * | | xen-gnt: prevent adding duplicate gnt callbacks | Roger Pau Monne | 2013-08-09 | 1 | -2/+11 |
| * | | xen: Support 64-bit PV guest receiving NMIs | Konrad Rzeszutek Wilk | 2013-08-09 | 1 | -1/+10 |
* | | | Merge branch 'acpi-sleep' | Rafael J. Wysocki | 2013-08-27 | 1 | -13/+28 |
|\ \ \
| |_|/
|/| | |
|
| * | | xen / ACPI: notify xen when reduced hardware sleep is available | Ben Guthro | 2013-07-31 | 1 | -13/+28 |
* | | | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-08-22 | 1 | -1/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | xen/events: mask events when changing their VCPU binding | David Vrabel | 2013-08-20 | 1 | -0/+11 |
| * | | xen/events: initialize local per-cpu mask for all possible events | David Vrabel | 2013-08-20 | 1 | -1/+1 |
* | | | Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-07-31 | 4 | -26/+21 |
|\| |
| |/
|/| |
|
| * | xen/tmem: do not allow XEN_TMEM on ARM64 | Stefano Stabellini | 2013-07-30 | 1 | -1/+1 |
| * | xen/evtchn: avoid a deadlock when unbinding an event channel | David Vrabel | 2013-07-30 | 1 | -19/+2 |