aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ARM, sched/topology: Revert back to default scheduler topologyValentin Schneider1-26/+0
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider1-1/+1
2019-12-06ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann1-5/+5
2019-10-31ARM: 8922/1: parse_dt_topology() rate is pointer to __be32Ben Dooks (Codethink)1-1/+1
2019-07-22arm: Use common cpu_topology structure and functions.Atish Patra1-54/+6
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2018-09-28ARM: topology: remove unneeded check for /cpus nodeRob Herring1-6/+0
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-06-03arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli1-4/+4
2017-06-03arm,arm64,drivers: move externs in a new header fileJuri Lelli1-6/+1
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli1-2/+1
2017-06-03arm, arm64: factorize common cpu capacity default codeJuri Lelli1-207/+6
2017-06-03arm: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli1-2/+0
2017-06-03arm: fix return value of parse_cpu_capacityJuri Lelli1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2016-11-22ARM: 8622/3: add sysfs cpu_capacity attributeJuri Lelli1-0/+64
2016-11-22ARM: 8621/3: parse cpu capacity-dmips-mhz from DTJuri Lelli1-1/+155
2016-01-26ARM: 8497/1: initialize cpu_scale to its defaultJuri Lelli1-3/+1
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-2/+2
2014-09-19ARM: topology: Use the new cpu_capacity interfaceVincent Guittot1-2/+2
2014-07-02sched: Fix compiler warningsGuenter Roeck1-1/+1
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+27
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-4/+4
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre1-27/+27
2014-05-07sched, ARM: Create a dedicated scheduler topology tableVincent Guittot1-0/+26
2014-04-14ARM: 8008/1: topology: Coding style fixesMark Brown1-4/+4
2013-12-29ARM: 7920/1: topology: Staticise non-exported symbolsMark Brown1-6/+6
2013-08-21ARM: topology: remove hwid/MPIDR dependency from cpu_capacitySudeep KarkadaNagesha1-42/+19
2013-06-05ARM: 7742/1: topology: export cpu_topologyArnd Bergmann1-0/+2
2013-03-18arm: remove cast for kzalloc return valueZhang Yanfei1-1/+1
2012-11-19ARM: kernel: update topology to use new MPIDR macrosLorenzo Pieralisi1-10/+5
2012-11-19ARM: kernel: enhance MPIDR macro definitionsLorenzo Pieralisi1-26/+1
2012-08-11ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topologyVenkatraman Sathiyamoorthy1-1/+1
2012-07-12ARM: 7463/1: topology: Update cpu_power according to DT informationVincent Guittot1-0/+153
2012-07-12ARM: 7462/1: topology: factorize the update of sibling masksVincent Guittot1-21/+27
2012-07-12ARM: 7461/1: topology: Add arch_scale_freq_power functionVincent Guittot1-1/+37
2011-11-30ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot1-1/+1
2011-10-17ARM: 7011/1: Add ARM cpu topology definitionVincent Guittot1-0/+148