| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter() | Lan Tianyu | 2016-03-22 | 1 | -0/+3 |
* | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() | Lan Tianyu | 2016-03-22 | 1 | -2/+6 |
* | KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs() | Lan Tianyu | 2016-03-22 | 1 | -2/+16 |
* | KVM/x86: Call smp_wmb() before increasing tlbs_dirty | Lan Tianyu | 2016-03-22 | 1 | -0/+11 |
* | KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req... | Lan Tianyu | 2016-03-22 | 1 | -2/+2 |
* | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page... | Lan Tianyu | 2016-03-22 | 1 | -4/+3 |
* | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page() | Lan Tianyu | 2016-03-22 | 1 | -8/+7 |
* | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 4 | -6/+37 |
* | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 2016-03-22 | 7 | -8/+72 |
* | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2016-03-22 | 2 | -0/+88 |
* | KVM, pkeys: save/restore PKRU when guest/host switches | Xiao Guangrong | 2016-03-22 | 1 | -0/+23 |
* | x86: pkey: introduce write_pkru() for KVM | Xiao Guangrong | 2016-03-22 | 2 | -0/+22 |
* | KVM, pkeys: add pkeys support for xsave state | Huaitong Han | 2016-03-22 | 1 | -1/+2 |
* | KVM, pkeys: disable pkeys for guests in non-paging mode | Huaitong Han | 2016-03-22 | 1 | -6/+10 |
* | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 2016-03-22 | 1 | -20/+20 |
* | KVM: MMU: return page fault error code from permission_fault | Paolo Bonzini | 2016-03-22 | 2 | -8/+12 |
* | KVM: fix spin_lock_init order on x86 | Paolo Bonzini | 2016-03-22 | 1 | -10/+11 |
* | KVM: PPC: Create a virtual-mode only TCE table handlers | Alexey Kardashevskiy | 2016-03-22 | 3 | -7/+57 |
* | KVM: VMX: fix nested vpid for old KVM guests | Paolo Bonzini | 2016-03-22 | 1 | -1/+13 |
* | KVM: VMX: avoid guest hang on invalid invvpid instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
* | KVM: VMX: avoid guest hang on invalid invept instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
* | Merge tag 'kvm-arm-for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2016-03-22 | 3 | -1/+13 |
|\ |
|
| * | kvm: arm64: Disable compiler instrumentation for hypervisor code | Catalin Marinas | 2016-03-21 | 1 | -0/+4 |
| * | arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE | Marc Zyngier | 2016-03-21 | 1 | -1/+7 |
| * | KVM: arm/arm64: disable preemption when calling smp_call_function_many | Eric Auger | 2016-03-21 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 85 | -241/+1406 |
|\ |
|
| * | x86/mm/pkeys: Fix mismerge of protection keys CPUID bits | Dave Hansen | 2016-03-11 | 2 | -4/+4 |
| * | mm/pkeys: Fix siginfo ABI breakage caused by new u64 field | Dave Hansen | 2016-03-05 | 3 | -3/+3 |
| * | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 2016-03-03 | 1 | -18/+0 |
| * | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 8 | -7/+154 |
| * | x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flags | Dave Hansen | 2016-02-18 | 1 | -0/+6 |
| * | x86/mm/pkeys: Allow kernel to modify user pkey rights register | Dave Hansen | 2016-02-18 | 4 | -2/+85 |
| * | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 2016-02-18 | 3 | -2/+161 |
| * | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 2 | -7/+18 |
| * | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen | 2016-02-18 | 4 | -0/+34 |
| * | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() | Dave Hansen | 2016-02-18 | 7 | -11/+12 |
| * | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU | Dave Hansen | 2016-02-18 | 2 | -0/+46 |
| * | x86/mm/pkeys: Add Kconfig prompt to existing config option | Dave Hansen | 2016-02-18 | 1 | -0/+10 |
| * | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | 2016-02-18 | 2 | -0/+23 |
| * | x86/mm/pkeys: Dump PKRU with other kernel registers | Dave Hansen | 2016-02-18 | 1 | -0/+2 |
| * | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 8 | -8/+24 |
| * | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 2016-02-18 | 1 | -0/+15 |
| * | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 2016-02-18 | 10 | -14/+33 |
| * | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen | 2016-02-18 | 1 | -0/+14 |
| * | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 10 | -4/+166 |
| * | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 2016-02-18 | 1 | -16/+22 |
| * | mm/gup: Factor out VMA fault permission checking | Dave Hansen | 2016-02-18 | 1 | -3/+13 |
| * | x86/mm/pkeys: Add functions to fetch PKRU | Dave Hansen | 2016-02-18 | 2 | -0/+30 |
| * | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2016-02-18 | 2 | -1/+68 |
| * | signals, pkeys: Notify userspace about protection key faults | Dave Hansen | 2016-02-18 | 2 | -5/+16 |