summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-8/+144
|\ \
| | * softirq: Add support for triggering softirq work on softirqs.David S. Miller2008-10-171-0/+129
| * | NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2008-10-171-7/+3
| |/
| * Fix kernel/softirq.c printk format warning properlyLinus Torvalds2008-10-161-1/+1
| * softirq, warning fix: correct a format to avoid a warningFrederic Weisbecker2008-10-031-1/+1
| * softirqs, debug: preemption checkThomas Gleixner2008-10-021-0/+11
| * softirq: allocate less vectorsAlexey Dobriyan2008-09-061-1/+1
|/
* Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-1/+2
* Merge branch 'linus' into timers/nohzIngo Molnar2008-07-181-48/+19
|\
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-2/+2
| |\
| | * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
| | * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| * | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-45/+16
| |\ \
| | * | softirq: remove irqs_disabled warning from local_bh_enableJohannes Berg2008-06-201-37/+11
| | * | softirq: remove initialization of static per-cpu variableVegard Nossum2008-06-181-4/+2
| | * | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-4/+3
| | |/
| * / sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell2008-06-231-1/+1
| |/
* / nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
|/
* Fix cpu hotplug problem in softirq codeChristian Borntraeger2008-05-011-8/+12
* tasklets: execute tasklets in the same order they were queuedOlof Johansson2008-04-191-22/+41
* rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-291-0/+1
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-081-4/+4
* time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi2008-01-301-1/+6
* time: more timer related cleanupsPavel Machek2008-01-301-1/+3
* [KERNEL]: Unexport raise_softirq_irqoffAdrian Bunk2007-10-101-2/+0
* [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-101-2/+0
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-2/+1
* cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...Satoru Takeuchi2007-07-161-1/+5
* sched: do not set softirqs to nice +19Ingo Molnar2007-07-091-1/+0
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+4
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-161-3/+12
* [PATCH] uninline irq_enter()Ingo Molnar2007-02-161-0/+10
* [PATCH] softirq: remove BUG_ONs which can incorrectly triggerZachary Amsden2006-12-071-2/+0
* [PATCH] check return value of cpu_callbackAkinobu Mita2006-09-291-1/+3
* [PATCH] Reducing local_bh_enable/disable overhead in irqtraceTim Chen2006-07-311-0/+18
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] unexport open_softirqAdrian Bunk2006-07-141-2/+0
* [PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-1/+1
* [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras2006-07-031-0/+4
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-19/+118
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens2006-06-251-0/+2
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] on_each_cpu(): disable local interruptsAndrew Morton2006-03-221-0/+20
* [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens2005-11-071-1/+2
* [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-121-1/+1
* [PATCH] revert bogus softirq changesAndrew Morton2005-07-301-2/+2
* [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen2005-07-281-2/+2