aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)Author
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2020-12-27Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-12-18softirq: Avoid bad tracing / lockdep interactionPeter Zijlstra
2020-12-02irq: Call tick_irq_enter() inside HARDIRQ_OFFSETFrederic Weisbecker
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker
2020-11-23softirq: Move related code into one sectionThomas Gleixner
2020-09-16softirq: Add debug check to __raise_softirq_irqoff()Jiafei Pan
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-30tasklet: Introduce new initialization APIRomain Perier
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra
2020-03-21lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-23softirq: Use __this_cpu_write() in takeover_tasklets()Muchun Song
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner
2019-02-10softirq: Don't skip softirq execution when softirq thread is parkingMatthias Kaehlcke
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-18softirq: Fix typo in __do_softirq() commentsYangtao Li
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-03nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds
2018-06-21softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney
2018-05-14softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker
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