summaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)Author
2018-03-09softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar
2018-03-09softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar
2017-12-04softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-08irq/softirqs: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-30softirq: Let ksoftirqd do its jobEric Dumazet
2016-09-06kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-03-19softirq: Add linux/irq.h to make it compile againThomas Gleixner
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar
2013-11-19lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-01irq: Optimize softirq stack selection in irq exitFrederic Weisbecker
2013-10-01irq: Justify the various softirq stack choicesFrederic Weisbecker
2013-10-01irq: Improve a bit softirq debuggingFrederic Weisbecker
2013-10-01irq: Optimize call to softirq on hardirq exitFrederic Weisbecker
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker