cregit-Linux how code gets into the kernel

Release 4.11 arch/s390/include/asm/mman.h

/*
 *  S390 version
 *
 *  Derived from "include/asm-i386/mman.h"
 */
#ifndef __S390_MMAN_H__

#define __S390_MMAN_H__

#include <uapi/asm/mman.h>

#ifndef __ASSEMBLY__
int s390_mmap_check(unsigned long addr, unsigned long len, unsigned long flags);

#define arch_mmap_check(addr, len, flags) s390_mmap_check(addr, len, flags)
#endif
#endif /* __S390_MMAN_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Martin Schwidefsky2555.56%114.29%
Linus Torvalds (pre-git)920.00%114.29%
Hendrik Brueckner511.11%114.29%
Heiko Carstens36.67%228.57%
Michael S. Tsirkin24.44%114.29%
David Howells12.22%114.29%
Total45100.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.