cregit-Linux how code gets into the kernel

Release 4.15 include/linux/a.out.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __A_OUT_GNU_H__

#define __A_OUT_GNU_H__

#include <uapi/linux/a.out.h>

#ifndef __ASSEMBLY__
#ifdef linux
#include <asm/page.h>
#if defined(__i386__) || defined(__mc68000__)
#else
#ifndef SEGMENT_SIZE

#define SEGMENT_SIZE	PAGE_SIZE
#endif
#endif
#endif
#endif /*__ASSEMBLY__ */
#endif /* __A_OUT_GNU_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)4180.39%763.64%
David Howells713.73%218.18%
Kirill A. Shutemov23.92%19.09%
Greg Kroah-Hartman11.96%19.09%
Total51100.00%11100.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.