aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/ker...Linus 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/ke...Linus Torvalds1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+3
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/kerne...Linus 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...Linus 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/ker...Linus Torvalds1-7/+9
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar1-7/+9
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-1/+3
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds1-1/+1
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+3
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner1-7/+9
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi1-3/+9
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi1-0/+1
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-17/+34
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner1-5/+0
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-1/+3
2010-09-22softirqs: Make wakeup_softirqd staticThomas Gleixner1-1/+1
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita1-1/+1
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney1-1/+1
2010-02-03hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra1-10/+5
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-2/+2
2009-11-02rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() callsLai Jiangshan1-1/+1
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo1-2/+2
2009-09-17softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan1-1/+1
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney1-2/+2
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra1-1/+63
2009-06-18softirq: introduce statistics for softirqKeika Kobayashi1-0/+1
2009-06-13tasklets: new tasklet scheduling functionVegard Nossum1-0/+11
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-2/+2
2009-04-29tracing: fix build failure on s390Heiko Carstens1-0/+2
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-17kernel/softirq.c: fix sparse warningH Hartley Sweeten1-2/+2
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-3/+0
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+25
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra1-1/+1
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar1-0/+5
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+5
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar1-0/+5
2009-03-13softirq: no need to have SOFTIRQ in softirq nameSteven Rostedt1-3/+2
2009-03-12tracing: tracepoints for softirq entry/exit - tracepointsJason Baron1-1/+6
2009-03-12tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron1-1/+8
2009-03-13Merge branch 'linus' into core/ipiIngo Molnar1-0/+1
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-2/+2
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar1-2/+2
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar1-0/+1
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar1-0/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-0/+5
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet1-0/+1
2009-02-25generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra1-1/+1
2009-01-23trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt1-1/+12
2009-01-12x86: arch_probe_nr_irqsYinghai Lu1-0/+5
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-01-01cpumask: remove any_online_cpu() users: kernel/Rusty Russell1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+20
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu1-0/+20
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar1-16/+3
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-2/+3
2008-11-28softirq: remove useless function __local_bh_enableLiming Wang1-14/+0
2008-11-10irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner1-3/+4
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner1-8/+144
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner1-7/+3
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller1-0/+129
2008-10-16Fix kernel/softirq.c printk format warning properlyLinus Torvalds1-1/+1
2008-10-03softirq, warning fix: correct a format to avoid a warningFrederic Weisbecker1-1/+1
2008-10-02softirqs, debug: preemption checkThomas Gleixner1-0/+11
2008-09-06softirq: allocate less vectorsAlexey Dobriyan1-1/+1
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-1/+2
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar1-48/+19
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+16
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell1-1/+1
2008-06-20softirq: remove irqs_disabled warning from local_bh_enableJohannes Berg1-37/+11
2008-06-18softirq: remove initialization of static per-cpu variableVegard Nossum1-4/+2
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-4/+3
2008-05-01Fix cpu hotplug problem in softirq codeChristian Borntraeger1-8/+12
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson1-22/+41
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt1-0/+1
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-4/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi1-1/+6
2008-01-30time: more timer related cleanupsPavel Machek1-1/+3
2007-10-10[KERNEL]: Unexport raise_softirq_irqoffAdrian Bunk1-2/+0
2007-10-10[SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson1-2/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+1
2007-07-16cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...Satoru Takeuchi1-1/+5
2007-07-09sched: do not set softirqs to nice +19Ingo Molnar1-1/+0
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+4
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-3/+12
2007-02-16[PATCH] uninline irq_enter()Ingo Molnar1-0/+10
2006-12-07[PATCH] softirq: remove BUG_ONs which can incorrectly triggerZachary Amsden1-2/+0
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita1-1/+3
2006-07-31[PATCH] Reducing local_bh_enable/disable overhead in irqtraceTim Chen1-0/+18
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-14[PATCH] unexport open_softirqAdrian Bunk1-2/+0
2006-07-10[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-1/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras1-0/+4
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar1-19/+118
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens1-0/+2
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-0/+20
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens1-1/+2
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen1-1/+1
2005-07-30[PATCH] revert bogus softirq changesAndrew Morton1-2/+2
2005-07-28[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+496