summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
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/cmetc...Linus 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
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton1-0/+9
2015-09-27MIPS: CM: Provide a function to map from CPU to VP ID.Paul Burton1-0/+39
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-22MIPS: cpu-features: Add cpu_has_ftlbJames Hogan3-0/+6
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-16/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-6/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-8/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-6/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-31/+0
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds59-682/+957
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+26
2015-09-03Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle2-17/+18
2015-09-03MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.Yousong Zhou1-3/+9
2015-09-03MIPS: inst.h: Add new MIPS R6 FPU opcodesMarkos Chandras1-2/+7
2015-09-03MIPS: Octeon: Fix management port MII address on Kontron S1901Aaro Koskinen1-0/+2
2015-09-03MIPS: Octeon: Set up 1:1 mapping between CN68XX PKO queues and portsJanne Huttunen1-0/+3
2015-09-03STAGING: Octeon: Support CN68XX style WQEJanne Huttunen2-63/+254
2015-09-03MIPS: Octeon: Add definitions for setting up SSOJanne Huttunen1-0/+29
2015-09-03MIPS: Octeon: Support all PIP input ports on CN68XXJanne Huttunen1-1/+1
2015-09-03MIPS: Tidy up FPU context switchingPaul Burton2-25/+17
2015-09-03MIPS: Add uprobes support.Ralf Baechle5-2/+147
2015-09-03MIPS: Set trap_no field in thread_struct on exception.Ralf Baechle1-0/+2
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel16-470/+15
2015-09-03MIPS: Select CONFIG_ARCH_USE_CMPXCHG_LOCKREF for MIPS64Paul Burton1-0/+5
2015-09-03MIPS: Get rid of finish_arch_switch().Ralf Baechle1-25/+23
2015-09-03MIPS: Use Ingenic-specific write combine attribute on all Ingenic platformsAlex Smith1-1/+1
2015-09-03MIPS: Fix definition of pgprot_writecombine()Alex Smith1-0/+2
2015-09-03MIPS: AT_HWCAP aux vector infrastructurePaul Burton2-1/+11
2015-09-03MIPS: Add definitions for extended contextPaul Burton3-1/+68
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton1-0/+9
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton1-0/+3
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton1-0/+4
2015-09-03MIPS: cevt-r4k: Migrate to new 'set-state' interfaceViresh Kumar1-1/+0
2015-09-03MIPS: Rearrange ENTRYLO field definitionsJames Hogan1-25/+27
2015-09-03MIPS: Probe for small (1KiB) page supportJames Hogan2-0/+5
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan1-0/+1
2015-09-03MIPS: Treat CP1 control registers as unsigned ints.Ralf Baechle1-1/+1
2015-09-03MIPS: Use unsigned int when reading CP0 registersChris Packham1-2/+2
2015-09-03MIPS: Introduce accessors for MSA vector registersPaul Burton2-0/+194