Age | Commit message (Expand) | Author |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-10-23 | xen/arm: don't try to re-register vcpu_info on cpu_hotplug. | Stefano Stabellini |
2015-10-23 | xen/arm: correct comment in enlighten.c | Juergen Gross |
2015-10-23 | xen/swiotlb: Add support for 64KB page granularity | Julien Grall |
2015-10-23 | xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb | Julien Grall |
2015-10-23 | arm/xen: Add support for 64KB page granularity | Julien Grall |
2015-10-23 | xen/grant-table: Make it running on 64KB granularity | Julien Grall |
2015-09-14 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2015-09-11 | arm/xen: Enable user access to the kernel before issuing a privcmd call | Julien Grall |
2015-09-08 | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall |
2015-09-08 | xen: Make clear that swiotlb and biomerge are dealing with DMA address | Julien Grall |
2015-08-20 | arm/xen: Drop the definition of xen_pci_platform_unplug | Julien Grall |
2015-08-20 | xen/events: Support event channel rebind on ARM | Julien Grall |
2015-06-17 | xen: Include xen/page.h rather than asm/xen/page.h | Julien Grall |
2015-05-28 | xen/arm: allow console=hvc0 to be omitted for guests | Ard Biesheuvel |
2015-05-28 | arm,arm64/xen: move Xen initialization earlier | Stefano Stabellini |
2015-05-28 | arm/xen: Correctly check if the event channel interrupt is present | Julien Grall |
2015-05-18 | xen/arm: Define xen_arch_suspend() | Boris Ostrovsky |
2015-05-06 | xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM | Stefano Stabellini |
2015-03-16 | xen/privcmd: improve performance of MMAPBATCH_V2 | David Vrabel |
2015-03-16 | xen: unify foreign GFN map/unmap for auto-xlated physmap guests | David Vrabel |
2015-01-28 | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() | David Vrabel |
2015-01-20 | arm64: Relax licensing of arm64 Xen DMA operations | Chuck Tuffli |
2014-12-04 | xen/arm: introduce GNTTABOP_cache_flush | Stefano Stabellini |
2014-12-04 | xen/arm/arm64: introduce xen_arch_need_swiotlb | Stefano Stabellini |
2014-12-04 | xen/arm/arm64: merge xen/mm32.c into xen/mm.c | Stefano Stabellini |
2014-12-04 | xen/arm: use hypercall to flush caches in map_page | Stefano Stabellini |
2014-12-04 | xen/arm: use is_device_dma_coherent | Stefano Stabellini |
2014-12-04 | xen/arm: if(pfn_valid(pfn)) call native dma_ops | Stefano Stabellini |
2014-12-04 | xen/arm: remove outer_*_range call | Stefano Stabellini |
2014-12-04 | xen/arm: remove handling of XENFEAT_grant_map_identity | Stefano Stabellini |
2014-09-11 | xen/arm: remove mach_to_phys rbtree | Stefano Stabellini |
2014-09-11 | xen/arm: reimplement xen_dma_unmap_page & friends | Stefano Stabellini |
2014-09-11 | xen/arm: introduce XENFEAT_grant_map_identity | Stefano Stabellini |
2014-08-11 | arm/xen: remove duplicate arch_gnttab_init() function | David Vrabel |
2014-08-07 | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-08-05 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2014-07-30 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel |
2014-07-25 | xen/arm: use BUG_ON | Himangi Saraogi |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King |
2014-07-14 | xen/grant-table: remove support for V2 tables | David Vrabel |
2014-07-14 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel |
2014-05-12 | arm,arm64/xen: introduce HYPERVISOR_suspend() | Stefano Stabellini |
2014-05-09 | arm: xen: export HYPERVISOR_multicall to modules. | Ian Campbell |
2014-04-24 | arm: xen: implement multicall hypercall support. | Ian Campbell |
2014-03-18 | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override | Zoltan Kiss |
2014-01-30 | xen/gnttab: Use phys_addr_t to describe the grant frame base address | Julien Grall |
2014-01-30 | arm/xen: Initialize event channels earlier | Julien Grall |
2014-01-06 | xen/grant: Implement an grant frame array struct (v3). | Konrad Rzeszutek Wilk |
2013-12-11 | arm: xen: foreign mapping PTEs are special. | Ian Campbell |