index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
cppc_acpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-08
ACPI: CPPC: Suppress UBSAN warning caused by field misuse
Jeremy Linton
1
-4
/
+7
2026-06-01
ACPI: CPPC: Add support for CPPC v4
Sumit Gupta
1
-6
/
+17
2026-04-27
ACPI: CPPC: Fix related_cpus inconsistency during CPU hotplug
Jinjie Ruan
1
-3
/
+3
2026-04-13
Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+2
2026-03-25
cpufreq: acpi-cpufreq: use DMI max speed when CPPC is unavailable
Henry Tseng
1
-1
/
+2
2026-03-19
ACPI: CPPC: Check cpc_read() return values consistently
Sumit Gupta
1
-27
/
+72
2026-03-11
ACPI: CPPC: Fix uninitialized ref variable in cppc_get_perf_caps()
Pengjie Zhang
1
-5
/
+4
2026-03-05
ACPI: CPPC: Move reference performance to capabilities
Pengjie Zhang
1
-31
/
+24
2026-02-27
ACPI: CPPC: add APIs and sysfs interface for perf_limited
Sumit Gupta
1
-0
/
+56
2026-02-27
ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
Sumit Gupta
1
-3
/
+21
2026-02-27
ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register
Sumit Gupta
1
-0
/
+10
2026-02-27
ACPI: CPPC: Add cppc_get_perf() API to read performance controls
Sumit Gupta
1
-0
/
+80
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-18
Merge tag 'acpi-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+2
2026-02-12
ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online CPUs
Sean V Kelley
1
-2
/
+2
2026-02-09
Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-21
/
+27
2026-01-27
ACPI: CPPC: Rename EPP constants for clarity
Sumit Gupta
1
-1
/
+1
2026-01-27
Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...
Rafael J. Wysocki
1
-21
/
+27
2026-01-27
ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()
Jie Zhan
1
-21
/
+27
2025-12-15
ACPI: CPPC: Fix missing PCC check for guaranteed_perf
Pengjie Zhang
1
-1
/
+2
2025-11-07
ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
Gautham R. Shenoy
1
-1
/
+1
2025-11-07
ACPI: CPPC: Perform fast check switch only for online CPUs
Gautham R. Shenoy
1
-1
/
+1
2025-11-07
ACPI: CPPC: Check _CPC validity for only the online CPUs
Gautham R. Shenoy
1
-1
/
+1
2025-11-03
ACPI: CPPC: Fix typo in a comment
Chu Guangqing
1
-1
/
+1
2025-10-01
ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error value
Rafael J. Wysocki
1
-9
/
+7
2025-06-10
ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
Yunhui Cui
1
-1
/
+1
2025-04-30
ACPI: CPPC: Add three functions related to autonomous selection
Lifeng Zheng
1
-0
/
+83
2025-04-30
ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()
Lifeng Zheng
1
-7
/
+11
2025-04-30
ACPI: CPPC: Refactor register value get and set ABIs
Lifeng Zheng
1
-104
/
+7
2025-04-30
ACPI: CPPC: Add cppc_set_reg_val()
Lifeng Zheng
1
-0
/
+49
2025-04-30
ACPI: CPPC: Extract cppc_get_reg_val_in_pcc()
Lifeng Zheng
1
-23
/
+27
2025-04-30
ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()
Lifeng Zheng
1
-11
/
+11
2025-04-30
ACPI: CPPC: Optimize cppc_get_perf()
Lifeng Zheng
1
-7
/
+17
2025-04-30
ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optional
Lifeng Zheng
1
-0
/
+14
2025-04-30
ACPI: CPPC: Simplify PCC shared memory region handling
Sudeep Holla
1
-13
/
+3
2024-11-15
Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'
Rafael J. Wysocki
1
-2
/
+4
2024-11-13
ACPI: CPPC: Fix _CPC register setting issue
Lifeng Zheng
1
-1
/
+0
2024-11-06
ACPI: processor: Move arch_init_invariance_cppc() call later
Mario Limonciello
1
-6
/
+0
2024-11-05
ACPI: allow building without CONFIG_HAS_IOPORT
Arnd Bergmann
1
-2
/
+4
2024-10-29
ACPI: CPPC: Make rmw_lock a raw_spin_lock
Pierre Gondois
1
-4
/
+5
2024-10-24
cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
liwei
1
-5
/
+17
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-10
ACPI: CPPC: Add support for setting EPP register in FFH
Mario Limonciello
1
-1
/
+9
2024-09-02
ACPI: CPPC: Fix MASK_VAL() usage
Clément Léger
1
-4
/
+39
2024-07-02
ACPI: CPPC: Replace ternary operator with umax()
Prabhakar Pujeri
1
-1
/
+1
2024-06-13
ACPI: CPPC: add sysfs entry for guaranteed performance
Petr Tesařík
1
-0
/
+2
2024-05-13
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+3
2024-04-26
cppc_acpi: print error message if CPPC is unsupported
Perry Yuan
1
-1
/
+3
[next]