LAST CALL: Linux Foundation Technical Advisory Board election 2020

2020-08-19 Thread Jonathan Corbet
The call for candidates to serve on the Linux Foundation Technical Advisory board for the next two years ends after this weekend. If you would like an opportunity to represent the community to the LF, now is the time to send in your nomination. Details below; we're looking forward to hearing from

Last Call

2018-03-21 Thread Ywe Cærlyn
All of those who want a pure universal cultural bridging, and the crossing of the bridge over Arkadia, and leave all non-multiculturality behind. And unify all religious thought in one, the intact and perfected Quran. In multicultural times, to let Hippie Hinduism, Egoless Buddhism and Multicul

[PATCH 0/2] Add and Use NMI LAST call chain to eliminate WARNING message

2017-03-06 Thread Mike Travis
Patch 1 adds a new NMI_LAST call chain that mimics the current NMI_UNKNOWN call chain except it eliminates the WARNING message about multiple NMI handlers registering on this call chain. Patch 2 moves the UV NMI handler from using the NMI_UNKNOWN call chain to this new NMI_LAST call chain. --

[PATCH 5/6] ARM: imx: remove last call to cpu_is_mx5*

2016-06-24 Thread Arnd Bergmann
The check for cpu_is_mx51/cpu_is_mx53() in mx51_revision()/mx53_revision() is just a safety precaution, but there are only two callers of this are using it only on the correct CPUs, and none of the other respective functions have this extra check. Removing these lets us kill off the cpu_is_* funct

[PATCH v6 1/5] PM / devfreq: cache the last call to get_dev_status()

2015-09-10 Thread Javi Merino
The return value of get_dev_status() can be reused. Cache it so that other parts of the kernel can reuse it instead of having to call the same function again. Cc: Kyungmin Park Signed-off-by: Javi Merino Signed-off-by: MyungJoo Ham --- Hi MyungJoo, The patches in this series haven't chan

[PATCH v5 1/5] PM / devfreq: cache the last call to get_dev_status()

2015-08-27 Thread Javi Merino
The return value of get_dev_status() can be reused. Cache it so that other parts of the kernel can reuse it instead of having to call the same function again. Cc: MyungJoo Ham Cc: Kyungmin Park Signed-off-by: Javi Merino --- drivers/devfreq/governor_simpleondemand.c | 33 +

[PATCH v4 1/5] PM / devfreq: cache the last call to get_dev_status()

2015-08-14 Thread Javi Merino
The return value of get_dev_status() can be reused. Cache it so that other parts of the kernel can reuse it instead of having to call the same function again. Cc: MyungJoo Ham Cc: Kyungmin Park Signed-off-by: Javi Merino --- drivers/devfreq/governor_simpleondemand.c | 33 +