1. b6237f6 Merge branch 'acpi-misc' by Rafael J. Wysocki · 3 years, 8 months ago
  2. 2bc6262 ACPI: CPPC: Replace cppc_attr with kobj_attribute by Nathan Chancellor · 3 years, 9 months ago
  3. e69ae67 ACPI: CPPC: fix some coding style issues by Xiaofei Tan · 3 years, 9 months ago
  4. 8a02d99 ACPI: CPPC: Add emtpy stubs of functions for CONFIG_ACPI_CPPC_LIB unset by Rafael J. Wysocki · 3 years, 10 months ago
  5. 935ab85 ACPI: fix various typos in comments by Tom Saeger · 3 years, 10 months ago
  6. 26692cd ACPI: CPPC: initialise vaddr pointers to NULL by Ionela Voinescu · 4 years ago
  7. 1d9b4ab ACPI: CPPC: add __iomem annotation to generic_comm_base pointer by Ionela Voinescu · 4 years ago
  8. c3a74f8 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years ago
  9. a28b2bf cppc_cpufreq: replace per-cpu data array with a list by Ionela Voinescu · 4 years, 1 month ago
  10. bca3e43 ACPI: processor: fix NONE coordination for domain mapping failure by Ionela Voinescu · 4 years, 1 month ago
  11. 41ea667 x86, sched: Calculate frequency invariance for AMD systems by Nathan Fontenot · 4 years, 2 months ago
  12. 4d8be4b ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe() by Qiushi Wu · 4 years, 7 months ago
  13. 5c447c1 ACPI: CPPC: Make some symbols static by Zou Wei · 4 years, 8 months ago
  14. b17b806 ACPI: CPPC: clean up acpi_get_psd_map() by Liguang Zhang · 4 years, 9 months ago
  15. 56a0b97 ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit() by John Garry · 5 years ago
  16. 4c4cdc4 ACPI / CPPC: do not require the _PSD method by Al Stone · 5 years ago
  17. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  18. 9175145 Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm' by Rafael J. Wysocki · 6 years ago
  19. 603fadf ACPI: Fix comment typos by Bjorn Helgaas · 6 years ago
  20. edef1ef ACPI / CPPC: Fix guaranteed performance handling by Srinivas Pandruvada · 6 years ago
  21. 1757d05 ACPI / CPPC: Add a helper to get desired performance by Xiongfeng Wang · 6 years ago
  22. 29523f0 ACPI / CPPC: Add support for guaranteed performance by Srinivas Pandruvada · 6 years ago
  23. 58e1c03 ACPI / CPPC: Fix invalid PCC channel status errors by Prakash, Prashanth · 7 years ago
  24. 6fa12d5 ACPI / CPPC: Check for valid PCC subspace only if PCC is used by Prashanth Prakash · 7 years ago
  25. 4773e77 ACPI / CPPC: Add support for CPPC v3 by Prashanth Prakash · 7 years ago
  26. d29abc8 ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id by George Cherian · 7 years ago
  27. b52f451 ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 7 years ago
  28. 951ef0e ACPI: CPPC: remove initial assignment of pcc_ss_data by Colin Ian King · 7 years ago
  29. 1ecbd71 ACPI / CPPC: Fix KASAN global out of bounds warning by George Cherian · 7 years ago
  30. 85b1407 ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDs by George Cherian · 7 years ago
  31. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  32. 2c74d84 ACPI / CPPC: add sysfs entries for CPPC perf capabilities by Prakash, Prashanth · 8 years ago
  33. 368520a ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps() by Prakash, Prashanth · 8 years ago
  34. 2807648 ACPI / CPPC: Fix per-CPU pointer management in acpi_cppc_processor_probe() by Rafael J. Wysocki · 8 years ago
  35. 9e9d68d ACPI / CPPC: Fix crash in acpi_cppc_processor_exit() by Sebastian Andrzej Siewior · 8 years ago
  36. 5016347 ACPI / CPPC: set an error code on probe error path by Dan Carpenter · 8 years ago
  37. b59c4b3 ACPI / CPPC: Support PCC with interrupt flag by Hoan Tran · 8 years ago
  38. 41dd640 ACPI / CPPC: Add prefix cppc to cpudata structure name by Srinivas Pandruvada · 8 years ago
  39. a6cbcdd ACPI / CPPC: Add support for functional fixed hardware address by Srinivas Pandruvada · 8 years ago
  40. 139aee7 ACPI / CPPC: check for error bit in PCC status field by Prakash, Prashanth · 8 years ago
  41. 8482ef8 ACPI / CPPC: move all PCC related information into pcc_data by Prakash, Prashanth · 8 years ago
  42. 158c998 ACPI / CPPC: add sysfs support to compute delivered performance by Ashwin Chaugule · 8 years ago
  43. be8b88d ACPI / CPPC: set a non-zero value for transition_latency by Prakash, Prashanth · 8 years ago
  44. 80b8286 ACPI / CPPC: support for batching CPPC requests by Prakash, Prashanth · 8 years ago
  45. 850d64a ACPI / CPPC: acquire pcc_lock only while accessing PCC subspace by Prakash, Prashanth · 8 years ago
  46. 5bbb86a ACPI / CPPC: restructure read/writes for efficient sys mapped reg ops by Ashwin Chaugule · 8 years ago
  47. 2324d15 ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data by Hoan Tran · 9 years ago
  48. 8343c40 ACPI: CPPC: Return error if _CPC is invalid on a CPU by Hoan Tran · 9 years ago
  49. f387e5b ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sent by Prakash, Prashanth · 9 years ago
  50. beee23a ACPI / CPPC: replace writeX/readX to PCC with relaxed version by Prakash, Prashanth · 9 years ago
  51. 77e3d86 ACPI / CPPC: optimized cpc_read and cpc_write by Prakash, Prashanth · 9 years ago
  52. ad62e1e6 ACPI / CPPC: Optimize PCC Read Write operations by Ashwin Chaugule · 9 years ago
  53. 9832bf3a Merge branches 'pm-cpufreq' and 'acpi-cppc' by Rafael J. Wysocki · 9 years ago
  54. d29d673 ACPI / CPPC: Use h/w reduced version of the PCCT structure by Ashwin Chaugule · 9 years ago
  55. 4219853 ACPI / CPPC: Fix potential memory leak by Ashwin Chaugule · 9 years ago
  56. 32c0b2f ACPI / CPPC: signedness bug in register_pcc_channel() by Dan Carpenter · 9 years ago
  57. 337aadf ACPI: Introduce CPU performance controls using CPPC by Ashwin Chaugule · 9 years ago