aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-16MIPS: Fix flood of warnings about comparsion being always true.Ralf Baechle1-1/+2
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-122/+444
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle2-1/+12
2015-11-12MIPS: Clean up compat_siginfo_tAmanieu d'Antras1-28/+34
2015-11-12MIPS: Fix PAGE_MASK definitionDan Williams1-1/+1
2015-11-11MIPS: xilfpga: Add mipsfpga platform codeZubair Lutfullah Kakakhel1-0/+18
2015-11-11MIPS: ralink: Unify SoC id handlingJohn Crispin3-22/+23
2015-11-11MIPS: ralink: Add support for mt7688John Crispin1-0/+1
2015-11-11MIPS: Lantiq: Add support for xRX220 SoCHauke Mehrtens1-0/+2
2015-11-11MIPS: Lantiq: Add SoC detection for ar10 and grx390Hauke Mehrtens1-0/+12
2015-11-11MIPS: BCM47xx: Fetch board info directly in callback functionRafał Miłecki1-5/+0
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2-1/+96
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith6-26/+86
2015-11-11MIPS: Malta: Setup RAM regions via DTPaul Burton1-0/+29
2015-11-11MIPS: Malta: Remove fw_memblock_t abstractionPaul Burton1-16/+0
2015-11-11MIPS: Allow RIXI for 32-bit kernels on MIPS64Paul Burton1-5/+1
2015-11-11MIPS: Tidy EntryLo bit definitions, add PFNPaul Burton1-9/+3
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton1-1/+2
2015-11-11MIPS: CM: Introduce core-other locking functionsPaul Burton1-0/+32
2015-11-11MIPS: CM: Fix GCR_Cx_CONFIG PVPE maskPaul Burton1-1/+1
2015-11-11MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton1-0/+3
2015-11-11MIPS: Fix duplicate CP0_* definitions.James Hogan1-0/+3
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre1-1/+0
2015-11-09mips: add entry for new mlock2 syscallEric B Munson1-6/+9
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-0/+6
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-44/+0
2015-11-05MIPS: CDMM: Add builtin_mips_cdmm_driver() macroJames Hogan1-0/+11
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2015-11-04Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-nextMark Brown1-44/+0
2015-10-26MIPS: Always read full 64 bit CM error GCRs for CM3Paul Burton1-0/+3
2015-10-26MIPS: Allow read64 GCR accessors to work on MIPS32 kernelsPaul Burton1-1/+11
2015-10-26MIPS: Clarify mips_cm_is64 documentationPaul Burton1-6/+6
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton1-0/+22
2015-10-26MIPS: Enable L2 prefetching for CM >= 2.5Paul Burton1-0/+17
2015-10-26MIPS: Introduce API for enabling & disabling L2 prefetchPaul Burton1-0/+27
2015-10-26MIPS: atomic: Fix comment describing atomic64_add_unless's return value.Ralf Baechle1-1/+1
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+2
2015-10-23spi/bcm63xx: move register definitions into the driverJonas Gorski1-42/+0
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changesIngo Molnar2-12/+8
2015-10-12spi/bcm63xx: move message control word description to register offsetsJonas Gorski1-9/+7
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changesIngo Molnar8-6/+68
2015-10-06MIPS: Define ioremap_ucBen Hutchings1-0/+1
2015-10-05MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16Yousong Zhou1-3/+4
2015-10-05Revert "MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16."Yousong Zhou1-9/+3
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-10-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-6/+12
2015-09-30MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle1-6/+12
2015-09-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-0/+54