android_kernel_samsung_msm8976/arch/arm64/kvm
Will Deacon 118793e20d arm64: barriers: make use of barrier options with explicit barriers
When calling our low-level barrier macros directly, we can often suffice
with more relaxed behaviour than the default "all accesses, full system"
option.

This patch updates the users of dsb() to specify the option which they
actually require.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Git-commit: 98f7685ee69f871ba991089cb9685f0da07517ea
[joonwoop@codeaurora.org: applied the same manner to MSM8994 tlbi
 workaround codes.]
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
2014-08-15 11:45:59 -07:00
..
emulate.c arm64: KVM: 32bit conditional execution emulation 2014-02-07 13:49:35 -08:00
guest.c arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host 2014-04-17 17:04:57 -07:00
handle_exit.c ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible 2014-08-15 11:45:45 -07:00
hyp-init.S arm64: Add boot time configuration of Intermediate Physical Address size 2014-08-15 11:41:31 -07:00
hyp.S arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT 2014-04-17 17:17:00 -07:00
inject_fault.c arm64: KVM: 32bit guest fault injection 2014-02-07 13:49:36 -08:00
Kconfig arm64: KVM: Add Kconfig option for max VCPUs per-Guest 2014-04-17 17:04:56 -07:00
Makefile arm64: KVM: 32bit conditional execution emulation 2014-02-07 13:49:35 -08:00
regmap.c arm64: KVM: 32bit GP register access 2014-02-07 13:49:35 -08:00
reset.c arm64: KVM: enable initialization of a 32bit vcpu 2014-02-07 13:49:36 -08:00
sys_regs.c arm64: barriers: make use of barrier options with explicit barriers 2014-08-15 11:45:59 -07:00
sys_regs.h arm64: KVM: allows discrimination of AArch32 sysreg access 2014-08-15 11:41:26 -07:00
sys_regs_generic_v8.c arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host 2014-04-17 17:04:57 -07:00