summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
AgeCommit message (Expand)AuthorLines
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig-131/+0
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+8
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar-3/+12
2013-10-01irq: Optimize softirq stack selection in irq exitFrederic Weisbecker-4/+10
2013-10-01irq: Justify the various softirq stack choicesFrederic Weisbecker-1/+10
2013-10-01irq: Improve a bit softirq debuggingFrederic Weisbecker-2/+2
2013-10-01irq: Optimize call to softirq on hardirq exitFrederic Weisbecker-1/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker-5/+3
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker-3/+12
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra-7/+7
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-4/+4
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+4
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso-6/+4
2013-06-10Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear-3/+10
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+14
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker-12/+9
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang-4/+2
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker-5/+14
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker-1/+1
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+9
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker-6/+1
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker-2/+1
2013-02-21irq: Sanitize invoke_softirqThomas Gleixner-10/+2
2013-02-21irq: Ensure irq_exit() code runs with interrupts disabledThomas Gleixner-0/+11
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+9
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker-3/+3
2013-01-10softirq: reduce latenciesEric Dumazet-8/+9
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker-3/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker-3/+3
2012-08-13softirq: Use hotplug thread infrastructureThomas Gleixner-84/+27
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman-0/+9
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+3
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens-14/+4
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker-1/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt-0/+6
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker-1/+1
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra-2/+10
2011-06-14rcu: Use softirq to address performance regressionShaohua Li-1/+1
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet-1/+4