aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/idle.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidleGravatar Peter Zijlstra 1-3/+3
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledGravatar Peter Zijlstra 1-5/+3
2022-05-04MIPS: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-01MIPS: Remove TX39XX supportGravatar Thomas Bogendoerfer 1-10/+0
2021-10-24MIPS: Remove NETLOGIC supportGravatar Thomas Bogendoerfer 1-2/+0
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Gravatar Lauri Kasanen 1-0/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-6/+6
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-1/+1
2020-04-26MIPS: Kernel: Identify Loongson-2K processorsGravatar Jiaxun Yang 1-1/+2
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Gravatar Huacai Chen 1-1/+1
2019-10-31MIPS: Loongson64: Rename CPU TYPESGravatar Jiaxun Yang 1-1/+1
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportGravatar Huacai Chen 1-1/+2
2019-07-23MIPS: Remove unused R4300 CPU supportGravatar Paul Burton 1-1/+0
2019-07-21MIPS: Rename JZRISC to XBURSTGravatar Paul Cercueil 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportGravatar Huacai Chen 1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAGravatar Paul Burton 1-2/+3
2018-06-28MIPS: Annotate cpu_wait implementations with __cpuidleGravatar Paul Burton 1-6/+6
2017-08-29MIPS: Include linux/cpu.h for arch_cpu_idle()Gravatar Paul Burton 1-0/+1
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportGravatar Huacai Chen 1-0/+5
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-2/+3
2015-11-12MIPS: idle: add case for CPU_5KEGravatar Aurelien Jarno 1-0/+1
2015-11-11MIPS: Always use r4k_wait_irqoff for MIPSr6Gravatar Paul Burton 1-1/+10
2015-11-09MIPS: Switch BMIPS5000 to use r4k_wait_irqoff()Gravatar Petri Gynther 1-2/+3
2015-08-26MIPS: Add cases for CPU_I6400Gravatar Markos Chandras 1-0/+1
2015-03-31MIPS: idle: Workaround wait + FDC problemsGravatar James Hogan 1-2/+11
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICGravatar Leonid Yegoshin 1-0/+1
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesGravatar Markos Chandras 1-3/+0
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Gravatar Ralf Baechle 1-0/+11
2014-05-28MIPS: cpuidle wait instruction stateGravatar Paul Burton 1-0/+11
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-10/+0
2014-05-23MIPS: RM9000: Remove support for idle loop.Gravatar Ralf Baechle 1-4/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Gravatar Ralf Baechle 1-3/+3
2014-03-26MIPS: Add support for the M5150 processorGravatar Leonid Yegoshin 1-0/+1
2014-03-26MIPS: Add cases for CPU_P5600Gravatar James Hogan 1-0/+1
2014-03-06MIPS: Add 1074K CPU support explicitly.Gravatar Steven J. Hill 1-0/+1
2014-01-22MIPS: Add support for interAptiv coresGravatar Leonid Yegoshin 1-0/+1
2014-01-22MIPS: Add support for the proAptiv coresGravatar Leonid Yegoshin 1-0/+1
2013-09-17MIPS: Optimize current_cpu_type() for better code.Gravatar Ralf Baechle 1-1/+2
2013-08-26MIPS: Use r4k_wait for OCTEON3 CPUs.Gravatar David Daney 1-0/+1
2013-06-10MIPS: Alchemy: fix wait functionGravatar Manuel Lauss 1-6/+7
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Gravatar Ralf Baechle 1-0/+6
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Gravatar Ralf Baechle 1-2/+1
2013-05-22MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Gravatar Ralf Baechle 1-3/+0
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Gravatar Ralf Baechle 1-0/+2
2013-05-22MIPS: Idle: Make call of function pointer readable.Gravatar Ralf Baechle 1-1/+1
2013-05-22MIPS: Idle: Consistently reformat inline assembler.Gravatar Ralf Baechle 1-18/+21
2013-05-22MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Gravatar Ralf Baechle 1-2/+7
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Gravatar Ralf Baechle 1-0/+232