aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/random.h
diff options
context:
space:
mode:
authorClaudio Imbrenda <imbrenda@linux.ibm.com>2022-06-28 15:56:07 +0200
committerJanosch Frank <frankja@linux.ibm.com>2022-07-13 14:42:11 +0000
commit72b1daff2671cef2c8cccc6c4e52f8d5ce4ebe58 (patch)
tree899b3b24fd65c8867857176eb1b84597ee38ee37 /include/uapi/linux/random.h
parentKVM: s390: pv: usage counter instead of flag (diff)
KVM: s390: pv: add export before import
Due to upcoming changes, it will be possible to temporarily have multiple protected VMs in the same address space, although only one will be actually active. In that scenario, it is necessary to perform an export of every page that is to be imported, since the hardware does not allow a page belonging to a protected guest to be imported into a different protected guest. This also applies to pages that are shared, and thus accessible by the host. Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Reviewed-by: Janosch Frank <frankja@linux.ibm.com> Link: https://lore.kernel.org/r/20220628135619.32410-7-imbrenda@linux.ibm.com Message-Id: <20220628135619.32410-7-imbrenda@linux.ibm.com> Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Diffstat (limited to 'include/uapi/linux/random.h')
0 files changed, 0 insertions, 0 deletions
96718Jun Nie3-0/+275 2017-01-09clk: zx296718: do not panic on failureShawn Guo1-9/+18 2016-09-23clk: zx296718: register driver earlier with core_initcallShawn Guo1-1/+5 2016-09-16clk: zx: fix pointer case warningsArnd Bergmann1-10/+10 2016-09-16clk: zx296718: use builtin_platform_driver to simplify the codeWei Yongjun1-5/+1 2016-09-14clk: zx: register ZX296718 clocksJun Nie3-0/+1050 2016-09-14clk: zx: reform pll config info to ease code extensionJun Nie2-9/+16 2016-04-15clk: zte: Remove CLK_IS_ROOTStephen Boyd1-2/+1 2015-07-28clk: zx: Constify parent names in clock init dataJun Nie1-20/+20 2015-07-28clk: zx: Add audio and GPIO clock for zx296702Jun Nie1-2/+90 2015-07-28clk: zx: Add audio div clock method for zx296702Jun Nie3-3/+149 2015-06-11clk: zx: add clock support to zx296702Jun Nie4-0/+863