Commit 455b877
committed
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-powercap' into linux-next
* pm-cpuidle:
cpuidle: governors: teo: Rearrange stopped tick handling
cpuidle: governors: menu: Refine stopped tick handling
* pm-cpufreq:
cpufreq: Add debug print for current frequency in __cpufreq_driver_target()
* pm-powercap:
powercap: intel_rapl: Move MSR default settings into MSR interface driver
powercap: intel_rapl: Register PM notifier only when RAPL package exists
thermal: intel: int340x: processor: Move RAPL defaults to MMIO driver
powercap: intel_rapl: Move TPMI default settings into TPMI interface driver
powercap: intel_rapl: Allow interface drivers to configure rapl_defaults
powercap: intel_rapl: Use unit conversion macros from units.h
powercap: intel_rapl: Use GENMASK() and BIT() macros
powercap: intel_rapl: Use shifts for power-of-2 operations
powercap: intel_rapl: Simplify rapl_compute_time_window_atom()
powercap: intel_rapl: Remove unused TIME_WINDOW macros
powercap: intel_rapl: Cleanup coding style
powercap: intel_rapl: Add a symbol namespace for intel_rapl exports10 files changed
Lines changed: 612 additions & 578 deletions
File tree
- drivers
- cpufreq
- cpuidle/governors
- powercap
- thermal/intel/int340x_thermal
- include/linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2367 | 2367 | | |
2368 | 2368 | | |
2369 | 2369 | | |
2370 | | - | |
2371 | | - | |
| 2370 | + | |
| 2371 | + | |
2372 | 2372 | | |
2373 | 2373 | | |
2374 | 2374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
269 | 271 | | |
270 | | - | |
| 272 | + | |
| 273 | + | |
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | 410 | | |
445 | 411 | | |
446 | 412 | | |
447 | 413 | | |
448 | 414 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 415 | | |
453 | | - | |
| 416 | + | |
454 | 417 | | |
455 | 418 | | |
456 | 419 | | |
| |||
463 | 426 | | |
464 | 427 | | |
465 | 428 | | |
466 | | - | |
467 | 429 | | |
468 | 430 | | |
469 | 431 | | |
| |||
472 | 434 | | |
473 | 435 | | |
474 | 436 | | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
482 | 444 | | |
483 | 445 | | |
484 | 446 | | |
| |||
494 | 456 | | |
495 | 457 | | |
496 | 458 | | |
497 | | - | |
| 459 | + | |
| 460 | + | |
498 | 461 | | |
499 | 462 | | |
500 | 463 | | |
501 | 464 | | |
502 | 465 | | |
503 | 466 | | |
504 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
505 | 492 | | |
506 | 493 | | |
507 | 494 | | |
| |||
0 commit comments