summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2016-05-13MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton3-261/+21
2016-05-13MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionPaul Burton1-2/+24
2016-05-13MIPS: inst: Declare fsel_op for sel.fmt instructionPaul Burton1-0/+1
2016-05-13MIPS: Fix BC1{EQ,NE}Z return offset calculationPaul Burton1-15/+3
2016-05-13MIPS: math-emu: Fix BC1{EQ,NE}Z emulationPaul Burton1-5/+6
2016-05-13MIPS: Add support for extending builtin cmdlineRabin Vincent2-0/+12
2016-05-13MIPS: Don't add leading spacing to command linesRabin Vincent1-2/+4
2016-05-13MIPS: genex: Indent delay slots & clean whitespaceJames Hogan1-28/+28
2016-05-13MIPS: Support extended ASIDsPaul Burton6-1/+58
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton10-55/+86
2016-05-13MIPS: KVM/locore.S: Relax noatJames Hogan1-11/+5
2016-05-13MIPS: KVM/locore.S: Only preserve callee saved registersJames Hogan1-47/+1
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton3-15/+18
2016-05-13MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan4-4/+6
2016-05-13MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_runJames Hogan1-12/+0
2016-05-13MIPS: Change my email addressJohn Crispin56-58/+58
2016-05-13MIPS: Implement __arch_bitrev* using bitswap for MIPSr6Paul Burton2-0/+31
2016-05-13MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov5-20/+4
2016-05-13MIPS64: Support of at least 48 bits of SEGBITSLeonid Yegoshin3-8/+29
2016-05-13MIPS64: signal: Fix o32 sigaction syscallLeonid Yegoshin2-4/+10
2016-05-13MIPS: remove aliasing alignment if HW has antialising supportLeonid Yegoshin1-1/+1
2016-05-13MIPS: traps: remove unused variableTony Wu1-1/+0
2016-05-13MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENTHuacai Chen7-8/+55
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen9-5/+149
2016-05-13MIPS: Loongson: Invalidate special TLBs when neededHuacai Chen3-12/+27
2016-05-13MIPS: Loongson-3: Set cache flush handlers to cache_noopHuacai Chen1-0/+14
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen14-30/+199
2016-05-13MIPS: Loongson-3: Adjust irq dispatch to speedup processingHuacai Chen1-4/+6
2016-05-13MIPS: Loongson-3: Move chipset ACPI code from drivers to archHuacai Chen2-1/+151
2016-05-13MIPS: BCM1480: bcm1480_regs.h: strip redundant commentsAntonio Ospite1-2/+2
2016-05-13MIPS: Add and use watch register field definitionsJames Hogan3-36/+63
2016-05-13MIPS: Add and use CAUSEF_WP definitionJames Hogan2-4/+3
2016-05-13MIPS: module: fix incorrect IS_ERR_VALUE macro usagesAndrzej Hajda2-2/+2
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki2-6/+12
2016-05-13MIPS: ELF: Restructure personality macrosMaciej W. Rozycki1-7/+7
2016-05-13MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan1-3/+1
2016-05-13MIPS: Octeon: Mark some functions __init in smp.cYang Shi1-2/+2
2016-05-13MIPS: BMIPS: Improve BCM6368 device treeÁlvaro Fernández Rojas2-14/+22
2016-05-13MIPS: BMIPS: Improve BCM6328 device treeÁlvaro Fernández Rojas1-11/+39
2016-05-13MIPS: BMIPS: Add support for BCM63268Álvaro Fernández Rojas1-0/+1
2016-05-13MIPS: BMIPS: Add device tree example for BCM6358Álvaro Fernández Rojas4-0/+182
2016-05-13MIPS: BMIPS: Add BCM6358 supportÁlvaro Fernández Rojas2-0/+43
2016-05-13MIPS: BMIPS: Pretty print BMIPS5200 processor nameFlorian Fainelli1-1/+4
2016-05-13MIPS: BMIPS: Add cpu-feature-overrides.hFlorian Fainelli1-0/+14
2016-05-13MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cacheFlorian Fainelli1-0/+5
2016-05-13MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlierFlorian Fainelli1-2/+2
2016-05-13MIPS: BMIPS: BMIPS5000 has I cache filing from D cacheFlorian Fainelli1-0/+4
2016-05-13MIPS: BMIPS: Enable partition parser in defconfigFlorian Fainelli1-0/+1
2016-05-13MIPS: BCM63xx: Enable partition parser in defconfigFlorian Fainelli1-0/+1
2016-05-13MIPS: Loongson1B: Some updates/fixes for LS1BKelvin Cheung15-104/+340