summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-31/+8Star
|\ \
| * | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-131-29/+6Star
| * | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-131-2/+2
| |/
* | lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker2013-11-271-21/+16Star
* | 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/+0Star
|/
* 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/+3Star
| |/ |/|
* | 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/+0Star
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-151-4/+4
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-6/+4Star
|\
| * softirq: Use _RET_IP_Davidlohr Bueso2013-06-281-6/+4Star
* | Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear2013-06-111-3/+10
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-5/+14
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-12/+9Star
| |\
| * | nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker2013-04-221-5/+14
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-1/+1
* | | kernel/smp.c: remove 'priv' of call_single_dataliguang2013-05-011-4/+2Star
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-061-12/+9Star
|\ \ | |/ |/|
| * irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker2013-02-281-6/+1Star
| * irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker2013-02-221-2/+1Star
| * irq: Sanitize invoke_softirqThomas Gleixner2013-02-211-10/+2Star
| * irq: Ensure irq_exit() code runs with interrupts disabledThomas Gleixner2013-02-211-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-8/+9
|\ \ | |/ |/|
| * softirq: reduce latenciesEric Dumazet2013-01-111-8/+9
* | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-3/+3
|/
* cputime: Specialize irq vtime hooksFrederic Weisbecker2012-10-291-3/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-3/+3
|\
| * cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-3/+3
* | softirq: Use hotplug thread infrastructureThomas Gleixner2012-08-131-84/+27Star
|/
* mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-08-011-0/+9
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-201-1/+1
|\
| * timer: Fix bad idle check on irq entryFrederic Weisbecker2012-02-151-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-5/+3Star
|\ \
| * | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-011-2/+2
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-201-0/+6
|\ \
| * | tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-031-0/+6
| |/
* / softirq: Reduce invoke_softirq() code duplicationHeiko Carstens2012-03-061-14/+4Star
|/
* rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker2011-12-111-1/+1
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-1/+1