aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Gravatar Ralf Baechle 1-0/+1
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Gravatar Markos Chandras 1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerGravatar Markos Chandras 1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresGravatar Markos Chandras 1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsGravatar Markos Chandras 1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerGravatar Markos Chandras 1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsGravatar Markos Chandras 1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesGravatar Markos Chandras 1-2/+2
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseGravatar Markos Chandras 1-2/+5
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEGravatar Markos Chandras 1-0/+2
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesGravatar Markos Chandras 1-2/+2
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberGravatar Markos Chandras 1-0/+23
2014-06-26MIPS: bpf: Use the LO register to get division's quotientGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: mm: uasm: Fix lh micro-assembler instructionGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: uasm: Add SLT uasm instructionGravatar Markos Chandras 5-1/+6
2014-06-26MIPS: uasm: Add s3s1s2 instruction builderGravatar Markos Chandras 2-0/+10
2014-06-26MIPS: BPF JIT: Fix build error.Gravatar Daniel Borkmann 1-74/+69
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Gravatar Paul Burton 6-363/+16
2014-06-26MIPS: math-emu: Reduce code duplication.Gravatar Ralf Baechle 1-13/+6
2014-06-25MIPS: KVM: Fix memory leak on VCPUGravatar Deng-Cheng Zhu 1-0/+1
2014-06-16MIPS: math-emu: Work around limitations of older GCC.Gravatar Ralf Baechle 1-3/+15
2014-06-16MIPS: pm-cps: convert smp_mb__*()Gravatar Paul Burton 1-2/+2
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Gravatar Paul Burton 1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 248-7865/+8337
2014-06-06arch/mips/dec: switch DECstation systems to rtc-cmosGravatar Maciej W. Rozycki 2-1/+45
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextGravatar Linus Torvalds 2-6/+0
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Gravatar Naoya Horiguchi 1-5/+0
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-18/+2
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextGravatar Ralf Baechle 12-31/+33
2014-06-04MIPS: IP22/IP28: Improve GIO supportGravatar Thomas Bogendoerfer 4-17/+38
2014-06-04MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XXGravatar Eunbong Song 2-0/+4
2014-06-04DEC: Document the R4k MB ASIC mini interrupt controllerGravatar Maciej W. Rozycki 1-3/+12
2014-06-04MIPS: Add microMIPS MSA support.Gravatar Steven J. Hill 2-10/+43
2014-06-04MIPS: Replace calls to obsolete strict_strto call with kstrto* equivalents.Gravatar Daniel Walter 2-5/+8
2014-06-04MIPS: Replace obsolete strict_strto call with kstrtoGravatar Daniel Walter 2-3/+3
2014-06-04MIPS: BFP: Simplify code slightly.Gravatar Ralf Baechle 1-4/+4
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-86/+19
2014-06-04Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+11
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+5
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextGravatar Linus Torvalds 11-237/+920
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 10-29/+27
2014-06-03MIPS: Call find_vma with the mmap_sem heldGravatar Davidlohr Bueso 2-0/+4
2014-06-03MIPS: Fix 'write_msa_##' inline macro.Gravatar Steven J. Hill 1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-20/+7