Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8-rc8 23 lines 359 B view raw
1&cpu_alert0 { 2 temperature = <80000>; /* milliCelsius */ 3}; 4 5&cpu_crit { 6 temperature = <90000>; /* milliCelsius */ 7}; 8 9&gpu_crit { 10 temperature = <90000>; /* milliCelsius */ 11}; 12 13&core_crit { 14 temperature = <90000>; /* milliCelsius */ 15}; 16 17&dspeve_crit { 18 temperature = <90000>; /* milliCelsius */ 19}; 20 21&iva_crit { 22 temperature = <90000>; /* milliCelsius */ 23};