summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-2/+2
|\
| * percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo2009-10-291-2/+2
* | rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() callsLai Jiangshan2009-11-021-1/+1
|/
* softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan2009-09-171-1/+1
* rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-231-2/+2
* softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra2009-07-221-1/+63
* softirq: introduce statistics for softirqKeika Kobayashi2009-06-181-0/+1
* tasklets: new tasklet scheduling functionVegard Nossum2009-06-131-0/+11
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-4/+3
|\
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-2/+2
| |\
| * | tracing: fix build failure on s390Heiko Carstens2009-04-291-0/+2
| * | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
| * | tracing: create automated trace definesSteven Rostedt2009-04-141-3/+0
* | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-1/+1
| |/ |/|
* | kernel/softirq.c: fix sparse warningH Hartley Sweeten2009-04-171-2/+2
|/
* Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-061-1/+1
|\
| * hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-311-1/+1
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-3/+25
|\ \
| * | softirq: no need to have SOFTIRQ in softirq nameSteven Rostedt2009-03-131-3/+2
| * | 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
|/
OpenPOWER on IntegriCloud