aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/wait.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix __prepare_to_wait() asm test for stack sizeKeir Fraser2013-05-021-1/+1
* xen: Introduce ASSERT_NOT_IN_ATOMIC() to give more info on in_atomic() crash.Keir Fraser2013-01-141-1/+1
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-1/+5
* x86: slightly streamline __prepare_to_wait() inline assemblyJan Beulich2012-09-261-5/+3
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-10/+0
* x86: fix wait code asm() constraintsJan Beulich2012-08-061-9/+10
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* waitqueue: Hold a reference to a domain on a waitqueue.Keir Fraser2011-11-251-0/+8
* waitqueue: Implement wake_up_{nr,one,all}.Keir Fraser2011-11-251-2/+12
* x86/waitqueue: Because we have per-cpu stacks, we must wake up on tehKeir Fraser2011-11-241-0/+27
* waitqueue: Reorder prepare_to_wait() so that vcpu is definitely on theKeir Fraser2011-11-241-3/+4
* waitqueue: Detect saved-stack overflow and crash the guest.Keir Fraser2011-11-241-4/+15
* x86,waitqueue: Allocate whole page for shadow stack.Keir Fraser2011-11-221-2/+14
* waitqueue: Double size of x86 shadow stack.Keir Fraser2011-11-081-1/+1
* use xzalloc in common codeJan Beulich2011-10-041-2/+1
* waitqueue: Add license info to source file.Keir Fraser2010-11-181-0/+16
* Wait queues, allowing conditional sleep in hypervisor context.Keir Fraser2010-11-171-0/+165