summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/kvm_stat: re-animate display of dead guestsStefan Raspl2018-08-301-0/+10
* tools/kvm_stat: indicate dead guests as suchStefan Raspl2018-08-301-3/+9
* tools/kvm_stat: handle guest removals more gracefullyStefan Raspl2018-08-301-2/+9
* tools/kvm_stat: don't reset stats when setting PID filter for debugfsStefan Raspl2018-08-301-1/+0
* tools/kvm_stat: fix updates for dead guestsStefan Raspl2018-08-301-1/+10
* tools/kvm_stat: fix handling of invalid paths in debugfs providerStefan Raspl2018-08-301-0/+8
* tools/kvm_stat: fix python3 issuesStefan Raspl2018-08-301-3/+3
* KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-303-15/+18
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-304-17/+17
* KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson2018-08-302-2/+11
* KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson2018-08-301-6/+12
* KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson2018-08-303-7/+6
* KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson2018-08-303-7/+5
* KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson2018-08-302-2/+9
* KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson2018-08-301-2/+2
* KVM: SVM: remove unused variable dst_vaddr_endColin Ian King2018-08-301-2/+1
* KVM: nVMX: avoid redundant double assignment of nested_run_pendingVitaly Kuznetsov2018-08-301-3/+0
* Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-222-27/+25
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-227-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-221-22/+4
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-221-40/+4
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-221-34/+13
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-221-38/+12
| * | fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-221-43/+24
| * | mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
| * | ida: Add new APIMatthew Wilcox2018-08-222-42/+87
| * | ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-221-6/+11
| * | radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-221-1/+1
| * | radix tree test suite: Enable ubsanMatthew Wilcox2018-08-222-11/+14
| * | radix tree test suite: Fix compilationMatthew Wilcox2018-08-221-0/+2