summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-10-06MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-10-06MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systemsPaul Burton1-3/+3
2014-10-06MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-09-17MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras1-0/+4
2014-09-17MIPS: Malta: EVA: Rename 'eva_entry' to 'platform_eva_init'Markos Chandras1-6/+16
2014-09-17MIPS: EVA: Add new EVA headerMarkos Chandras1-0/+43
2014-09-17MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-17MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2GMarkos Chandras1-4/+10
2014-09-17MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras1-4/+8
2014-09-17MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64Markos Chandras1-3/+5
2014-09-17MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2-110/+182
2014-09-17MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-09-17MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-09-17MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-09-17MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan1-0/+2
2014-09-17MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith2-3/+3
2014-09-17MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith1-29/+160
2014-09-17MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith1-1/+1
2014-09-17MIPS: O32/32-bit: Fix bug which can cause incorrect system call restartsAlex Smith1-1/+1
2014-09-17MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-09-06MIPS: math-emu: Fix instruction decoding.Rob Kendrick1-1/+1
2014-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle1-0/+1
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras1-2/+5
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras1-0/+2
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras1-0/+23
2014-06-26MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras1-1/+1
2014-06-26MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras1-1/+1
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras5-1/+6
2014-06-26MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras2-0/+10
2014-06-26MIPS: BPF JIT: Fix build error.Daniel Borkmann1-74/+69
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton6-363/+16
2014-06-26MIPS: math-emu: Reduce code duplication.Ralf Baechle1-13/+6
2014-06-25MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-06-16MIPS: math-emu: Work around limitations of older GCC.Ralf Baechle1-3/+15
2014-06-16MIPS: pm-cps: convert smp_mb__*()Paul Burton1-2/+2
2014-06-16MIPS: smp-cps: Convert smp_mb__after_atomic_dec()Paul Burton1-1/+1
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-06-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds248-7865/+8337