index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
softirq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
irq: call __irq_enter() before calling the tick_idle_check
Thomas Gleixner
2008-11-10
1
-3
/
+4
*
-
.
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
2008-10-20
1
-8
/
+144
|
\
\
|
|
*
softirq: Add support for triggering softirq work on softirqs.
David S. Miller
2008-10-17
1
-0
/
+129
|
*
|
NOHZ: unify the nohz function calls in irq_enter()
Thomas Gleixner
2008-10-17
1
-7
/
+3
|
|
/
|
*
Fix kernel/softirq.c printk format warning properly
Linus Torvalds
2008-10-16
1
-1
/
+1
|
*
softirq, warning fix: correct a format to avoid a warning
Frederic Weisbecker
2008-10-03
1
-1
/
+1
|
*
softirqs, debug: preemption check
Thomas Gleixner
2008-10-02
1
-0
/
+11
|
*
softirq: allocate less vectors
Alexey Dobriyan
2008-09-06
1
-1
/
+1
|
/
*
Full conversion to early_initcall() interface, remove old interface
Eduard - Gabriel Munteanu
2008-07-26
1
-1
/
+2
*
Merge branch 'linus' into timers/nohz
Ingo Molnar
2008-07-18
1
-48
/
+19
|
\
|
*
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
2008-07-15
1
-2
/
+2
|
|
\
|
|
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-1
/
+1
|
|
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
1
-1
/
+1
|
*
|
Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2008-07-14
1
-45
/
+16
|
|
\
\
|
|
*
|
softirq: remove irqs_disabled warning from local_bh_enable
Johannes Berg
2008-06-20
1
-37
/
+11
|
|
*
|
softirq: remove initialization of static per-cpu variable
Vegard Nossum
2008-06-18
1
-4
/
+2
|
|
*
|
Remove argument from open_softirq which is always NULL
Carlos R. Mafra
2008-05-25
1
-4
/
+3
|
|
|
/
|
*
|
sched: add new API sched_setscheduler_nocheck: add a flag to control access c...
Rusty Russell
2008-06-23
1
-1
/
+1
|
|
/
*
|
nohz: prevent tick stop outside of the idle loop
Thomas Gleixner
2008-07-18
1
-1
/
+1
|
/
*
Fix cpu hotplug problem in softirq code
Christian Borntraeger
2008-05-01
1
-8
/
+12
*
tasklets: execute tasklets in the same order they were queued
Olof Johansson
2008-04-19
1
-22
/
+41
*
rcu: add support for dynamic ticks and preempt rcu
Steven Rostedt
2008-02-29
1
-0
/
+1
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
1
-4
/
+4
*
time: track accurate idle time with tick_sched.idle_sleeptime
Venki Pallipadi
2008-01-30
1
-1
/
+6
*
time: more timer related cleanups
Pavel Machek
2008-01-30
1
-1
/
+3
*
[KERNEL]: Unexport raise_softirq_irqoff
Adrian Bunk
2007-10-10
1
-2
/
+0
*
[SOFTIRQ]: Remove do_softirq() symbol export.
Robert Olsson
2007-10-10
1
-2
/
+0
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-2
/
+1
*
cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime p...
Satoru Takeuchi
2007-07-16
1
-1
/
+5
*
sched: do not set softirqs to nice +19
Ingo Molnar
2007-07-09
1
-1
/
+0
*
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
1
-0
/
+4
*
[PATCH] tick-management: dyntick / highres functionality
Thomas Gleixner
2007-02-16
1
-3
/
+12
*
[PATCH] uninline irq_enter()
Ingo Molnar
2007-02-16
1
-0
/
+10
*
[PATCH] softirq: remove BUG_ONs which can incorrectly trigger
Zachary Amsden
2006-12-07
1
-2
/
+0
*
[PATCH] check return value of cpu_callback
Akinobu Mita
2006-09-29
1
-1
/
+3
*
[PATCH] Reducing local_bh_enable/disable overhead in irqtrace
Tim Chen
2006-07-31
1
-0
/
+18
*
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
Chandra Seetharaman
2006-07-31
1
-2
/
+2
*
[PATCH] unexport open_softirq
Adrian Bunk
2006-07-14
1
-2
/
+0
*
[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL
Adrian Bunk
2006-07-10
1
-1
/
+1
*
[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...
Paul Mackerras
2006-07-03
1
-0
/
+4
*
[PATCH] lockdep: irqtrace subsystem, core
Ingo Molnar
2006-07-03
1
-19
/
+118
*
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
2006-06-27
1
-1
/
+1
*
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
Chandra Seetharaman
2006-06-27
1
-1
/
+1
*
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
Heiko Carstens
2006-06-25
1
-0
/
+2
*
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
2006-04-26
1
-1
/
+1
*
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
2006-04-26
1
-1
/
+1
*
[PATCH] on_each_cpu(): disable local interrupts
Andrew Morton
2006-03-22
1
-0
/
+20
*
[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible code
Heiko Carstens
2005-11-07
1
-1
/
+2
*
[PATCH] x86-64: Some cleanup and optimization to the processor data area.
Andi Kleen
2005-09-12
1
-1
/
+1
*
[PATCH] revert bogus softirq changes
Andrew Morton
2005-07-30
1
-2
/
+2
[next]