aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/tip/linux-2.6-tipLinus 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 checksRusty 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 processSatoru 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 kernel/softirq.cPaul 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_bh_enable()Andi Kleen1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+496