index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
cppc_acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
Yunhui Cui
2025-06-10
1
-1
/
+1
*
ACPI: CPPC: Add three functions related to autonomous selection
Lifeng Zheng
2025-04-30
1
-0
/
+83
*
ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()
Lifeng Zheng
2025-04-30
1
-7
/
+11
*
ACPI: CPPC: Refactor register value get and set ABIs
Lifeng Zheng
2025-04-30
1
-104
/
+7
*
ACPI: CPPC: Add cppc_set_reg_val()
Lifeng Zheng
2025-04-30
1
-0
/
+49
*
ACPI: CPPC: Extract cppc_get_reg_val_in_pcc()
Lifeng Zheng
2025-04-30
1
-23
/
+27
*
ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()
Lifeng Zheng
2025-04-30
1
-11
/
+11
*
ACPI: CPPC: Optimize cppc_get_perf()
Lifeng Zheng
2025-04-30
1
-7
/
+17
*
ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optional
Lifeng Zheng
2025-04-30
1
-0
/
+14
*
ACPI: CPPC: Simplify PCC shared memory region handling
Sudeep Holla
2025-04-30
1
-13
/
+3
*
-
.
Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'
Rafael J. Wysocki
2024-11-15
1
-2
/
+4
|
\
\
|
|
*
ACPI: allow building without CONFIG_HAS_IOPORT
Arnd Bergmann
2024-11-05
1
-2
/
+4
*
|
|
ACPI: CPPC: Fix _CPC register setting issue
Lifeng Zheng
2024-11-13
1
-1
/
+0
*
|
|
ACPI: processor: Move arch_init_invariance_cppc() call later
Mario Limonciello
2024-11-06
1
-6
/
+0
|
|
/
|
/
|
*
|
ACPI: CPPC: Make rmw_lock a raw_spin_lock
Pierre Gondois
2024-10-29
1
-4
/
+5
*
|
cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
liwei
2024-10-24
1
-5
/
+17
|
/
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
ACPI: CPPC: Add support for setting EPP register in FFH
Mario Limonciello
2024-09-10
1
-1
/
+9
*
ACPI: CPPC: Fix MASK_VAL() usage
Clément Léger
2024-09-02
1
-4
/
+39
*
ACPI: CPPC: Replace ternary operator with umax()
Prabhakar Pujeri
2024-07-02
1
-1
/
+1
*
ACPI: CPPC: add sysfs entry for guaranteed performance
Petr Tesařík
2024-06-13
1
-0
/
+2
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2024-05-13
1
-1
/
+3
|
\
|
*
cppc_acpi: print error message if CPPC is unsupported
Perry Yuan
2024-04-26
1
-1
/
+3
*
|
ACPI: CPPC: Fix access width used for PCC registers
Vanshidhar Konda
2024-04-22
1
-16
/
+37
*
|
ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
Jarred White
2024-04-22
1
-2
/
+2
|
/
*
Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2024-03-13
1
-5
/
+26
|
\
|
*
ACPI: CPPC: Use access_width over bit_width for system memory accesses
Jarred White
2024-03-05
1
-5
/
+26
*
|
ACPI: CPPC: Add helper to get the highest performance value
Meng Li
2024-01-31
1
-0
/
+13
|
/
*
cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()
Vincent Guittot
2023-12-23
1
-0
/
+104
*
ACPI: CPPC: Add auto select register read/write support
Wyes Karny
2023-03-17
1
-0
/
+96
*
ACPI: CPPC: Add min and max perf register writing support
Wyes Karny
2023-03-17
1
-7
/
+15
*
Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-02-21
1
-1
/
+3
|
\
|
*
-
.
Merge branches 'acpi-video', 'acpi-misc' and 'acpi-docs'
Rafael J. Wysocki
2023-02-15
1
-1
/
+1
|
|
\
\
|
|
|
*
ACPI: make kobj_type structures constant
Thomas Weißschuh
2023-02-14
1
-1
/
+1
|
|
|
/
|
*
/
ACPI: CPPC: Fix some kernel-doc comments
Yang Li
2023-02-09
1
-0
/
+2
|
|
/
*
/
ACPI: CPPC: Add AMD pstate energy performance preference cppc control
Perry Yuan
2023-02-03
1
-0
/
+67
|
/
*
ACPI: use sysfs_emit() instead of scnprintf()
ye xingchen
2022-12-02
1
-2
/
+2
*
ACPI: CPPC: Disable FIE if registers in PCC regions
Jeremy Linton
2022-09-24
1
-0
/
+42
*
ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()
Perry Yuan
2022-08-25
1
-0
/
+3
*
ACPI: CPPC: Do not prevent CPPC from working in the future
Rafael J. Wysocki
2022-07-26
1
-30
/
+24
*
ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is suppo...
Mario Limonciello
2022-07-18
1
-2
/
+4
*
ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supported
Mario Limonciello
2022-07-05
1
-1
/
+15
*
ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked
Mario Limonciello
2022-07-05
1
-1
/
+3
*
-
.
Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'
Rafael J. Wysocki
2022-05-30
1
-1
/
+1
|
\
\
|
|
*
ACPI: CPPC: fix typo in comment
Julia Lawall
2022-05-25
1
-1
/
+1
|
|
/
*
|
cpufreq: CPPC: Enable fast_switch
Pierre Gondois
2022-05-19
1
-0
/
+18
*
|
ACPI: CPPC: Assume no transition latency if no PCCT
Pierre Gondois
2022-05-19
1
-1
/
+16
*
|
ACPI: CPPC: Check _OSC for flexible address space
Pierre Gondois
2022-05-19
1
-0
/
+9
|
/
*
ACPI: CPPC: Change default error code and clean up debug messages in probe
Rafael J. Wysocki
2022-03-25
1
-12
/
+15
*
ACPI: CPPC: Avoid out of bounds access when parsing _CPC data
Rafael J. Wysocki
2022-03-25
1
-0
/
+5
[next]