cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/cacheflush.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_CACHEFLUSH_H

#define _ASM_X86_CACHEFLUSH_H

/* Caches aren't brain-dead on the intel. */
#include <asm-generic/cacheflush.h>
#include <asm/special_insns.h>

void clflush_cache_range(void *addr, unsigned int size);

#endif /* _ASM_X86_CACHEFLUSH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Anil S Keshavamurthy1137.93%112.50%
Thomas Gleixner827.59%225.00%
H. Peter Anvin310.34%112.50%
David Howells310.34%112.50%
Akinobu Mita26.90%112.50%
Greg Kroah-Hartman13.45%112.50%
Ingo Molnar13.45%112.50%
Total29100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.