aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 115-757/+4144
2016-01-24Merge branch '4.4-fixes' into mips-for-linux-nextGravatar Ralf Baechle 6-3/+11
2016-01-24MIPS: zboot: Add support for serial debug using the PROMGravatar Alban Bedel 3-0/+12
2016-01-24MIPS: zboot: Avoid useless rebuildsGravatar Alban Bedel 1-6/+8
2016-01-24MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIBGravatar Florian Fainelli 1-0/+1
2016-01-24MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionGravatar Simon Arlott 2-13/+0
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureGravatar Simon Arlott 1-96/+0
2016-01-24MIPS: bcm63xx: nvram: Use nvram structure definition from header fileGravatar Simon Arlott 1-32/+3
2016-01-24MIPS: KVM: Add missing newline to kvm_err()Gravatar James Hogan 1-1/+1
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hGravatar James Hogan 4-28/+5
2016-01-24MIPS: KVM: Use cacheops.h definitionsGravatar James Hogan 1-22/+8
2016-01-24MIPS: Break down cacheops.h definitionsGravatar James Hogan 1-42/+64
2016-01-24MIPS: Use EXCCODE_ constants with set_except_vector()Gravatar James Hogan 2-30/+30
2016-01-24MIPS: Update trap codesGravatar James Hogan 1-2/+10
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hGravatar James Hogan 5-83/+80
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticGravatar James Hogan 1-2/+2
2016-01-24MIPS: KVM: Refactor added offsetof()sGravatar James Hogan 1-7/+3
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLGravatar James Hogan 2-19/+19
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()Gravatar James Hogan 2-38/+0
2016-01-24MIPS: Move definition of DC bit to mipsregs.hGravatar James Hogan 2-3/+2
2016-01-24MIPS: KVM: Drop some unused definitions from kvm_host.hGravatar James Hogan 1-5/+0
2016-01-24MIPS: KVM: Trivial whitespace and style fixesGravatar James Hogan 5-15/+14
2016-01-24MIPS: pic32mzda: Add initial PIC32MZDA Starter Kit defconfigGravatar Joshua Henderson 1-0/+89
2016-01-24MIPS: dts: Add initial DTS for the PIC32MZDA Starter KitGravatar Joshua Henderson 6-0/+697
2016-01-24MIPS: Add support for PIC32MZDA platformGravatar Joshua Henderson 21-0/+1454
2016-01-24MIPS: bmips: Improve BCM6368 device treeGravatar Álvaro Fernández Rojas 1-0/+22
2016-01-24MIPS: bmips: Improve BCM6328 device treeGravatar Álvaro Fernández Rojas 1-0/+9
2016-01-24MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]Gravatar James Hogan 1-3/+0
2016-01-24MIPS: TXx9: iocled: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-24MIPS: RB532: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-24MIPS: TXx9: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-24MIPS: ar7: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2016-01-24MIPS: Alchemy: Be sure to clamp return valueGravatar Linus Walleij 1-3/+3
2016-01-24MIPS: Fix macro typoGravatar Jaedon Shin 1-1/+1
2016-01-24MIPS: smp-cps: Ensure secondary cores start with EVA disabledGravatar Matt Redfearn 2-0/+7
2016-01-24MIPS: io.h: Define `ioremap_cache'Gravatar Maciej W. Rozycki 1-0/+1
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterGravatar Maciej W. Rozycki 1-8/+9
2016-01-24MIPS: inst.h: Fix some instruction descriptionsGravatar Maciej W. Rozycki 1-2/+2
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameGravatar Maciej W. Rozycki 1-7/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionGravatar Maciej W. Rozycki 2-2/+30
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workGravatar Maciej W. Rozycki 3-6/+9
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partGravatar Maciej W. Rozycki 1-6/+12
2016-01-24MIPS: math-emu: Correctly handle NOP emulationGravatar Maciej W. Rozycki 2-6/+12
2016-01-24MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsGravatar Huacai Chen 2-3/+3
2016-01-24MIPS: sync-r4k: reduce skew while synchronizationGravatar Huacai Chen 1-24/+8
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-12/+12
2016-01-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-14/+8
2016-01-22Merge tag 'please-pull-copy_file_range' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-1/+3
2016-01-22Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 16-64/+6896
2016-01-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 3-14/+8