aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+17
2020-07-30tasklet: Introduce new initialization APIGravatar Romain Perier 1-1/+17
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentGravatar Peter Zijlstra 1-1/+1
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesGravatar Peter Zijlstra 1-0/+6
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Gravatar Peter Zijlstra 1-7/+14
2020-06-11genirq: Provide irq_enter/exit_rcu()Gravatar Thomas Gleixner 1-8/+27
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Gravatar Peter Zijlstra 1-1/+1
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Gravatar Peter Zijlstra 1-3/+3
2020-03-21lockdep: Rename trace_hardirq_{enter,exit}()Gravatar Thomas Gleixner 1-3/+4
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-06-23softirq: Use __this_cpu_write() in takeover_tasklets()Gravatar Muchun Song 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Gravatar Thomas Gleixner 1-2/+1
2019-03-22softirq: Remove tasklet_hrtimerGravatar Thomas Gleixner 1-51/+0
2019-02-10softirq: Don't skip softirq execution when softirq thread is parkingGravatar Matthias Kaehlcke 1-1/+2
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2018-10-18softirq: Fix typo in __do_softirq() commentsGravatar Yangtao Li 1-3/+3
2018-08-30rcu: Define RCU-bh update API in terms of RCUGravatar Paul E. McKenney 1-1/+0
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safeGravatar Paul E. McKenney 1-0/+2
2018-08-03nohz: Fix missing tick reprogram when interrupting an inline softirqGravatar Frederic Weisbecker 1-1/+1
2018-07-17Mark HI and TASKLET softirq synchronousGravatar Linus Torvalds 1-4/+8
2018-06-21softirq: Reorder trace_softirqs_on to prevent lockdep splatGravatar Joel Fernandes (Google) 1-1/+5
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroGravatar Paul E. McKenney 1-2/+1
2018-05-14softirq/core: Turn default irq_cpustat_t to standard per-cpuGravatar Frederic Weisbecker 1-2/+2
2018-03-09softirq: Consolidate common code in tasklet_[hi]_action()Gravatar Ingo Molnar 1-39/+15
2018-03-09softirq: Consolidate common code in __tasklet_[hi]_schedule()Gravatar Ingo Molnar 1-12/+16
2017-12-04softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Gravatar Paul E. McKenney 1-1/+1
2017-11-15kmemcheck: rip it outGravatar Levin, Alexander (Sasha Levin) 1-10/+0
2017-11-08irq/softirqs: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-5/+5
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...Gravatar NeilBrown 1-1/+1
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsGravatar Sagi Grimberg 1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 1-2/+2
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-21/+6
2016-09-30softirq: Let ksoftirqd do its jobGravatar Eric Dumazet 1-1/+15
2016-09-06kernel/softirq: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-21/+6
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-1/+1
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Gravatar Sebastian Andrzej Siewior 1-2/+2
2015-02-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+5
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionGravatar Paul E. McKenney 1-6/+1
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUGravatar Calvin Owens 1-1/+5
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateGravatar Heiko Carstens 1-1/+5
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Gravatar Paul E. McKenney 1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsGravatar Paul E. McKenney 1-1/+1
2014-08-26time: Replace __get_cpu_var usesGravatar Christoph Lameter 1-2/+2
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-3/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Gravatar Andi Kleen 1-2/+2
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughGravatar Eric Dumazet 1-3/+1
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictGravatar Thomas Gleixner 1-0/+5