summaryrefslogtreecommitdiffstats
path: root/lib/irq_poll.c
AgeCommit message (Expand)AuthorLines
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos-1/+1
2022-04-13lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Sebastian Andrzej Siewior-2/+6
2019-02-19lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy-1/+1
2016-09-19lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior-17/+9
2016-01-19irq_poll: Fix irq_poll_sched()Bart Van Assche-1/+1
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig-2/+1
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig-1/+1
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig-3/+7
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig-3/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig-0/+221