aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundGravatar Frederic Weisbecker 1-2/+1
2013-02-21irq: Sanitize invoke_softirqGravatar Thomas Gleixner 1-10/+2
2013-02-21irq: Ensure irq_exit() code runs with interrupts disabledGravatar Thomas Gleixner 1-0/+11
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+9
2013-01-27cputime: Safely read cputime of full dynticks CPUsGravatar Frederic Weisbecker 1-3/+3
2013-01-10softirq: reduce latenciesGravatar Eric Dumazet 1-8/+9
2012-10-29cputime: Specialize irq vtime hooksGravatar Frederic Weisbecker 1-3/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsGravatar Frederic Weisbecker 1-3/+3
2012-08-13softirq: Use hotplug thread infrastructureGravatar Thomas Gleixner 1-84/+27
2012-07-31mm: allow PF_MEMALLOC from softirq contextGravatar Mel Gorman 1-0/+9
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+3
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+6
2012-03-06softirq: Reduce invoke_softirq() code duplicationGravatar Heiko Carstens 1-14/+4
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesGravatar Thomas Gleixner 1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Gravatar Thomas Gleixner 1-3/+1
2012-02-15timer: Fix bad idle check on irq entryGravatar Frederic Weisbecker 1-1/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerGravatar Steven Rostedt 1-0/+6
2011-12-11rcu: Fix early call to rcu_idle_enter()Gravatar Frederic Weisbecker 1-1/+1
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityGravatar Peter Zijlstra 1-2/+10
2011-06-14rcu: Use softirq to address performance regressionGravatar Shaohua Li 1-1/+1
2011-05-05rcu: move TREE_RCU from softirq to kthreadGravatar Paul E. McKenney 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22kthread: use kthread_create_on_node()Gravatar Eric Dumazet 1-1/+4
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+18
2011-02-26genirq: Provide forced interrupt threadingGravatar Thomas Gleixner 1-2/+14
2011-02-08softirq: Avoid stack switch from ksoftirqdGravatar Thomas Gleixner 1-1/+4
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDGravatar Venkatesh Pallipadi 1-2/+1
2011-01-13kernel: clean up USE_GENERIC_SMP_HELPERSGravatar Amerigo Wang 1-19/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-21/+21
2011-01-07sched: Constify function scope static struct sched_param usageGravatar Peter Zijlstra 1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-21/+21
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreGravatar Ingo Molnar 1-8/+10
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+9
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Gravatar Ingo Molnar 1-7/+9
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersGravatar KOSAKI Motohiro 1-1/+3
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Gravatar Linus Torvalds 1-1/+1
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+3
2010-10-21tracing: Cleanup the convoluted softirq tracepointsGravatar Thomas Gleixner 1-7/+9
2010-10-18sched: Call tick_check_idle before __irq_enterGravatar Venkatesh Pallipadi 1-3/+9
2010-10-18sched: Add a PF flag for ksoftirqd identificationGravatar Venkatesh Pallipadi 1-0/+1
2010-10-18sched: Fix softirq time accountingGravatar Venkatesh Pallipadi 1-17/+34
2010-10-12genirq: Remove arch_init_chip_data()Gravatar Thomas Gleixner 1-5/+0
2010-10-12genirq: Query arch for number of early descriptorsGravatar Thomas Gleixner 1-1/+3
2010-09-22softirqs: Make wakeup_softirqd staticGravatar Thomas Gleixner 1-1/+1
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callGravatar Akinobu Mita 1-1/+1
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-1/+1