cregit-Linux how code gets into the kernel

Release 4.17 include/linux/kvm_para.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Liguori1768.00%133.33%
Yaowei Bai624.00%133.33%
Christian Bornträger28.00%133.33%
Total25100.00%3100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Wanpeng Li25100.00%1100.00%
Total25100.00%1100.00%

#endif /* __LINUX_KVM_PARA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Wanpeng Li2539.68%114.29%
Anthony Liguori2133.33%114.29%
Yaowei Bai69.52%114.29%
Ingo Molnar69.52%114.29%
Christian Bornträger34.76%114.29%
Greg Kroah-Hartman11.59%114.29%
David Howells11.59%114.29%
Total63100.00%7100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.