summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-13MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-05-13MIPS: cevt-r4k: Dynamically calculate min_delta_nsJames Hogan1-2/+80
2016-05-13MIPS: Force CPUs to lose FP context during mode switchesPaul Burton1-23/+17
2016-05-13MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-05-13MIPS: Allow emulation for unaligned [LS]DXC1 instructionsPaul Burton1-0/+1
2016-05-13MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-05-13MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-05-13MIPS: ELF: Unify ABI classification macrosMaciej W. Rozycki2-34/+2
2016-05-13MIPS: ELF: Unify __MIPS_O32_FP64_MUST_BE_ZERO definitionsMaciej W. Rozycki1-12/+0
2016-05-13MIPS: Add probing & defs for VZ & guest featuresJames Hogan1-0/+232
2016-05-13MIPS: Avoid magic numbers probing kscratch_maskJames Hogan1-1/+2
2016-05-13MIPS: Add perf counter featureJames Hogan2-3/+3
2016-05-13MIPS: Add defs & probing of [X]ContextConfigJames Hogan1-1/+3
2016-05-13MIPS: Add defs & probing of BadInstr[P] registersJames Hogan1-0/+4
2016-05-13MIPS: Add defs & probing of extended CP0_EBaseJames Hogan1-0/+35
2016-05-13MIPS: Octeon: detect and fix byte swapped initramfsAurelien Jarno1-0/+32
2016-05-13MIPS: BMIPS: BMIPS4380 and BMIPS5000 support RIXIFlorian Fainelli1-1/+2
2016-05-13MIPS: Move RIXI exception enabling after vendor-specific cpu_probeFlorian Fainelli1-9/+9
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsPaul Burton2-2/+0
2016-05-13MIPS: Separate XPA CPU feature into LPA and MVHJames Hogan1-0/+2
2016-05-13MIPS: Fix BC1{EQ,NE}Z return offset calculationPaul Burton1-15/+3
2016-05-13MIPS: Add support for extending builtin cmdlineRabin Vincent1-0/+8
2016-05-13MIPS: Don't add leading spacing to command linesRabin Vincent1-2/+4
2016-05-13MIPS: genex: Indent delay slots & clean whitespaceJames Hogan1-28/+28
2016-05-13MIPS: Support extended ASIDsPaul Burton3-1/+24
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton1-1/+1
2016-05-13MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan1-1/+1
2016-05-13MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov1-7/+0
2016-05-13MIPS64: signal: Fix o32 sigaction syscallLeonid Yegoshin1-1/+1
2016-05-13MIPS: traps: remove unused variableTony Wu1-1/+0
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen1-1/+1
2016-05-13MIPS: Loongson: Invalidate special TLBs when neededHuacai Chen1-0/+3
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen3-2/+44
2016-05-13MIPS: Add and use watch register field definitionsJames Hogan2-36/+45
2016-05-13MIPS: Add and use CAUSEF_WP definitionJames Hogan1-4/+1
2016-05-13MIPS: module: fix incorrect IS_ERR_VALUE macro usagesAndrzej Hajda2-2/+2
2016-05-13MIPS: BMIPS: Pretty print BMIPS5200 processor nameFlorian Fainelli1-1/+4
2016-05-13MIPS: KASLR: Print relocation Information on bootMatt Redfearn1-0/+9
2016-05-13MIPS: Kernel: Implement KASLR using CONFIG_RELOCATABLEMatt Redfearn1-0/+146
2016-05-13MIPS: bootmem: When relocatable, free memory below kernelMatt Redfearn1-0/+14
2016-05-13MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=yMatt Redfearn1-0/+20
2016-05-13MIPS: Kernel: Add relocate.cMatt Redfearn2-0/+242
2016-05-13MIPS: Reserve space for relocation tableMatt Redfearn1-0/+21
2016-05-13MIPS: scall: Handle seccomp filters which redirect syscallsMatt Redfearn4-18/+24
2016-05-13MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn1-0/+6
2016-05-13MIPS: Detect DSP v3 supportZubair Lutfullah Kakakhel2-1/+5
2016-05-13MIPS: BMIPS: Add early CPU initialization codeFlorian Fainelli1-0/+87
2016-05-13MIPS: Make flush_threadRalf Baechle1-4/+0
2016-05-13MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton1-1/+50
2016-05-13MIPS: Support R_MIPS_PC{21,26} rela-style relocsPaul Burton1-1/+47