summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-29tools/kvm_stat: add interactive command 'r'Stefan Raspl2-14/+53
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl2-4/+14
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl2-2/+105
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl1-0/+1
2017-03-29tools/kvm_stat: display regex when set to non-defaultStefan Raspl1-0/+6
2017-03-29tools/kvm_stat: print error messages on faulty pid filter inputStefan Raspl1-0/+4
2017-03-29tools/kvm_stat: remove pid filter on empty inputStefan Raspl1-4/+7
2017-03-29tools/kvm_stat: display guest name when using pid filterStefan Raspl1-2/+39
2017-03-29tools/kvm_stat: document list of interactive commandsStefan Raspl2-0/+23
2017-03-29tools/kvm_stat: reduce perceived idle time on filter updatesStefan Raspl1-18/+30
2017-03-29tools/kvm_stat: full PEP8 complianceStefan Raspl1-0/+22
2017-03-29tools/kvm_stat: fix trace setup glitch on field updates in TracepointProviderStefan Raspl1-2/+3
2017-03-29tools/kvm_stat: fix misc glitchesStefan Raspl1-13/+11
2017-03-29tools/kvm_stat: handle SIGINT in log and batch modesStefan Raspl1-11/+17
2017-03-29tools/kvm_stat: catch curses exceptions onlyStefan Raspl1-1/+1
2017-03-29tools/kvm_stat: hide cursorStefan Raspl1-0/+7
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan1-46/+53
2017-03-28MIPS: Allow KVM to be enabled on Octeon CPUsJames Hogan1-0/+1
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan2-2/+19
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames Hogan1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesJames Hogan1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan2-3/+28
2017-03-28MIPS: Add Octeon III register accessors & definitionsJames Hogan1-0/+36
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan4-11/+287
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan5-5/+137
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitJames Hogan1-0/+24
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan3-0/+92
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan3-1/+250
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan3-2/+66
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan3-0/+52
2017-03-28KVM: MIPS: Add VZ support to build systemJames Hogan2-3/+32
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan10-0/+2479
2017-03-28KVM: MIPS: Update exit handler for VZJames Hogan1-13/+18
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan1-0/+2
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan1-1/+42
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan3-0/+417
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan3-10/+131
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan4-95/+264
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan4-0/+32
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan3-2/+19
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan3-2/+19
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan4-11/+10
2017-03-28KVM: MIPS: Add 64BIT capabilityJames Hogan2-0/+26
2017-03-28KVM: MIPS: Add VZ & TE capabilitiesJames Hogan3-1/+61
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan3-1/+37
2017-03-28KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan1-8/+12
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan1-1/+28