aboutsummaryrefslogtreecommitdiffstats
path: root/xen/xsm/flask
Commit message (Expand)AuthorAgeFilesLines
* Add DOMCTL to limit the number of event channels a domain may useDavid Vrabel2013-10-142-0/+5
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-2/+2
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-142-8/+1
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-071-0/+10
* xsm: add hooks for claimDaniel De Graaf2013-05-072-1/+16
* xsm: fix printf format string for strlen resultIan Campbell2013-04-301-1/+1
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-232-0/+9
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-232-0/+8
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-172-4/+8
* xen/flask: fix crash on debugkey "i"Daniel De Graaf2013-02-131-1/+1
* xen/arch/arm: add XSM hook to HVMOP_{get,set}_paramDaniel De Graaf2013-01-301-23/+23
* xen/arch/x86: complete XSM hooks on irq/pirq mappingsDaniel De Graaf2013-01-232-19/+23
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-211-12/+13
* xsm/flask: remove unused permissionsDaniel De Graaf2013-01-111-6/+0
* xsm/flask: document the access vectorsDaniel De Graaf2013-01-111-104/+355
* xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-112-10/+41
* tmem: add XSM hooksDaniel De Graaf2013-01-112-0/+14
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-111-77/+30
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-87/+38
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-286/+92
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-112-0/+7
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-112-46/+26
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-112-2/+24
* xsm/flask: add distinct SIDs for self/target accessDaniel De Graaf2013-01-113-223/+210
* xsm/flask: add missing hooksDaniel De Graaf2013-01-112-11/+60
* xsm/flask: Add checks on the domain performing the set_target operationDaniel De Graaf2013-01-112-0/+9
* xsm: Move flask policy files into hypervisor (missed from earlier commit).Keir Fraser2013-01-115-0/+448
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-111-0/+33
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-111-0/+33
* xen: convert do_domctl to use XSMDaniel De Graaf2013-01-111-1/+84
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-2/+3
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-101-22/+21
* flask: move policy headers into hypervisorDaniel De Graaf2013-01-106-346/+25
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-101-1/+1
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-2/+2
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-172-3/+3
* xsm/flask: add domain relabel supportDaniel De Graaf2012-09-175-7/+65
* xsm/flask: remove unneeded create_sid fieldDaniel De Graaf2012-09-172-14/+10
* xsm/flask: remove inherited class attributesDaniel De Graaf2012-09-176-143/+6
* xsm/flask: remove page-to-domain lookups from XSM hooksDaniel De Graaf2012-08-221-141/+48
* xsm: Add missing dummy hooksDaniel De Graaf2012-08-221-0/+6
* xsm/flask: avoid struct page lookup in mmu_normal_updateDaniel De Graaf2012-07-091-7/+6
* xsm/flask: fix memory AVC formattingDaniel De Graaf2012-07-091-1/+1
* common: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-6/+11
* xsm/flask: clean up auditing outputDaniel De Graaf2012-04-173-9/+18
* xsm: expose context of event channel peersDaniel De Graaf2012-02-291-0/+36
* xsm/flask: buffer AVC messages for outputDaniel De Graaf2012-02-291-25/+82
* xsm/flask: clean interdomain event channel hookDaniel De Graaf2012-02-291-22/+8
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-065-829/+330
* xsm/flask: Improve domain ID auditing in AVCsDaniel De Graaf2012-02-023-8/+31