cregit-Linux how code gets into the kernel

Release 4.7 include/linux/kvm_para.h

Directory: include/linux
#ifndef __LINUX_KVM_PARA_H

#define __LINUX_KVM_PARA_H

#include <uapi/linux/kvm_para.h>



static inline bool kvm_para_has_feature(unsigned int feature) { return !!(kvm_arch_para_features() & (1UL << feature)); }

Contributors

PersonTokensPropCommitsCommitProp
anthony liguorianthony liguori1768.00%133.33%
yaowei baiyaowei bai624.00%133.33%
christian borntraegerchristian borntraeger28.00%133.33%
Total25100.00%3100.00%

#endif /* __LINUX_KVM_PARA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
anthony liguorianthony liguori2156.76%120.00%
ingo molnaringo molnar616.22%120.00%
yaowei baiyaowei bai616.22%120.00%
christian borntraegerchristian borntraeger38.11%120.00%
david howellsdavid howells12.70%120.00%
Total37100.00%5100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}