aboutsummaryrefslogtreecommitdiffstats
path: root/xen/xsm/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-1/+0
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-071-0/+3
* xsm: add hooks for claimDaniel De Graaf2013-05-071-0/+2
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-231-0/+1
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-231-0/+1
* xen/arch/arm: add XSM hook to HVMOP_{get,set}_paramDaniel De Graaf2013-01-301-1/+1
* xen/arch/x86: complete XSM hooks on irq/pirq mappingsDaniel De Graaf2013-01-231-0/+2
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-211-2/+3
* xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-111-0/+2
* tmem: add XSM hooksDaniel De Graaf2013-01-111-0/+2
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-111-12/+0
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-10/+0
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-27/+0
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-111-0/+1
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-111-2/+2
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-1/+4
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-111-0/+1
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-111-0/+1
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-101-0/+3
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-101-602/+5
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* xsm/flask: remove page-to-domain lookups from XSM hooksDaniel De Graaf2012-08-221-3/+3
* xsm: Add missing dummy hooksDaniel De Graaf2012-08-221-0/+30
* xsm: Add xsm_map_domain_pirq hookDaniel De Graaf2012-02-021-0/+6
* xsm: Add security label to IRQ debug outputDaniel De Graaf2012-02-021-1/+6
* xsm: Add security labels to event-channel dumpDaniel De Graaf2012-02-021-0/+6
* xen: use XSM instead of IS_PRIV for getdomaininfoDaniel De Graaf2012-01-281-0/+2
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-0/+6
* xen: reinstate previously unused XENMEM_remove_from_physmap hypercallDaniel De Graaf2012-01-281-0/+6
* xsm: add checks on PCI configuration accessDaniel De Graaf2011-12-181-0/+8
* xsm: fix up dummy opsDaniel De Graaf2011-12-181-20/+126
* xsm: add remote_remap permissionDaniel De Graaf2011-12-181-2/+2
* xsm: only log dummy override if not setting up dummy_xsm_opsDaniel De Graaf2011-12-181-8/+9
* xsm: Expand I/O resource hooksDaniel De Graaf2011-12-021-5/+9
* xsm: Revert "Fix xsm_mmu_* and xsm_update_va_mapping hooks"Daniel De Graaf2011-12-021-6/+5
* xsm: remove unused xsm_assign_vector checkDaniel De Graaf2011-12-021-6/+0
* xen/xsm: Add missing dummy operationJames Carter2011-06-281-0/+6
* xsm: Fix xsm_mmu_* and xsm_update_va_mapping hooksStephen Smalley2011-04-121-5/+6
* [XSM] missing entries to xsm_fixup_opsKeir Fraser2009-04-141-0/+2
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-061-0/+10
* Remove unused XENMEM_remove_from_physmap.Keir Fraser2009-01-141-5/+0
* Remove unused XENMEM_translate_pfn_list.Keir Fraser2009-01-141-6/+0
* xsm: XSM foreigndom usage bugKeir Fraser2008-09-111-2/+4
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-11/+95
* hvm: Use main memory for video memory.Keir Fraser2008-08-271-0/+6
* [XSM][FLASK] Remove unused code from XSM and FlaskKeir Fraser2008-07-211-6/+0
* xsm: Missing function in dummy moduleKeir Fraser2008-07-171-0/+5
* x86: allow control domain to limit machine addresses given to a particular guestKeir Fraser2008-07-111-0/+1
* [XSM] correctly located update_va_mapping hook within x86 ifdefskfraser@localhost.localdomain2007-09-061-6/+6
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+488