aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | tracing: tracepoints for softirq entry/exit - tracepointsJason Baron2009-03-121-1/+6
| * | tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron2009-03-121-1/+8
| * | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-131-2/+2
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar2009-03-101-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-0/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt2009-01-231-1/+12
* | | | | | Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-031-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'x86/core' into core/ipiIngo Molnar2009-03-131-0/+5
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2009-03-101-0/+1
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | / / | | | | |/ /
| * | | | | Merge branch 'linus' into core/ipiIngo Molnar2009-03-131-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra2009-02-251-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' into locking-for-linusIngo Molnar2009-03-311-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-0/+5
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | x86: arch_probe_nr_irqsYinghai Lu2009-01-121-0/+5
| | |/
* | | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar2009-03-131-2/+2
|/ /
* | rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet2009-03-041-0/+1
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-1/+1
|\
| * cpumask: remove any_online_cpu() users: kernel/Rusty Russell2009-01-011-1/+1
* | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-0/+20
|\ \ | |/ |/|
| * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-0/+20
| |
| \
*-. \ Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar2008-12-251-16/+3
|\ \ \ | |_|/ |/| |
| | * softirq: remove useless function __local_bh_enableLiming Wang2008-11-281-14/+0
| |/ |/|
| * "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-181-2/+3
|/
* irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner2008-11-101-3/+4
*-. 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