aboutsummaryrefslogtreecommitdiff
path: root/kernel/softirq.c
AgeCommit message (Expand)Author
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar
2009-03-13softirq: no need to have SOFTIRQ in softirq nameSteven Rostedt
2009-03-12tracing: tracepoints for softirq entry/exit - tracepointsJason Baron
2009-03-12tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron
2009-03-13Merge branch 'linus' into core/ipiIngo Molnar
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet
2009-02-25generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra
2009-01-23trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt
2009-01-12x86: arch_probe_nr_irqsYinghai Lu
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-01cpumask: remove any_online_cpu() users: kernel/Rusty Russell
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney
2008-11-28softirq: remove useless function __local_bh_enableLiming Wang
2008-11-10irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller
2008-10-16Fix kernel/softirq.c printk format warning properlyLinus Torvalds
2008-10-03softirq, warning fix: correct a format to avoid a warningFrederic Weisbecker
2008-10-02softirqs, debug: preemption checkThomas Gleixner
2008-09-06softirq: allocate less vectorsAlexey Dobriyan
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell
2008-06-20softirq: remove irqs_disabled warning from local_bh_enableJohannes Berg
2008-06-18softirq: remove initialization of static per-cpu variableVegard Nossum
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra
2008-05-01Fix cpu hotplug problem in softirq codeChristian Borntraeger
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison