aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-09MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-05-09MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-05-09MIPS: BMIPS: Fill in current_cpu_data.coreFlorian Fainelli1-0/+1
2016-05-09MIPS: BMIPS: Make whitespacely correct.Ralf Baechle1-136/+136
2016-05-09MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization codeFlorian Fainelli3-4/+792
2016-05-09MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200Florian Fainelli1-2/+7
2016-05-09MIPS: Don't BUG_ON when no IPI domain is foundPaul Burton1-13/+11
2016-05-09MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo1-2/+2
2016-04-04MIPS: traps.c: Verify the ISA for microMIPS RDHWR emulationMaciej W. Rozycki1-13/+13
2016-04-03MIPS: Bail on unsupported module relocsPaul Burton2-6/+32
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki2-11/+19
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder5-5/+5
2016-04-03MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle4-0/+8
2016-03-29MIPS: Fix MSA ld unaligned failure casesPaul Burton1-21/+30
2016-03-29MIPS: Fix broken malta qemuQais Yousef1-0/+12