- aa0ce5b softirq: introduce statistics for softirq by Keika Kobayashi · 16 years ago
- 7c692cb tasklets: new tasklet scheduling function by Vegard Nossum · 17 years ago
- 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
- a0e39ed3 tracing: fix build failure on s390 by Heiko Carstens · 16 years ago
- 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 16 years ago
- 79d381c kernel/softirq.c: fix sparse warning by H Hartley Sweeten · 16 years ago
- ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago
- a8d154b tracing: create automated trace defines by Steven Rostedt · 16 years ago
- 609862b Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 16 years ago
- 7bee946 Merge branch 'linus' into locking-for-linus by Ingo Molnar · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- cd80a81 Merge branch 'x86/core' into core/ipi by Ingo Molnar · 16 years ago
- 899039e softirq: no need to have SOFTIRQ in softirq name by Steven Rostedt · 16 years ago
- 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 16 years ago
- 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 16 years ago
- 25d5000 Merge branch 'linus' into core/ipi by Ingo Molnar · 16 years ago
- 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
- d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 16 years ago
- 12e87e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- 64ca5ab9 rcu: increment quiescent state counter in ksoftirqd() by Eric Dumazet · 16 years ago
- 6e27563 generic-ipi: remove CSD_FLAG_WAIT by Peter Zijlstra · 16 years ago
- 7e49fcc trace, lockdep: manual preempt count adding for local_bh_disable by Steven Rostedt · 16 years ago
- 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
- 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f1fc057 cpumask: remove any_online_cpu() users: kernel/ by Rusty Russell · 16 years ago
- db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 43a2563 sparseirq: move __weak symbols into separate compilation unit by Yinghai Lu · 16 years ago
- 6638101 Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk', 'core/rcu', 'core/resources', 'core/softirq' and 'core/stacktrace' into core/core by Ingo Molnar · 16 years ago
- 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 16 years ago
- 8b752e3 softirq: remove useless function __local_bh_enable by Liming Wang · 16 years ago
- ee5f80a irq: call __irq_enter() before calling the tick_idle_check by Thomas Gleixner · 16 years ago
- c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
- 719254fa NOHZ: unify the nohz function calls in irq_enter() by Thomas Gleixner · 16 years ago
- 54514a7 softirq: Add support for triggering softirq work on softirqs. by David S. Miller · 16 years ago
- 1c95e1b Fix kernel/softirq.c printk format warning properly by Linus Torvalds · 16 years ago
- 77af7e3 softirq, warning fix: correct a format to avoid a warning by Frederic Weisbecker · 16 years ago
- 8e85b4b softirqs, debug: preemption check by Thomas Gleixner · 16 years ago
- 978b011 softirq: allocate less vectors by Alexey Dobriyan · 16 years ago
- 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
- 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 16 years ago
- b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
- 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
- 666484f Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
- 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
- 961ccdd sched: add new API sched_setscheduler_nocheck: add a flag to control access checks by Rusty Russell · 17 years ago
- 0f476b6d softirq: remove irqs_disabled warning from local_bh_enable by Johannes Berg · 17 years ago
- 4620b49 softirq: remove initialization of static per-cpu variable by Vegard Nossum · 17 years ago
- 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 17 years ago
- e5e4172 Fix cpu hotplug problem in softirq code by Christian Borntraeger · 17 years ago
- 48f20a9 tasklets: execute tasklets in the same order they were queued by Olof Johansson · 17 years ago
- 2232c2d rcu: add support for dynamic ticks and preempt rcu by Steven Rostedt · 17 years ago
- 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 17 years ago
- 6378ddb5 time: track accurate idle time with tick_sched.idle_sleeptime by Venki Pallipadi · 17 years ago
- b10db7f time: more timer related cleanups by Pavel Machek · 17 years ago
- 464771f [KERNEL]: Unexport raise_softirq_irqoff by Adrian Bunk · 17 years ago
- c45248c [SOFTIRQ]: Remove do_softirq() symbol export. by Robert Olsson · 17 years ago
- 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
- 1c6b4aa cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime process by Satoru Takeuchi · 17 years ago
- 23bdd70 sched: do not set softirqs to nice +19 by Ingo Molnar · 17 years ago
- 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
- 79bf2bb [PATCH] tick-management: dyntick / highres functionality by Thomas Gleixner · 18 years ago
- dde4b2b [PATCH] uninline irq_enter() by Ingo Molnar · 18 years ago
- 3908fd2 [PATCH] softirq: remove BUG_ONs which can incorrectly trigger by Zachary Amsden · 18 years ago
- 07dccf3 [PATCH] check return value of cpu_callback by Akinobu Mita · 18 years ago
- 3c829c3 [PATCH] Reducing local_bh_enable/disable overhead in irqtrace by Tim Chen · 18 years ago
- 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
- 6bc02d8 [PATCH] unexport open_softirq by Adrian Bunk · 18 years ago
- 80d6679 [PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
- 829035fd [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into kernel/softirq.c by Paul Mackerras · 19 years ago
- de30a2b [PATCH] lockdep: irqtrace subsystem, core by Ingo Molnar · 19 years ago
- 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
- 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
- fc75cdf [PATCH] cpu hotplug: fix CPU_UP_CANCEL handling by Heiko Carstens · 19 years ago
- 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 19 years ago
- 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 19 years ago
- 78eef01 [PATCH] on_each_cpu(): disable local interrupts by Andrew Morton · 19 years ago
- a4c4af7 [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible code by Heiko Carstens · 19 years ago
- 3f74478 [PATCH] x86-64: Some cleanup and optimization to the processor data area. by Andi Kleen · 19 years ago
- c70f5d6 [PATCH] revert bogus softirq changes by Andrew Morton · 19 years ago
- ed6b676 [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local_bh_enable() by Andi Kleen · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2