acrn-hypervisor/hypervisor/arch/x86/guest
Li, Fei1 e69b3dcf67 hv: schedule: remove runqueue_lock in sched_context
Now sched_object and sched_context are protected by scheduler_lock. There's no
chance to use runqueue_lock to protect schedule runqueue if we have no plan to
support schedule migration.

Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2019-07-17 09:20:54 +08:00
..
assign.c hv: fix some potential array overflow risk 2019-07-12 09:41:15 +08:00
ept.c hv: ept: mask EPT leaf entry bit 52 to bit 63 in gpa2hpa 2019-07-03 09:39:41 +08:00
guest_memory.c HV: remove unused function copy_to_gva 2019-05-22 16:36:03 +08:00
instr_emul.c HV: remove instr_emul.c dead code 2019-07-09 09:22:53 +08:00
pm.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
trusty.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
ucode.c hv:cleanup header file for guest folder 2019-02-21 10:38:30 +08:00
vcpu.c hv: schedule: remove runqueue_lock in sched_context 2019-07-17 09:20:54 +08:00
vcpuid.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
virq.c hv: remove unnecessary cancel_event_injection related stuff 2019-07-09 09:23:12 +08:00
virtual_cr.c hv: vmcs: don't trap when setting reserved bit in cr0/cr4 2019-05-30 11:33:01 +08:00
vlapic_priv.h hv: vlapic: add apic register offset check API 2019-04-23 15:16:56 +08:00
vlapic.c hv: vlapic: clear up where needs atomic operation in vLAPIC 2019-07-11 09:15:47 +08:00
vm_reset.c hv: vm_manage: minor fix about triple_fault_shutdown_vm 2019-07-03 17:44:45 +08:00
vm.c HV: ve820 fix "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
vmcall.c HV: introduce relative vm id for hcall api 2019-06-12 11:00:40 +08:00
vmcs.c hv: distinguish between LAPIC_PASSTHROUGH configured vs enabled 2019-05-23 11:15:31 +08:00
vmexit.c hv: vmexit: ecx should be checked instead of rcx when xsetbv 2019-07-05 09:48:53 +08:00
vmsr.c hv: vmsr: present sgx related msr to guest 2019-05-29 11:24:13 +08:00
vmtrr.c hv: ept: unify EPT API name to verb-object style 2019-06-14 14:40:25 +08:00
vmx_asm.S hv:remove some unnecessary includes 2019-05-07 09:10:13 +08:00
vmx_io.c HV: rename 'type' in struct io_request 2019-05-06 18:25:20 +08:00