aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-8/+144
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Gravatar Thomas Gleixner 1-7/+3
2008-10-17softirq: Add support for triggering softirq work on softirqs.Gravatar David S. Miller 1-0/+129
2008-10-16Fix kernel/softirq.c printk format warning properlyGravatar Linus Torvalds 1-1/+1
2008-10-03softirq, warning fix: correct a format to avoid a warningGravatar Frederic Weisbecker 1-1/+1
2008-10-02softirqs, debug: preemption checkGravatar Thomas Gleixner 1-0/+11
2008-09-06softirq: allocate less vectorsGravatar Alexey Dobriyan 1-1/+1
2008-07-26Full conversion to early_initcall() interface, remove old interfaceGravatar Eduard - Gabriel Munteanu 1-1/+2
2008-07-18Merge branch 'linus' into timers/nohzGravatar Ingo Molnar 1-48/+19
2008-07-18nohz: prevent tick stop outside of the idle loopGravatar Thomas Gleixner 1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 1-2/+2
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-45/+16
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentGravatar Jens Axboe 1-1/+1
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Gravatar Rusty Russell 1-1/+1
2008-06-20softirq: remove irqs_disabled warning from local_bh_enableGravatar Johannes Berg 1-37/+11
2008-06-18softirq: remove initialization of static per-cpu variableGravatar Vegard Nossum 1-4/+2
2008-05-25Remove argument from open_softirq which is always NULLGravatar Carlos R. Mafra 1-4/+3
2008-05-01Fix cpu hotplug problem in softirq codeGravatar Christian Borntraeger 1-8/+12
2008-04-19tasklets: execute tasklets in the same order they were queuedGravatar Olof Johansson 1-22/+41
2008-02-29rcu: add support for dynamic ticks and preempt rcuGravatar Steven Rostedt 1-0/+1
2008-02-08kernel: remove fastcall in kernel/*Gravatar Harvey Harrison 1-4/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeGravatar Venki Pallipadi 1-1/+6
2008-01-30time: more timer related cleanupsGravatar Pavel Machek 1-1/+3
2007-10-10[KERNEL]: Unexport raise_softirq_irqoffGravatar Adrian Bunk 1-2/+0
2007-10-10[SOFTIRQ]: Remove do_softirq() symbol export.Gravatar Robert Olsson 1-2/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-2/+1
2007-07-16cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...Gravatar Satoru Takeuchi 1-1/+5
2007-07-09sched: do not set softirqs to nice +19Gravatar Ingo Molnar 1-1/+0
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-0/+4
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-3/+12
2007-02-16[PATCH] uninline irq_enter()Gravatar Ingo Molnar 1-0/+10
2006-12-07[PATCH] softirq: remove BUG_ONs which can incorrectly triggerGravatar Zachary Amsden 1-2/+0
2006-09-29[PATCH] check return value of cpu_callbackGravatar Akinobu Mita 1-1/+3
2006-07-31[PATCH] Reducing local_bh_enable/disable overhead in irqtraceGravatar Tim Chen 1-0/+18
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsGravatar Chandra Seetharaman 1-2/+2
2006-07-14[PATCH] unexport open_softirqGravatar Adrian Bunk 1-2/+0
2006-07-10[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOLGravatar Adrian Bunk 1-1/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Gravatar Paul Mackerras 1-0/+4
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreGravatar Ingo Molnar 1-19/+118
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Gravatar Chandra Seetharaman 1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Gravatar Chandra Seetharaman 1-1/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingGravatar Heiko Carstens 1-0/+2
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsGravatar Chandra Seetharaman 1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsGravatar Chandra Seetharaman 1-1/+1
2006-03-22[PATCH] on_each_cpu(): disable local interruptsGravatar Andrew Morton 1-0/+20
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeGravatar Heiko Carstens 1-1/+2
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Gravatar Andi Kleen 1-1/+1
2005-07-30[PATCH] revert bogus softirq changesGravatar Andrew Morton 1-2/+2
2005-07-28[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Gravatar Andi Kleen 1-2/+2