cregit-Linux how code gets into the kernel

Release 4.16 include/linux/kernel-page-flags.h

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

#define LINUX_KERNEL_PAGE_FLAGS_H

#include <uapi/linux/kernel-page-flags.h>


/* kernel hacking assistances
 * WARNING: subject to change, never rely on them!
 */

#define KPF_RESERVED		32

#define KPF_MLOCKED		33

#define KPF_MAPPEDTODISK	34

#define KPF_PRIVATE		35

#define KPF_PRIVATE_2		36

#define KPF_OWNER_PRIVATE	37

#define KPF_ARCH		38

#define KPF_UNCACHED		39

#define KPF_SOFTDIRTY		40

#endif /* LINUX_KERNEL_PAGE_FLAGS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Fengguang Wu4284.00%125.00%
Naoya Horiguchi48.00%125.00%
David Howells36.00%125.00%
Greg Kroah-Hartman12.00%125.00%
Total50100.00%4100.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.