summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-06kvm: selftests: actually use all of lib/vmx.cPaolo Bonzini3-89/+72
2018-08-06kvm: selftests: create a GDT and TSSPaolo Bonzini5-47/+79
2018-08-06KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'dPaolo Bonzini3-14/+30
2018-08-06KVM: vmx: remove save/restore of host BNDCGFS MSRSean Christopherson1-5/+6
2018-08-06KVM: Switch 'requests' to be 64-bit (explicitly)KarimAllah Ahmed1-5/+5
2018-08-06kvm: selftests: add cr4_cpuid_sync_testWei Huang3-0/+131
2018-08-06Merge tag 'v4.18-rc6' into HEADPaolo Bonzini1068-5585/+9515
2018-08-02Merge tag 'kvm-s390-next-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini19-269/+987
2018-08-02Merge tag 'kvm-ppc-next-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini8-53/+125
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Janosch Frank13-120/+756
2018-07-31KVM: s390: Add huge page enablement controlJanosch Frank3-2/+57
2018-07-31s390/mm: Add huge page gmap linking supportJanosch Frank4-7/+13
2018-07-31s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel1-0/+6
2018-07-30KVM: s390: Beautify skey enable checkJanosch Frank2-6/+5
2018-07-30KVM: s390: Add skey emulation fault handlingJanosch Frank2-37/+83
2018-07-30s390/mm: Add huge pmd storage key handlingJanosch Frank1-10/+98
2018-07-30s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank3-1/+30
2018-07-30s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2-7/+31
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank5-44/+148
2018-07-30s390/mm: Add gmap pmd invalidation and clearingJanosch Frank3-3/+143
2018-07-30s390/mm: Add gmap pmd notification bit settingJanosch Frank2-6/+57
2018-07-30s390/mm: Add gmap pmd linkingJanosch Frank2-6/+13
2018-07-30s390/mm: Abstract gmap notify bit settingJanosch Frank2-4/+11
2018-07-30s390/mm: Make gmap_protect_range more modularJanosch Frank1-10/+83
2018-07-26KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lockPaul Mackerras1-9/+8
2018-07-26KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9Paul Mackerras1-1/+8
2018-07-26KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID spaceSam Bobroff3-13/+80
2018-07-23Linux 4.18-rc6v4.18-rc6Linus Torvalds1-1/+1
2018-07-22Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvmeLinus Torvalds2-34/+41
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-29/+14
2018-07-22alpha: fix osf_wait4() breakageAl Viro2-5/+2
2018-07-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-7/+25
2018-07-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2018-07-22Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-9/+10
2018-07-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+15
2018-07-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+84
2018-07-22Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-14/+52
2018-07-22Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds7-26/+17
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds3-11/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds7-27/+44
2018-07-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-9/+20
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins1-0/+2
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-21MAINTAINERS: Peter has movedPeter Senna Tschudin1-1/+1
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre1-0/+3
2018-07-21Merge tag 'vfio-v4.18-rc6' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+4
2018-07-21Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+31
2018-07-21Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+1