summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear2013-06-101-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/+9
| |\
| * | 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-04-301-4/+2
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-051-12/+9
|\ \ | |/ |/|
| * irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker2013-02-281-6/+1
| * irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker2013-02-221-2/+1
| * irq: Sanitize invoke_softirqThomas Gleixner2013-02-211-10/+2
| * 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-201-8/+9
|\ \ | |/ |/|
| * softirq: reduce latenciesEric Dumazet2013-01-101-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/+27
|/
* mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-311-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/+3
|\ \
| * | 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/+1
| |/
* | 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/+4
|/
* 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
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-201-2/+10
* rcu: Use softirq to address performance regressionShaohua Li2011-06-141-1/+1
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-051-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-221-1/+4
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-3/+18
|\
| * genirq: Provide forced interrupt threadingThomas Gleixner2011-02-261-2/+14
| * softirq: Avoid stack switch from ksoftirqdThomas Gleixner2011-02-081-1/+4
* | softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi2011-01-261-2/+1
|/
* kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang2011-01-131-19/+0
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-21/+21
|\
| * core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-21/+21
* | sched: Constify function scope static struct sched_param usagePeter Zijlstra2011-01-071-1/+1
* | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-181-8/+10
|\|
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-7/+9
| |\
| | * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-231-7/+9
| | |\
| | | * tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-211-7/+9
| | | |
| | \ \
| *-. \ \ Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/