summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-18upstream: treewide: Fix common typo in "identify"Maxime Jayat1-2/+2
2014-11-18clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+2
2014-09-17MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+1
2014-09-17MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle1-0/+2
2014-09-17MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith1-91/+169
2014-03-23MIPS: include linux/types.hQais Yousef1-0/+1
2013-10-18compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-08-14MIPS: Expose missing pci_io{map,unmap} declarationsMarkos Chandras1-0/+5
2013-06-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-06-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-42/+39
2013-06-11mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REGDavid Daney1-42/+39
2013-06-10MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVMMarkos Chandras1-1/+1
2013-06-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-15/+34
2013-06-03mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2-18/+77
2013-06-03mips/kvm: Fix name of gpr field in struct kvm_regs.David Daney1-1/+2
2013-06-03mips/kvm: Fix ABI for use of 64-bit registers.David Daney1-5/+11
2013-06-03mips/kvm: Fix ABI for use of FPU.David Daney1-8/+21
2013-05-23Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+0
2013-05-23MIPS: Quit exposing Kconfig symbols in uapi headers.David Daney2-15/+34
2013-05-22MIPS: N64: Wire getdents64(2)Aron Xu1-2/+3
2013-05-22KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a us...Sanjay Lal1-0/+0
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle1-1/+2
2013-05-22MIPS: Idle: Do address fiddlery in helper functions.Ralf Baechle1-0/+11
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle2-1/+11
2013-05-22MIPS: clock.h: Remove declaration of cpu_wait.Ralf Baechle1-2/+0
2013-05-19MIPS: Rewrite pfn_valid to work in modules, too.Ralf Baechle1-8/+7
2013-05-17MIPS: Make virt_to_phys() work for all unmapped addresses.David Daney2-2/+2
2013-05-16Revert "MIPS: Allow ASID size to be determined at boot time."David Daney2-60/+37
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds52-663/+2850
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle20-135/+861
2013-05-09Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle8-4/+752
2013-05-09MIPS: Add new GIC clockevent driver.Raghu Gandham2-1/+7
2013-05-09MIPS: Formatting clean-ups for clocksources.Steven J. Hill2-7/+2
2013-05-09MIPS: Refactor GIC clocksource code.Steven J. Hill1-0/+4
2013-05-09MIPS: Move 'gic_frequency' to common location.Steven J. Hill1-0/+1
2013-05-09MIPS: Move 'gic_present' to common location.Steven J. Hill1-1/+1
2013-05-09MIPS: MIPS16e: Support handling of delay slots.Steven J. Hill2-0/+21
2013-05-09MIPS: MIPS16e: Add instruction formats.Steven J. Hill1-0/+110
2013-05-09MIPS: microMIPS: Optimise 'memset' core library function.Steven J. Hill1-0/+2
2013-05-09MIPS: microMIPS: Disable LL/SC and fix linker bug.Steven J. Hill2-2/+16
2013-05-09MIPS: microMIPS: Support handling of delay slots.Leonid Yegoshin1-5/+17
2013-05-09MIPS: microMIPS: Add support for exception handling.Steven J. Hill2-6/+7
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin3-0/+20
2013-05-09MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill1-2/+16
2013-05-08MIPS: Allow ASID size to be determined at boot time.Steven J. Hill1-36/+59
2013-05-08MIPS: FW: Remove obsolete header file for MTI platforms.Steven J. Hill1-47/+0
2013-05-08MIPS: FW: Add environment variable processing.Steven J. Hill1-0/+47
2013-05-08MIPS: Add declarations to MIPS Technologies Inc. generic header.Steven J. Hill1-0/+3
2013-05-08MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs o...Sanjay Lal1-0/+6
2013-05-08KVM/MIPS32: KVM Guest kernel support.Sanjay Lal3-2/+23