summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: kvm: arm/psci.txt: convert to ReSTMauro Carvalho Chehab2020-02-122-15/+32
* docs: kvm: convert arm/hyp-abi.txt to ReSTMauro Carvalho Chehab2020-02-122-9/+20
* docs: kvm: Convert api.txt to ReST formatMauro Carvalho Chehab2020-02-122-1387/+1964
* docs: kvm: convert devices/xive.txt to ReSTMauro Carvalho Chehab2020-02-122-55/+98
* docs: kvm: convert devices/xics.txt to ReSTMauro Carvalho Chehab2020-02-122-6/+23
* docs: kvm: convert devices/vm.txt to ReSTMauro Carvalho Chehab2020-02-122-80/+127
* docs: kvm: convert devices/vfio.txt to ReSTMauro Carvalho Chehab2020-02-122-10/+16
* docs: kvm: convert devices/vcpu.txt to ReSTMauro Carvalho Chehab2020-02-123-76/+115
* docs: kvm: convert devices/s390_flic.txt to ReSTMauro Carvalho Chehab2020-02-122-30/+41
* docs: kvm: convert devices/mpic.txt to ReSTMauro Carvalho Chehab2020-02-122-3/+9
* docs: kvm: convert devices/arm-vgit.txt to ReSTMauro Carvalho Chehab2020-02-122-30/+60
* docs: kvm: devices/arm-vgit-v3.txt to ReSTMauro Carvalho Chehab2020-02-122-46/+87
* docs: kvm: devices/arm-vgic-its.txt to ReST formatMauro Carvalho Chehab2020-02-123-39/+78
* docs: virt: Convert msr.txt to ReST formatMauro Carvalho Chehab2020-02-122-55/+93
* docs: virt: convert halt-polling.txt to ReST formatMauro Carvalho Chehab2020-02-122-43/+48
* docs: virt: user_mode_linux.rst: fix URL referencesMauro Carvalho Chehab2020-02-121-42/+29
* docs: virt: user_mode_linux.rst: update compiling instructionsMauro Carvalho Chehab2020-02-121-53/+9
* docs: virt: convert UML documentation to ReSTMauro Carvalho Chehab2020-02-122-915/+787
* docs: kvm: add arm/pvtime.rst to index.rstMauro Carvalho Chehab2020-02-122-0/+12
* KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
* selftests: KVM: Remove unused x86_register enumEric Auger2020-02-121-20/+0
* KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-122-5/+16
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
* selftests: KVM: SVM: Add vmcall testEric Auger2020-02-122-0/+80
* selftests: KVM: AMD Nested test infrastructureEric Auger2020-02-125-1/+517
* selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger2020-02-122-7/+7
* KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: Disable preemption in kvm_get_running_vcpu()Marc Zyngier2020-02-122-15/+13
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-091-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-0953-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-061-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-041-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-041-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0449-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-041-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-041-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-099-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405
| * | fs: New zonefs file systemDamien Le Moal2020-02-078-0/+1653
* | | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-091-2/+2
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \