summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+1
|\
| * softirq: Use __this_cpu_write() in takeover_tasklets()Muchun Song2019-06-231-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner2019-06-051-2/+1Star
|/
* softirq: Remove tasklet_hrtimerThomas Gleixner2019-03-221-51/+0Star
* softirq: Don't skip softirq execution when softirq thread is parkingMatthias Kaehlcke2019-02-101-1/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-251-3/+3
|\
| * softirq: Fix typo in __do_softirq() commentsYangtao Li2018-10-181-3/+3
* | rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-311-1/+0Star
* | rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-311-0/+2
|/
* nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker2018-08-031-1/+1
* Mark HI and TASKLET softirq synchronousLinus Torvalds2018-07-171-4/+8
* softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)2018-06-211-1/+5
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-2/+2
|\
| * softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker2018-05-141-2/+2
* | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-2/+1Star
|/
* softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar2018-03-091-39/+15Star
* softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar2018-03-091-12/+16
* softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-161-10/+0Star
* irq/softirqs: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-5/+5
* sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
* softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg2016-10-211-1/+1
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-21/+6Star
|\ \
| * | kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-21/+6Star
| |/
* / softirq: Let ksoftirqd do its jobEric Dumazet2016-09-301-1/+15
|/
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-261-1/+1
* sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-291-2/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-101-1/+5
|\
| * softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens2015-01-141-1/+5
* | ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney2015-01-141-6/+1Star
* | ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-01-141-1/+5
|/
* rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-041-1/+1
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-2/+2
|\
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-2/+2
* | rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-081-1/+1
|/
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-3/+1Star
|\
| * softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet2014-04-291-3/+1Star
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-2/+2
* | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+5
|/
* softirq: Add linux/irq.h to make it compile againThomas Gleixner2014-03-191-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-311-1/+1
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-1/+1
| |\
| | * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-151-1/+1
* | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-281-16/+9Star
* | | softirq: convert printks to pr_<level>Joe Perches2014-01-281-2/+4
* | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-281-21/+22
|/ /
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-201-3/+1Star
|\|
| * nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-021-3/+1Star