| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-05-29 | 19 | -189/+161 |
|\ |
|
| * | MIPS: Add 64-bit HTW fields | James Hogan | 2016-05-28 | 1 | -0/+8 |
| * | MIPS: Simplify DSP instruction encoding macros | James Hogan | 2016-05-28 | 1 | -90/+17 |
| * | MIPS: Add missing tlbinvf/XPA microMIPS encodings | James Hogan | 2016-05-28 | 1 | -5/+7 |
| * | MIPS: Fix little endian microMIPS MSA encodings | James Hogan | 2016-05-28 | 2 | -62/+58 |
| * | MIPS: Add missing VZ accessor microMIPS encodings | James Hogan | 2016-05-28 | 1 | -9/+18 |
| * | MIPS: Add inline asm encoding helpers | James Hogan | 2016-05-28 | 1 | -0/+27 |
| * | MIPS: Spelling fix lets -> let's | Ralf Baechle | 2016-05-28 | 3 | -3/+3 |
| * | MIPS: IP22/IP28: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: Cavium: Fix typo | Andrea Gelmini | 2016-05-28 | 4 | -4/+4 |
| * | MIPS: MT: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: Loongson64: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: IP32: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: IP27: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: BCM63xx: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: Alchemy: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -1/+1 |
| * | MIPS: hazards.h: Fix typo | Andrea Gelmini | 2016-05-28 | 1 | -4/+4 |
| * | MIPS: Fix write_gc0_* macros when writing zero | James Hogan | 2016-05-28 | 1 | -2/+2 |
| * | MIPS: Add definitions of SegCtl registers and use them | Matt Redfearn | 2016-05-28 | 2 | -3/+6 |
* | | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | mtd: nand: jz4740: switch to mtd_ooblayout_ops | Boris Brezillon | 2016-05-05 | 1 | -1/+1 |
* | | | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-21 | 1 | -0/+10 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-20 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-20 | 1 | -0/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-19 | 1 | -1/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 2016-05-13 | 1 | -0/+2 |
| * | | | MIPS: KVM: Fix timer IRQ race when writing CP0_Compare | James Hogan | 2016-05-10 | 1 | -1/+1 |
| |/ / |
|
* | | | MIPS: Fix VZ probe gas errors with binutils <2.24 | James Hogan | 2016-05-17 | 1 | -180/+293 |
* | | | MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC | Maciej W. Rozycki | 2016-05-17 | 1 | -0/+13 |
* | | | MIPS: CM: Fix compilation error when !MIPS_CM | Tony Wu | 2016-05-13 | 1 | -1/+1 |
* | | | MIPS: JZ4740: Probe OHCI platform device via DT | Maarten ter Huurne | 2016-05-13 | 1 | -1/+0 |
* | | | mips: mt7620: fallback to SDRAM when syscfg0 does not have a valid value for ... | Sashka Nochkin | 2016-05-13 | 1 | -0/+1 |
* | | | MIPS: ELF: Unify ABI classification macros | Maciej W. Rozycki | 2016-05-13 | 1 | -31/+60 |
* | | | MIPS: ELF: Unify __MIPS_O32_FP64_MUST_BE_ZERO definitions | Maciej W. Rozycki | 2016-05-13 | 1 | -13/+12 |
* | | | MIPS: ELF: Deconditionalise ABI flags definitions | Maciej W. Rozycki | 2016-05-13 | 1 | -18/+18 |
* | | | MIPS: Add probing & defs for VZ & guest features | James Hogan | 2016-05-13 | 3 | -0/+117 |
* | | | MIPS: Add guest CP0 accessors | James Hogan | 2016-05-13 | 1 | -11/+330 |
* | | | MIPS: Add register definitions for VZ ASE registers | James Hogan | 2016-05-13 | 1 | -0/+117 |
* | | | MIPS: Avoid magic numbers probing kscratch_mask | James Hogan | 2016-05-13 | 1 | -1/+2 |
* | | | MIPS: Add perf counter feature | James Hogan | 2016-05-13 | 2 | -0/+5 |
* | | | MIPS: Add defs & probing of [X]ContextConfig | James Hogan | 2016-05-13 | 3 | -0/+11 |
* | | | MIPS: Add defs & probing of BadInstr[P] registers | James Hogan | 2016-05-13 | 3 | -0/+13 |
* | | | MIPS: Add defs & probing of extended CP0_EBase | James Hogan | 2016-05-13 | 3 | -0/+8 |
* | | | MIPS: Define & use CP0_EBase bit definitions | James Hogan | 2016-05-13 | 1 | -1/+9 |
* | | | MIPS: Allow RIXI to be used on non-R2 or R6 cores | Florian Fainelli | 2016-05-13 | 1 | -4/+4 |
* | | | MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic) | Paul Burton | 2016-05-13 | 3 | -14/+99 |
* | | | MIPS: mm: Unify pte_page definition | Paul Burton | 2016-05-13 | 1 | -3/+3 |
* | | | MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ | Paul Burton | 2016-05-13 | 2 | -31/+11 |
* | | | MIPS: Use enums to make asm/pgtable-bits.h readable | Paul Burton | 2016-05-13 | 1 | -108/+81 |
* | | | MIPS: Remove redundant asm/pgtable-bits.h inclusions | Paul Burton | 2016-05-13 | 1 | -2/+0 |