cregit-Linux how code gets into the kernel

Release 4.13 arch/powerpc/include/asm/pgalloc.h

#ifndef _ASM_POWERPC_PGALLOC_H

#define _ASM_POWERPC_PGALLOC_H

#include <linux/mm.h>

#ifndef MODULE

static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) { if (unlikely(mm == &init_mm)) return gfp; return gfp | __GFP_ACCOUNT; }

Contributors

PersonTokensPropCommitsCommitProp
Balbir Singh33100.00%1100.00%
Total33100.00%1100.00%

#else /* !MODULE */
static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) { return gfp | __GFP_ACCOUNT; }

Contributors

PersonTokensPropCommitsCommitProp
Balbir Singh20100.00%1100.00%
Total20100.00%1100.00%

#endif /* MODULE */ #ifdef CONFIG_PPC_BOOK3S #include <asm/book3s/pgalloc.h> #else #include <asm/nohash/pgalloc.h> #endif #endif /* _ASM_POWERPC_PGALLOC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Balbir Singh6271.26%114.29%
Paul Mackerras910.34%114.29%
Anton Blanchard66.90%114.29%
Benjamin Herrenschmidt44.60%228.57%
Kumar Gala33.45%114.29%
Aneesh Kumar K.V33.45%114.29%
Total87100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.