aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAge
* revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-14
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-11
|\
| * 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
* | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-01
| |/ |/|
* | irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-01
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-13
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-02
|\
| * softirq: Use _RET_IP_Davidlohr Bueso2013-06-28
* | Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear2013-06-10
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
| |\
| * | nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker2013-04-22
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-03
* | | kernel/smp.c: remove 'priv' of call_single_dataliguang2013-04-30
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-05
|\ \ | |/ |/|
| * irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker2013-02-28
| * irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker2013-02-21
| * irq: Sanitize invoke_softirqThomas Gleixner2013-02-21
| * irq: Ensure irq_exit() code runs with interrupts disabledThomas Gleixner2013-02-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-20
|\ \ | |/ |/|
| * softirq: reduce latenciesEric Dumazet2013-01-10
* | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-27
|/
* cputime: Specialize irq vtime hooksFrederic Weisbecker2012-10-29
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-01
|\
| * cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-25
* | softirq: Use hotplug thread infrastructureThomas Gleixner2012-08-13
|/
* mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-31
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-20
|\
| * timer: Fix bad idle check on irq entryFrederic Weisbecker2012-02-15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \
| * | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-01
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-01
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-20
|\ \
| * | tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-03
| |/
* / softirq: Reduce invoke_softirq() code duplicationHeiko Carstens2012-03-06
|/
* rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker2011-12-11
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-11
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-20
* rcu: Use softirq to address performance regressionShaohua Li2011-06-14
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-06
* Fix common misspellingsLucas De Marchi2011-03-31
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-22