summaryrefslogtreecommitdiffstats
path: root/kernel/sound/oss/sb_common.c
diff options
context:
space:
mode:
authorYunhong Jiang <yunhong.jiang@intel.com>2016-06-13 14:19:59 -0700
committerYunhong Jiang <yunhong.jiang@linux.intel.com>2016-07-18 08:07:29 -0700
commit09c7dd2e0b05c5bc2def37e525a98e6b344d56f5 (patch)
tree7f2969dfb2b258c21f9598136a239e56dd7b0c3e /kernel/sound/oss/sb_common.c
parentfd047d7c73bfddb06d19aa4ca182c5c0f72a3304 (diff)
kvm: vmx: hook preemption timer support
Hook the VMX preemption timer to the "hv timer" functionality added by the previous patch. This includes: checking if the feature is supported, if the feature is broken on the CPU, the hooks to setup/clean the VMX preemption timer, arming the timer on vmentry and handling the vmexit. A module parameter states if the VMX preemption timer should be utilized. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> [Move hv_deadline_tsc to struct vcpu_vmx, use -1 as the "unset" value. Put all VMX bits here. Enable it by default #yolo. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Change-Id: Icb8e0b853eedce3d52c394e510fa14d2cdd432e9 upstream-status: backport Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
Diffstat (limited to 'kernel/sound/oss/sb_common.c')
0 files changed, 0 insertions, 0 deletions
tar.org/avatar/b2c5dbb5b5756952d43a21b1cf3e25f3?s=13&d=retro' />Yunhong Jiang2-0/+152 2016-01-05Add guest environment setup scriptsYunhong Jiang2-0/+89 2016-01-05No change to the grub default settingYunhong Jiang1-1/+0 2016-01-05Script to create the rt-tests rpmYunhong Jiang2-0/+56 2016-01-06Merge "Add host environment setup scripts"Jiang, Yunhong3-0/+171 2016-01-05Merge "Add virtual functions support to ixgbe and i40e."Don Dugger1-1/+1 2016-01-05Merge "Add VM preemption latency measuring tool vm-trace"Don Dugger3-0/+706 2016-01-04Add host environment setup scriptsYunhong Jiang3-0/+171 2015-12-08kvmclock: add a new function to update env->tsc.WW-2015-52Liang Li3-16/+48 2015-12-04Add VM preemption latency measuring tool vm-traceDavid Su3-0/+706 2015-12-02Add virtual functions support to ixgbe and i40e.José Pekkarinen1-1/+1 2015-12-01Merge "Add configuration to support OVS kernel module"Don Dugger1-7/+13 2015-12-01Merge "Bug fix."Don Dugger1-1/+1 2015-12-01Merge "Make vfio MSI interrupt be non-threaded."Don Dugger1-1/+1 2015-11-24Make vfio MSI interrupt be non-threaded.Yunhong Jiang1-1/+1 2015-11-20Force tick interrupt and get rid of softirq magicYunhong Jiang2-44/+31 2015-11-20Add configuration to support OVS kernel moduleYunhong Jiang1-7/+13 2015-11-17Fix systemd boot.José Pekkarinen1-1/+1 2015-11-17Build vfio-pci as a module, as dpdk tools expect it to be.José Pekkarinen1-2/+2 2015-11-17Update the kernel config to match the kernel version shipped.José Pekkarinen1-1/+2 2015-11-12Bug fix.Liang Li1-1/+1 2015-11-06Merge "Add build script for continuous integration"Don Dugger1-0/+50 2015-11-04Add build script for continuous integrationDavid Su1-0/+50 2015-11-03Merge "Add the opnfv kernel config file"Don Dugger1-0/+3741 2015-10-29Merge "These changes are a raw update to a vanilla kernel 4.1.10, with the re...Don Dugger343-1508/+3092 2015-10-29Add the opnfv kernel config fileYunhong Jiang1-0/+3741 2015-10-29Merge "migration: do cleanup operation after completion"Don Dugger3-9/+7 2015-10-19These changes are a raw update to a vanilla kernel 4.1.10, with theJosé Pekkarinen343-1508/+3092 2015-10-16These changes comes from the qemu version 2.4.0.1 bugfix release,José Pekkarinen4-12/+29 2015-10-09Kernel bump from 4.1.3-rt to 4.1.7-rt.José Pekkarinen628-4568/+6245 2015-09-24migration: do cleanup operation after completionLiang Li3-9/+7 2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150 2015-09-01Add qemu 2.4.0Yang Zhang15649-0/+4157143 2015-08-04Add the rt linux 4.1.3-rt3 as baseYunhong Jiang