summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/idle.c
AgeCommit message (Expand)Author
2023-01-13cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidlePeter Zijlstra
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2022-05-04MIPS: fix typos in commentsJulia Lawall
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsJiaxun Yang
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton
2018-06-28MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton
2017-08-29MIPS: Include linux/cpu.h for arch_cpu_idle()Paul Burton
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle
2015-11-12MIPS: idle: add case for CPU_5KEAurelien Jarno
2015-11-11MIPS: Always use r4k_wait_irqoff for MIPSr6Paul Burton
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Petri Gynther
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras
2015-03-31MIPS: idle: Workaround wait + FDC problemsJames Hogan
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-28MIPS: cpuidle wait instruction statePaul Burton
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle
2014-05-23MIPS: RM9000: Remove support for idle loop.Ralf Baechle
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin
2014-03-26MIPS: Add cases for CPU_P5600James Hogan
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill
2014-01-22MIPS: Add support for interAptiv coresLeonid Yegoshin
2014-01-22MIPS: Add support for the proAptiv coresLeonid Yegoshin
2013-09-17MIPS: Optimize current_cpu_type() for better code.Ralf Baechle
2013-08-26MIPS: Use r4k_wait for OCTEON3 CPUs.David Daney
2013-06-10MIPS: Alchemy: fix wait functionManuel Lauss
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle
2013-05-22MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Ralf Baechle
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle
2013-05-22MIPS: Idle: Make call of function pointer readable.Ralf Baechle
2013-05-22MIPS: Idle: Consistently reformat inline assembler.Ralf Baechle
2013-05-22MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Ralf Baechle
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle