Age | Commit message (Expand) | Author | Files | Lines |
2016-07-05 | MIPS: KVM: Emulate generic QEMU machine on r6 T&E | James Hogan | 1 | -1/+7 |
2016-07-05 | MIPS: KVM: Decode RDHWR more strictly | James Hogan | 1 | -1/+3 |
2016-07-05 | MIPS: KVM: Recognise r6 CACHE encoding | James Hogan | 2 | -2/+24 |
2016-07-05 | MIPS: KVM: Support r6 compact branch emulation | James Hogan | 1 | -6/+46 |
2016-07-05 | MIPS: KVM: Don't save/restore lo/hi for r6 | James Hogan | 2 | -12/+10 |
2016-07-05 | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6 | James Hogan | 1 | -3/+3 |
2016-07-05 | MIPS: KVM: Fix fpu.S misassembly with r6 | James Hogan | 1 | -2/+5 |
2016-07-05 | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op | Paul Burton | 3 | -6/+6 |
2016-07-05 | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op | Paul Burton | 3 | -6/+6 |
2016-07-05 | MIPS: KVM: Save k0 straight into VCPU structure | James Hogan | 1 | -22/+15 |
2016-07-05 | MIPS: KVM: Relative branch to common exit handler | James Hogan | 3 | -12/+25 |
2016-07-05 | MIPS: KVM: Dynamically choose scratch registers | James Hogan | 3 | -15/+84 |
2016-07-05 | MIPS: KVM: Drop redundant restore of DDATA_LO | James Hogan | 1 | -4/+0 |
2016-07-05 | MIPS: KVM: Check MSA presence at uasm time | James Hogan | 1 | -20/+15 |
2016-07-05 | MIPS: KVM: Omit FPU handling entry code if possible | James Hogan | 1 | -12/+15 |
2016-07-05 | MIPS: KVM: Drop now unused asm offsets | James Hogan | 1 | -66/+0 |
2016-07-05 | MIPS: KVM: Add dumping of generated entry code | James Hogan | 1 | -0/+25 |
2016-07-05 | MIPS; KVM: Convert exception entry to uasm | James Hogan | 7 | -634/+642 |
2016-07-05 | MIPS: uasm: Add r6 MUL encoding | James Hogan | 2 | -0/+48 |
2016-07-05 | MIPS: uasm: Add MTHI/MTLO instructions | James Hogan | 5 | -5/+16 |
2016-07-05 | MIPS: uasm: Add DI instruction | James Hogan | 5 | -11/+16 |
2016-07-05 | MIPS: uasm: Add CFCMSA/CTCMSA instructions | James Hogan | 5 | -13/+43 |
2016-07-05 | MIPS: uasm: Add CFC1/CTC1 instructions | James Hogan | 4 | -14/+24 |
2016-07-02 | MIPS: Fix possible corruption of cache mode by mprotect. | Ralf Baechle | 1 | -4/+6 |
2016-07-01 | KVM: remove kvm_guest_enter/exit wrappers | Paolo Bonzini | 1 | -2/+2 |
2016-06-28 | clocksources: Switch back to the clksrc table | Daniel Lezcano | 1 | -1/+1 |
2016-06-28 | clocksource/drivers/ralink: Convert init function to return error | Daniel Lezcano | 1 | -6/+13 |
2016-06-27 | mips: use the new LED disk activity trigger | Stephan Linz | 7 | -7/+7 |
2016-06-24 | mips: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -3/+3 |
2016-06-23 | MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-ups | Bjorn Helgaas | 1 | -1/+8 |
2016-06-23 | mips: use of_platform_default_populate() to populate default bus | Kefeng Wang | 1 | -2/+1 |
2016-06-23 | mips: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 5 | -45/+0 |
2016-06-23 | MIPS: KVM: Combine entry trace events into class | James Hogan | 1 | -40/+22 |
2016-06-17 | PCI: Unify pci_resource_to_user() declarations | Bjorn Helgaas | 2 | -10/+10 |
2016-06-16 | locking/atomic, arch/mips: Convert to _relaxed atomics | Peter Zijlstra | 1 | -20/+22 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -9/+129 |
2016-06-15 | MIPS: KVM: Use mipsregs.h defs for config registers | James Hogan | 2 | -72/+3 |
2016-06-15 | MIPS: KVM: Report more accurate CP0_Config fields to guest | James Hogan | 1 | -5/+15 |
2016-06-15 | MIPS: Add define for Config.VI (virtual icache) bit | James Hogan | 2 | -1/+2 |
2016-06-15 | MIPS: KVM: Use host CCA for TLB mappings | James Hogan | 2 | -9/+12 |
2016-06-15 | MIPS: KVM: Move commpage so 0x0 is unmapped | James Hogan | 4 | -14/+20 |
2016-06-15 | MIPS: KVM: Add KScratch registers | James Hogan | 5 | -1/+104 |
2016-06-15 | MIPS: KVM: Emulate RDHWR CPUNum register | James Hogan | 1 | -1/+1 |
2016-06-15 | MIPS: KVM: Allow ULRI to restrict UserLocal register | James Hogan | 1 | -2/+12 |
2016-06-15 | MIPS: KVM: Don't hardcode restored HWREna | James Hogan | 3 | -3/+7 |
2016-06-15 | MIPS: Clean up RDHWR handling | James Hogan | 4 | -14/+35 |
2016-06-15 | MIPS: KVM: List FPU/MSA registers | James Hogan | 1 | -0/+58 |
2016-06-15 | MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu() | James Hogan | 1 | -1/+1 |
2016-06-15 | MIPS: KVM: Make KVM_GET_REG_LIST dynamic | James Hogan | 3 | -7/+37 |