summaryrefslogtreecommitdiff
path: root/kernel/softirq.c
Commit message (Expand)AuthorAge
* softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar2018-03-09
* softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar2018-03-09
* softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-04
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-15
* irq/softirqs: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
* sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-11
* softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg2016-10-21
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-03
|\ \
| * | kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-06
| |/
* | softirq: Let ksoftirqd do its jobEric Dumazet2016-09-30
|/
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-25
* sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-29
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-09
|\
| * softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens2015-01-14
* | ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney2015-01-14
* | ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-01-14
|/
* rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-03
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* | rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-07
|/
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-22
|\
| * softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet2014-04-29
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-05
* | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-28
|/
* softirq: Add linux/irq.h to make it compile againThomas Gleixner2014-03-19
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-31
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-25
| |\
| | * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-15
* | | softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2014-01-27
* | | softirq: convert printks to pr_<level>Joe Perches2014-01-27
* | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-27
|/ /
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-20
|\ \ | |/
| * nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-02
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \
| * | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-13
| * | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-13
| |/
* | lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker2013-11-27
* | Merge branch 'core/urgent' into core/lockingIngo Molnar2013-11-27
|\ \ | |/ |/|
| * lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2013-11-19
* | revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-15
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-12
|\
| * Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-09
| |\
| * | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-25
| * | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-25
* | | irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2013-10-01
* | | irq: Justify the various softirq stack choicesFrederic Weisbecker2013-10-01
* | | irq: Improve a bit softirq debuggingFrederic Weisbecker2013-10-01
* | | irq: Optimize call to softirq on hardirq exitFrederic Weisbecker2013-10-01