summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-05-30MIPS: Implement random_get_entropy with CP0 RandomMaciej W. Rozycki2-18/+48
2014-05-30MIPS: Netlogic: XLP9XX on-chip SATA supportGanesan Ramalingam2-0/+378
2014-05-30MIPS: Netlogic: Support for XLP3XX on-chip SATAGanesan Ramalingam2-0/+210
2014-05-30MIPS: Add MSI support for XLP9XXGanesan Ramalingam4-51/+156
2014-05-30MIPS: Netlogic: Add support for XLP5XXYonghong Song8-4/+23
2014-05-30MIPS: Netlogic: Update XLP9XX/2XX core freq calculationJayachandran C2-18/+73
2014-05-30MIPS: Netlogic: PIC freq calculation for XLP 9XX/2XXGanesan Ramalingam4-34/+114
2014-05-30MIPS: Netlogic: Fix XLP9XX pic entryJayachandran C1-2/+3
2014-05-30MIPS: Netlogic: Use PRID_IMP_MASK macroJayachandran C6-9/+10
2014-05-30MIPS: Netlogic: IRQ mapping for some more SoC blocksJayachandran C3-35/+69
2014-05-30MIPS: Netlogic: Enable access to more than 64GBJayachandran C1-0/+15
2014-05-30MIPS: Netlogic: Reduce size of reset codeJayachandran C2-11/+16
2014-05-30MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C1-3/+4
2014-05-30MIPS: Netlogic: Warn on invalid irqJayachandran C1-0/+2
2014-05-30MIPS: Netlogic: Move coremask setup to nlm_node_initJayachandran C2-4/+2
2014-05-30MIPS: Netlogic: Fix uniprocessor compilationJayachandran C1-0/+2
2014-05-30MIPS: Support upto 256 CPUsJayachandran C1-2/+2
2014-05-30MIPS: Enable the BPF_JIT symbol for MIPSMarkos Chandras1-0/+1
2014-05-30MIPS: net: Add BPF JITMarkos Chandras4-0/+1447
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras4-8/+12
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras5-5/+11
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras4-6/+10
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras5-1/+16
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras4-4/+8
2014-05-30MIPS: uasm: Add jalr uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras5-4/+10
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras5-3/+8
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras5-3/+8
2014-05-30MIPS: KVM: Remove redundant semicolonJames Hogan1-1/+1
2014-05-30MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-05-30MIPS: KVM: Quieten kvm_info() loggingJames Hogan2-22/+21
2014-05-30MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan3-28/+0
2014-05-30MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan2-10/+10
2014-05-30MIPS: KVM: Whitespace fixes in kvm_mips_callbacksJames Hogan1-23/+23
2014-05-30MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} staticJames Hogan1-2/+2
2014-05-30MIPS: KVM: Add count frequency KVM registerJames Hogan5-0/+65
2014-05-30MIPS: KVM: Add master disable count interfaceJames Hogan5-14/+176
2014-05-30MIPS: KVM: Override guest kernel timer frequency directlyJames Hogan2-18/+8
2014-05-30MIPS: KVM: Rewrite count/compare timer emulationJames Hogan4-38/+413
2014-05-30MIPS: KVM: Migrate hrtimer to follow VCPUJames Hogan1-0/+23
2014-05-30MIPS: KVM: Fix timer race modifying guest CP0_CauseJames Hogan1-6/+65
2014-05-30MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan1-1/+1
2014-05-30MIPS: KVM: Add CP0_HWREna KVM register accessJames Hogan1-0/+7
2014-05-30MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan2-0/+8
2014-05-30MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan3-0/+56
2014-05-30MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan2-31/+32
2014-05-30MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan1-1/+8