Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2020-10-08 | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale() | Ionela Voinescu | 1 | -2/+2 |
2020-10-02 | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions | Joe Perches | 1 | -1/+1 |
2020-09-18 | arch_topology, arm, arm64: define arch_scale_freq_invariant() | Valentin Schneider | 1 | -0/+6 |
2020-09-18 | arch_topology, cpufreq: constify arch_* cpumasks | Valentin Schneider | 1 | -2/+2 |
2020-09-18 | arch_topology: validate input frequencies to arch_set_freq_scale() | Ionela Voinescu | 1 | -0/+3 |
2020-07-22 | arch_topology, sched/core: Cleanup thermal pressure definition | Valentin Schneider | 1 | -0/+11 |
2020-03-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+12 |
2020-03-18 | arch_topology: Fix putting invalid cpu clk | Jeffy Chen | 1 | -3/+3 |
2020-03-11 | cpu-topology: Fix the potential data corruption | Zeng Tao | 1 | -2/+2 |
2020-03-11 | arch_topology: Adjust initial CPU capacities with current freq | Jeffy Chen | 1 | -12/+28 |
2020-03-06 | arm64: use activity monitors for frequency invariance | Ionela Voinescu | 1 | -0/+12 |
2020-01-17 | cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree | Zeng Tao | 1 | -5/+15 |
2019-09-17 | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+1 |
2019-08-26 | arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY | Viresh Kumar | 1 | -1/+1 |
2019-07-22 | arm: Use common cpu_topology structure and functions. | Atish Patra | 1 | -1/+3 |
2019-07-22 | cpu-topology: Move cpu topology code to common code. | Atish Patra | 1 | -0/+296 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+1 |
2019-07-03 | arch_topology: Remove error messages on out-of-memory conditions | Geert Uytterhoeven | 1 | -4/+1 |
2019-06-24 | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() | Vincent Guittot | 1 | -3/+3 |
2019-04-04 | arch_topology: Make cpu_capacity sysfs node as read-only | Lingutla Chandrasekhar | 1 | -35/+1 |
2018-09-10 | sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch... | Morten Rasmussen | 1 | -0/+26 |
2018-03-15 | Revert "base: arch_topology: fix section mismatch build warnings" | Gaku Inami | 1 | -6/+6 |
2017-12-07 | drivers: core: arch_topology.c: move SPDX tag to top of the file | Greg Kroah-Hartman | 1 | -7/+1 |
2017-11-16 | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2017-11-13 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -6/+23 |
2017-10-20 | arch_topology: Fix section miss match warning due to free_raw_capacity() | Prasad Sodagudi | 1 | -1/+1 |
2017-10-03 | drivers base/arch_topology: allow inlining cpu-invariant accounting support | Dietmar Eggemann | 1 | -6/+1 |
2017-10-03 | drivers base/arch_topology: provide frequency-invariant accounting support | Dietmar Eggemann | 1 | -0/+14 |
2017-10-03 | drivers base/arch_topology: free cpumask cpus_to_visit | Dietmar Eggemann | 1 | -2/+10 |
2017-09-18 | base: arch_topology: fix section mismatch build warnings | Sudeep Holla | 1 | -6/+6 |
2017-08-28 | base: Convert to using %pOF instead of full_name | Rob Herring | 1 | -4/+4 |
2017-07-17 | arch_topology: Get rid of cap_parsing_done | Viresh Kumar | 1 | -3/+1 |
2017-07-17 | arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity() | Viresh Kumar | 1 | -11/+13 |
2017-07-17 | arch_topology: Change return type of topology_parse_cpu_capacity() to bool | Viresh Kumar | 1 | -4/+4 |
2017-07-17 | arch_topology: Convert switch block to if block | Viresh Kumar | 1 | -19/+22 |
2017-07-17 | arch_topology: Don't break lines unnecessarily | Viresh Kumar | 1 | -6/+3 |
2017-06-03 | arm,arm64,drivers: add a prefix to drivers arch_topology interfaces | Juri Lelli | 1 | -10/+10 |
2017-06-03 | arm,arm64,drivers: move externs in a new header file | Juri Lelli | 1 | -0/+1 |
2017-06-03 | arm,arm64,drivers: reduce scope of cap_parsing_failed | Juri Lelli | 1 | -2/+2 |
2017-06-03 | arm, arm64: factorize common cpu capacity default code | Juri Lelli | 1 | -0/+242 |