summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-21/+6
|\ \
| * | kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-21/+6
| |/
* | 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-251-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-091-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/+1
* | 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-031-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-071-1/+1
|/
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-3/+1
|\
| * softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet2014-04-291-3/+1
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-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-271-16/+9
* | | softirq: convert printks to pr_<level>Joe Perches2014-01-271-2/+4
* | | softirq: use ffs() in __do_softirq()Joe Perches2014-01-271-21/+22
|/ /
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-201-3/+1
|\ \ | |/
| * nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-021-3/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-31/+8
|\ \
| * | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-131-29/+6
| * | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-131-2/+2
| |/
* | lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker2013-11-271-21/+16
* | Merge branch 'core/urgent' into core/lockingIngo Molnar2013-11-271-9/+45
|\ \ | |/ |/|
| * lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2013-11-191-9/+45
* | revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-151-131/+0
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-8/+8
|\
| * Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-091-3/+12
| |\
| * | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-7/+7
| * | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-251-2/+2
* | | irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2013-10-011-4/+10
* | | irq: Justify the various softirq stack choicesFrederic Weisbecker2013-10-011-1/+10
* | | irq: Improve a bit softirq debuggingFrederic Weisbecker2013-10-011-2/+2
* | | irq: Optimize call to softirq on hardirq exitFrederic Weisbecker2013-10-011-1/+1
* | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-5/+3
| |/ |/|
* | irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-011-3/+12
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-2/+0
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-4/+4
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-6/+4
|\
| * softirq: Use _RET_IP_Davidlohr Bueso2013-06-281-6/+4
OpenPOWER on IntegriCloud