[PATCH 0/3] Lazy preemption leftovers

Sebastian Andrzej Siewior posted 3 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 0/3] Lazy preemption leftovers
Posted by Sebastian Andrzej Siewior 1 month, 2 weeks ago
This is a followup to PeterZ'
	https://lore.kernel.org/20241007074609.447006177@infradead.org

in PREEMPT_RT we had initially "LAZY preempt" this then morphed into
PREEMPT_AUTO and is becoming "Lazy preemption". 
These are the tracing bits from that time that were used up to
PREEMPT_AUTO. With RT's RiscV support, they also contributed
PREEMPT_AUTO support which I just updated to current edition.

I used to have ARM* and POWERPC*, too support for the "LAZY preempt" but
this relied on assembly support and I dropped this during the switch to
PREEMPT_AUTO.

Sebastian