summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-13MIPS: module: Make consistent use of pr_*()Steven J. Hill2-9/+6
2016-05-13MIPS: Probe the M6250 CPUPaul Burton1-0/+4
2016-05-13MIPS: Probe the P6600 corePaul Burton1-0/+4
2016-05-13MIPS: Add P6600 cases to CPU switch statementsPaul Burton4-0/+9
2016-05-13MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton1-1/+0
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton2-6/+82
2016-05-13MIPS: smp-cps: Skip core setup if coherentPaul Burton1-15/+24
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton2-30/+51
2016-05-13MIPS: smp-cps: Pull cache init into a functionPaul Burton1-67/+76
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton1-0/+11
2016-05-13MIPS: pm-cps: Avoid offset overflow on MIPSr6Markos Chandras1-4/+11
2016-05-13MIPS: traps: Make sure secondary cores have a sane ebase registerMarkos Chandras1-0/+7
2016-05-13MIPS: Detect MIPSr6 Virtual Processor supportPaul Burton1-0/+2
2016-05-13MIPS: panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2016-05-13MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.David Daney1-0/+2
2016-05-09MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-5/+5
2016-05-09MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-05-09MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-05-09MIPS: Fix watchpoint restorationJames Hogan2-4/+3