summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add jalr uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras
2014-05-30MIPS: KVM: Remove redundant semicolonJames Hogan
2014-05-30MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan
2014-05-30MIPS: KVM: Quieten kvm_info() loggingJames Hogan
2014-05-30MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan
2014-05-30MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan
2014-05-30MIPS: KVM: Whitespace fixes in kvm_mips_callbacksJames Hogan
2014-05-30MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} staticJames Hogan
2014-05-30MIPS: KVM: Add count frequency KVM registerJames Hogan
2014-05-30MIPS: KVM: Add master disable count interfaceJames Hogan
2014-05-30MIPS: KVM: Override guest kernel timer frequency directlyJames Hogan
2014-05-30MIPS: KVM: Rewrite count/compare timer emulationJames Hogan
2014-05-30MIPS: KVM: Migrate hrtimer to follow VCPUJames Hogan
2014-05-30MIPS: KVM: Fix timer race modifying guest CP0_CauseJames Hogan
2014-05-30MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan
2014-05-30MIPS: KVM: Add CP0_HWREna KVM register accessJames Hogan
2014-05-30MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan
2014-05-30MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan
2014-05-30MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan
2014-05-30MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan
2014-05-30MIPS: KVM: Use tlb_write_randomJames Hogan
2014-05-30MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan
2014-05-30MIPS: Export local_flush_icache_range for KVMJames Hogan
2014-05-30MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan
2014-05-30MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras
2014-05-30MIPS: math-emu: Add IEEE754 exception statistics to debugfsDeng-Cheng Zhu
2014-05-30MIPS: BCM47XX: Slightly clean memory detectionRafał Miłecki
2014-05-29MIPS: octeon: Add interface mode detection for Octeon IIAlex Smith
2014-05-29MIPS: KVM: remove the stale memory alias support function unalias_gfnDeng-Cheng Zhu
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-28MIPS: Malta: CPS SMP by defaultPaul Burton
2014-05-28cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton
2014-05-28MIPS: include cpuidle Kconfig menuPaul Burton
2014-05-28MIPS: cpuidle wait instruction statePaul Burton
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton
2014-05-28MIPS: smp-cps: set a coherent default CCAPaul Burton
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton
2014-05-28MIPS: smp-cps: hotplug supportPaul Burton
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton