summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2017-02-15MIPS: OCTEON: Enable DEVTMPFSJames Hogan1-0/+1
2017-02-15MIPS: lantiq: Set physical_memsizeHauke Mehrtens1-0/+6
2017-02-14MIPS: sysmips: Remove duplicated include from syscall.cWei Yongjun1-1/+0
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker73-78/+69
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan3-59/+69
2017-02-14MIPS: Disable stack checks on MIPS kernelsJoshua Kinard1-0/+15
2017-02-14MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill4-2/+560
2017-02-13MIPS: Lantiq: Fix cascaded IRQ setupFelix Fietkau1-21/+17
2017-02-13MIPS: sync-r4k: Fix KERN_CONT falloutMatt Redfearn1-2/+2
2017-02-13MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn1-1/+1
2017-02-13MIPS: Fix distclean with Makefile.postlinkMatt Redfearn1-1/+1
2017-02-13MIPS: Fix cacheinfo overflowJames Hogan1-1/+3
2017-02-13MIPS: Fix protected_cache(e)_op() for microMIPSPaul Burton1-2/+4
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan9-54/+116
2017-02-13MIPS: Alchemy: Don't rely on public mmc header to include interrupt.hUlf Hansson1-0/+1
2017-02-10MIPS: Octeon: Remove unnecessary MODULE_*()Russell King1-4/+0
2017-02-09MIPS: BMIPS: enable CPUfreqMarkus Mayer1-0/+8
2017-02-09BMIPS: Enable prerequisites for CPUfreq in MIPS Kconfig.Markus Mayer1-0/+2
2017-02-09MIPS: BMIPS: Update defconfigMarkus Mayer1-6/+2
2017-02-04cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config optionViresh Kumar1-1/+0
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2-1/+7
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2-0/+8
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2-0/+16
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan4-33/+60
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan4-203/+179
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2-0/+3
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan4-17/+233
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan1-19/+37
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan1-23/+26
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan1-4/+70
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan1-0/+24
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan3-19/+46
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2-0/+125
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan3-62/+43
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2-6/+5
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan1-47/+72
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan4-16/+25
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan1-0/+3
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan3-3/+48
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan3-119/+66
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan1-3/+18
2017-02-03KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan1-2/+24
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan3-0/+131
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan1-29/+6
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan1-8/+63
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2-0/+20
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan3-70/+278
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan4-4/+64
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan4-53/+56