Age | Commit message (Expand) | Author | Files | Lines |
2015-03-16 | xen/privcmd: improve performance of MMAPBATCH_V2 | David Vrabel | 1 | -4/+16 |
2015-03-16 | xen: unify foreign GFN map/unmap for auto-xlated physmap guests | David Vrabel | 1 | -87/+3 |
2015-01-28 | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() | David Vrabel | 1 | -1/+1 |
2015-01-20 | arm64: Relax licensing of arm64 Xen DMA operations | Chuck Tuffli | 2 | -3/+3 |
2014-12-04 | xen/arm: introduce GNTTABOP_cache_flush | Stefano Stabellini | 1 | -2/+32 |
2014-12-04 | xen/arm/arm64: introduce xen_arch_need_swiotlb | Stefano Stabellini | 1 | -0/+7 |
2014-12-04 | xen/arm/arm64: merge xen/mm32.c into xen/mm.c | Stefano Stabellini | 3 | -95/+85 |
2014-12-04 | xen/arm: use hypercall to flush caches in map_page | Stefano Stabellini | 1 | -0/+12 |
2014-12-04 | xen/arm: use is_device_dma_coherent | Stefano Stabellini | 1 | -3/+3 |
2014-12-04 | xen/arm: if(pfn_valid(pfn)) call native dma_ops | Stefano Stabellini | 1 | -39/+11 |
2014-12-04 | xen/arm: remove outer_*_range call | Stefano Stabellini | 1 | -9/+0 |
2014-12-04 | xen/arm: remove handling of XENFEAT_grant_map_identity | Stefano Stabellini | 2 | -89/+1 |
2014-09-11 | xen/arm: remove mach_to_phys rbtree | Stefano Stabellini | 1 | -65/+1 |
2014-09-11 | xen/arm: reimplement xen_dma_unmap_page & friends | Stefano Stabellini | 2 | -1/+203 |
2014-09-11 | xen/arm: introduce XENFEAT_grant_map_identity | Stefano Stabellini | 1 | -0/+6 |
2014-08-11 | arm/xen: remove duplicate arch_gnttab_init() function | David Vrabel | 1 | -5/+0 |
2014-08-07 | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -8/+4 |
2014-08-05 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -3/+3 |
2014-07-30 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 1 | -0/+5 |
2014-07-25 | xen/arm: use BUG_ON | Himangi Saraogi | 1 | -4/+2 |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 1 | -3/+3 |
2014-07-14 | xen/grant-table: remove support for V2 tables | David Vrabel | 1 | -8/+1 |
2014-07-14 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 1 | -0/+5 |
2014-05-12 | arm,arm64/xen: introduce HYPERVISOR_suspend() | Stefano Stabellini | 1 | -0/+8 |
2014-05-09 | arm: xen: export HYPERVISOR_multicall to modules. | Ian Campbell | 1 | -0/+1 |
2014-04-24 | arm: xen: implement multicall hypercall support. | Ian Campbell | 1 | -0/+1 |
2014-03-18 | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override | Zoltan Kiss | 1 | -0/+32 |
2014-01-30 | xen/gnttab: Use phys_addr_t to describe the grant frame base address | Julien Grall | 1 | -3/+3 |
2014-01-30 | arm/xen: Initialize event channels earlier | Julien Grall | 1 | -27/+44 |
2014-01-06 | xen/grant: Implement an grant frame array struct (v3). | Konrad Rzeszutek Wilk | 1 | -2/+7 |
2013-12-11 | arm: xen: foreign mapping PTEs are special. | Ian Campbell | 1 | -1/+1 |
2013-12-04 | XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn | Eric Trudeau | 1 | -2/+2 |
2013-11-18 | xen/arm: p2m_init and p2m_lock should be static | Stefano Stabellini | 1 | -2/+2 |
2013-11-18 | arm/xen: Export phys_to_mach to fix Xen module link errors | Josh Boyer | 1 | -0/+1 |
2013-11-09 | Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-... | Konrad Rzeszutek Wilk | 3 | -1/+274 |
2013-10-10 | swiotlb-xen: use xen_alloc/free_coherent_pages | Stefano Stabellini | 1 | -3/+3 |
2013-10-09 | swiotlb-xen: introduce xen_swiotlb_set_dma_mask | Stefano Stabellini | 1 | -0/+1 |
2013-10-10 | xen/arm,arm64: enable SWIOTLB_XEN | Stefano Stabellini | 2 | -1/+65 |
2013-10-17 | arm/xen,arm64/xen: introduce p2m | Stefano Stabellini | 2 | -1/+209 |
2013-09-09 | Merge tag 'v3.11-rc7' into stable/for-linus-3.12 | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2013-09-09 | xen/arm: disable cpuidle and cpufreq when linux is running as dom0 | Julien Grall | 1 | -0/+9 |
2013-09-09 | ARM: xen: only set pm function ptrs for Xen guests | Rob Herring | 1 | -1/+4 |
2013-08-22 | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2013-08-05 | xen/arm: missing put_cpu in xen_percpu_init | Julien Grall | 1 | -0/+1 |
2013-07-23 | xen/arm,arm64: update xen_restart after ff701306cd49 and 7b6d864b48d9 | Stefano Stabellini | 1 | -1/+1 |
2013-07-04 | xen/arm and xen/arm64: implement HYPERVISOR_tmem_op | Stefano Stabellini | 2 | -0/+2 |
2013-05-13 | xen/arm: rename xen_secondary_init and run it on every online cpu | Stefano Stabellini | 1 | -11/+4 |
2013-05-13 | xen/arm: do not handle VCPUOP_register_vcpu_info failures | Stefano Stabellini | 1 | -7/+3 |
2013-05-13 | xen/arm: initialize pm functions later | Stefano Stabellini | 1 | -1/+7 |
2013-04-27 | xen/arm: remove duplicated include from enlighten.c | Wei Yongjun | 1 | -1/+0 |