aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsJulia Lawall1-1/+1
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer1-10/+0
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-2/+0
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen1-0/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-6/+6
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-1/+1
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang1-1/+2
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen1-1/+1
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-1/+1
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen1-1/+2
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton1-1/+0
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-2/+3
2018-06-28MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton1-6/+6
2017-08-29MIPS: Include linux/cpu.h for arch_cpu_idle()Paul Burton1-0/+1
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen1-0/+5
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle1-2/+3
2015-11-12MIPS: idle: add case for CPU_5KEAurelien Jarno1-0/+1
2015-11-11MIPS: Always use r4k_wait_irqoff for MIPSr6Paul Burton1-1/+10
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther1-2/+3
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras1-0/+1
2015-03-31MIPS: idle: Workaround wait + FDC problemsJames Hogan1-2/+11
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin1-0/+1
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras1-3/+0
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-0/+11
2014-05-28MIPS: cpuidle wait instruction statePaul Burton1-0/+11
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-10/+0
2014-05-23MIPS: RM9000: Remove support for idle loop.Ralf Baechle1-4/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-3/+3
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin1-0/+1
2014-03-26MIPS: Add cases for CPU_P5600James Hogan1-0/+1
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill1-0/+1
2014-01-22MIPS: Add support for interAptiv coresLeonid Yegoshin1-0/+1
2014-01-22MIPS: Add support for the proAptiv coresLeonid Yegoshin1-0/+1
2013-09-17MIPS: Optimize current_cpu_type() for better code.Ralf Baechle1-1/+2
2013-08-26MIPS: Use r4k_wait for OCTEON3 CPUs.David Daney1-0/+1
2013-06-10MIPS: Alchemy: fix wait functionManuel Lauss1-6/+7
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle1-0/+6
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-2/+1
2013-05-22MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Ralf Baechle1-3/+0
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle1-0/+2
2013-05-22MIPS: Idle: Make call of function pointer readable.Ralf Baechle1-1/+1
2013-05-22MIPS: Idle: Consistently reformat inline assembler.Ralf Baechle1-18/+21
2013-05-22MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Ralf Baechle1-2/+7
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle1-0/+232