aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)Author
2014-06-30softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2014-06-30softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2014-06-30API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2014-06-30softirq: Split softirq locksThomas Gleixner
2014-06-30softirq: Split handling functionThomas Gleixner
2014-06-30softirq: Make serving softirqs a task flagThomas Gleixner
2014-06-30rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2014-06-30genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2014-06-30tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2014-06-30softirq-make-fifo.patchThomas Gleixner
2014-06-30softirq-local-lock.patchThomas Gleixner
2014-06-30softirq: Sanitize softirq pending for NOHZ/RTThomas Gleixner
2014-06-30softirq-split-out-code.patchThomas Gleixner
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar
2013-11-19lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-01irq: Optimize softirq stack selection in irq exitFrederic Weisbecker
2013-10-01irq: Justify the various softirq stack choicesFrederic Weisbecker
2013-10-01irq: Improve a bit softirq debuggingFrederic Weisbecker
2013-10-01irq: Optimize call to softirq on hardirq exitFrederic Weisbecker
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso
2013-06-10Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker