summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-18Merge tag 'acpi-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+2
2026-02-12ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online CPUsSean V Kelley-2/+2
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-21/+27
2026-01-27ACPI: CPPC: Rename EPP constants for claritySumit Gupta-1/+1
2026-01-27Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki-21/+27
2026-01-27ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()Jie Zhan-21/+27
2025-12-15ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang-1/+2
2025-11-07ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy-1/+1
2025-11-07ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy-1/+1
2025-11-07ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy-1/+1
2025-11-03ACPI: CPPC: Fix typo in a commentChu Guangqing-1/+1
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki-9/+7
2025-06-10ACPI: CPPC: Fix NULL pointer dereference when nosmp is usedYunhui Cui-1/+1
2025-04-30ACPI: CPPC: Add three functions related to autonomous selectionLifeng Zheng-0/+83
2025-04-30ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng-7/+11
2025-04-30ACPI: CPPC: Refactor register value get and set ABIsLifeng Zheng-104/+7
2025-04-30ACPI: CPPC: Add cppc_set_reg_val()Lifeng Zheng-0/+49
2025-04-30ACPI: CPPC: Extract cppc_get_reg_val_in_pcc()Lifeng Zheng-23/+27
2025-04-30ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()Lifeng Zheng-11/+11
2025-04-30ACPI: CPPC: Optimize cppc_get_perf()Lifeng Zheng-7/+17
2025-04-30ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optionalLifeng Zheng-0/+14
2025-04-30ACPI: CPPC: Simplify PCC shared memory region handlingSudeep Holla-13/+3
2024-11-15Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'Rafael J. Wysocki-2/+4
2024-11-13ACPI: CPPC: Fix _CPC register setting issueLifeng Zheng-1/+0
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello-6/+0
2024-11-05ACPI: allow building without CONFIG_HAS_IOPORTArnd Bergmann-2/+4
2024-10-29ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois-4/+5
2024-10-24cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exceptionliwei-5/+17
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-10ACPI: CPPC: Add support for setting EPP register in FFHMario Limonciello-1/+9
2024-09-02ACPI: CPPC: Fix MASK_VAL() usageClément Léger-4/+39
2024-07-02ACPI: CPPC: Replace ternary operator with umax()Prabhakar Pujeri-1/+1
2024-06-13ACPI: CPPC: add sysfs entry for guaranteed performancePetr Tesařík-0/+2
2024-05-13Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+3
2024-04-26cppc_acpi: print error message if CPPC is unsupportedPerry Yuan-1/+3
2024-04-22ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda-16/+37
2024-04-22ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macroJarred White-2/+2
2024-03-13Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-5/+26
2024-03-05ACPI: CPPC: Use access_width over bit_width for system memory accessesJarred White-5/+26
2024-01-31ACPI: CPPC: Add helper to get the highest performance valueMeng Li-0/+13
2023-12-23cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot-0/+104
2023-03-17ACPI: CPPC: Add auto select register read/write supportWyes Karny-0/+96
2023-03-17ACPI: CPPC: Add min and max perf register writing supportWyes Karny-7/+15
2023-02-21Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+3
2023-02-15Merge branches 'acpi-video', 'acpi-misc' and 'acpi-docs'Rafael J. Wysocki-1/+1
2023-02-14ACPI: make kobj_type structures constantThomas Weißschuh-1/+1
2023-02-09ACPI: CPPC: Fix some kernel-doc commentsYang Li-0/+2