aboutsummaryrefslogtreecommitdiffstats
path: root/xen/xsm
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-143-9/+1
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-081-1/+1
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-072-0/+13
* xsm: add hooks for claimDaniel De Graaf2013-05-073-1/+18
* xsm: fix printf format string for strlen resultIan Campbell2013-04-301-1/+1
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-233-0/+10
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-233-0/+9
* 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-302-24/+24
* xen/arch/x86: complete XSM hooks on irq/pirq mappingsDaniel De Graaf2013-01-233-19/+25
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-212-14/+16
* miscellaneous cleanupJan Beulich2013-01-171-2/+3
* 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-113-10/+43
* tmem: add XSM hooksDaniel De Graaf2013-01-113-0/+16
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-112-89/+30
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-112-97/+38
* xen: domctl XSM hook removalDaniel De Graaf2013-01-112-313/+92
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-113-0/+8
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-113-48/+28
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-113-3/+28
* 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-112-0/+34
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-112-0/+34
* 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-102-22/+24
* 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-103-604/+7
* 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-174-5/+5
* 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-222-144/+51
* xsm: Add missing dummy hooksDaniel De Graaf2012-08-222-0/+36
* 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