cregit-Linux how code gets into the kernel

Release 4.14 arch/s390/include/asm/page-states.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *    Copyright IBM Corp. 2017
 *    Author(s): Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
 */

#ifndef PAGE_STATES_H

#define PAGE_STATES_H


#define ESSA_GET_STATE			0

#define ESSA_SET_STABLE			1

#define ESSA_SET_UNUSED			2

#define ESSA_SET_VOLATILE		3

#define ESSA_SET_POT_VOLATILE		4

#define ESSA_SET_STABLE_RESIDENT	5

#define ESSA_SET_STABLE_IF_RESIDENT	6

#define ESSA_SET_STABLE_NODAT		7


#define ESSA_MAX	ESSA_SET_STABLE_NODAT

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Claudio Imbrenda4189.13%250.00%
Martin Schwidefsky48.70%125.00%
Greg Kroah-Hartman12.17%125.00%
Total46100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.