summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/idle.c
AgeCommit message (Expand)AuthorLines
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen-0/+5
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle-2/+3
2015-11-12MIPS: idle: add case for CPU_5KEAurelien Jarno-0/+1
2015-11-11MIPS: Always use r4k_wait_irqoff for MIPSr6Paul Burton-1/+10
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther-2/+3
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras-0/+1
2015-03-31MIPS: idle: Workaround wait + FDC problemsJames Hogan-2/+11
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin-0/+1
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras-3/+0
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle-0/+11
2014-05-28MIPS: cpuidle wait instruction statePaul Burton-0/+11
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle-10/+0
2014-05-23MIPS: RM9000: Remove support for idle loop.Ralf Baechle-4/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle-3/+3
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin-0/+1
2014-03-26MIPS: Add cases for CPU_P5600James Hogan-0/+1
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill-0/+1
2014-01-22MIPS: Add support for interAptiv coresLeonid Yegoshin-0/+1
2014-01-22MIPS: Add support for the proAptiv coresLeonid Yegoshin-0/+1
2013-09-17MIPS: Optimize current_cpu_type() for better code.Ralf Baechle-1/+2
2013-08-26MIPS: Use r4k_wait for OCTEON3 CPUs.David Daney-0/+1
2013-06-10MIPS: Alchemy: fix wait functionManuel Lauss-6/+7
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle-0/+6
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle-2/+1
2013-05-22MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Ralf Baechle-3/+0
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle-0/+2
2013-05-22MIPS: Idle: Make call of function pointer readable.Ralf Baechle-1/+1
2013-05-22MIPS: Idle: Consistently reformat inline assembler.Ralf Baechle-18/+21
2013-05-22MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Ralf Baechle-2/+7
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle-0/+232