aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-4/+4
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso1-6/+4
2013-06-10Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-12/+9
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang1-4/+2
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker1-5/+14
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-1/+1
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2013-02-28irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker1-6/+1
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker1-2/+1
2013-02-21irq: Sanitize invoke_softirqThomas Gleixner1-10/+2
2013-02-21irq: Ensure irq_exit() code runs with interrupts disabledThomas Gleixner1-0/+11
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+9
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-3/+3
2013-01-10softirq: reduce latenciesEric Dumazet1-8/+9
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker1-3/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-3/+3
2012-08-13softirq: Use hotplug thread infrastructureThomas Gleixner1-84/+27
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-0/+9
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens1-14/+4
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker1-1/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt1-0/+6
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker1-1/+1
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra1-2/+10
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-1/+1
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet1-1/+4
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+18
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-2/+14
2011-02-08softirq: Avoid stack switch from ksoftirqdThomas Gleixner1-1/+4
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi1-2/+1
2011-01-13kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang1-19/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-21/+21
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-21/+21
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-8/+10
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+9
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgentIngo Molnar1-7/+9