summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* generic ipi function calls: wait on alloc failure fallbackJeremy Fitzhardinge2008-07-151-0/+1
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-157-8/+391
|\
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-157-8/+390
| |\
| | * fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
| | * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-264-6/+6
| | * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-263-6/+4
| | * Add generic helpers for arch IPI function callsJens Axboe2008-06-262-0/+384
* | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-157-79/+633
|\ \ \ | |/ / |/| |
| * | rcu classic: update qlen when cpu offlineLai Jiangshan2008-07-131-0/+4
| * | Merge branch 'linus' into core/rcuIngo Molnar2008-07-1111-21/+66
| |\ \
| * | | rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney2008-06-261-4/+70
| * | | Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar2008-06-264-30/+83
| |\ \ \ | | | |/ | | |/|
| * | | rcu: make quiescent rcutorture less power-hungryPaul E. McKenney2008-06-241-1/+1
| * | | rcu, rcutorture: make quiescent rcutorture less power-hungryPaul E. McKenney2008-06-241-1/+4
| * | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-235-37/+91
| |\ \ \
| * | | | rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2008-06-192-1/+21
| * | | | rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney2008-06-181-3/+56
| * | | | rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar2008-06-181-0/+1
| * | | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-1621-805/+342
| |\ \ \ \
| * | | | | rcu: remove unused field struct rcu_data::rcu_taskletLai Jiangshan2008-06-161-1/+0
| * | | | | rcu: remove duplicated include in kernel/rcupreempt.cHuang Weiyi2008-05-191-1/+0
| * | | | | rcu: remove duplicated include in kernel/rcupreempt_trace.cHuang Weiyi2008-05-191-1/+0
| * | | | | rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallPaul E. McKenney2008-05-191-1/+1
| * | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
| * | | | | rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney2008-05-191-3/+31
| * | | | | rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney2008-05-191-6/+49
| * | | | | rcu: add memory barriers and comments to rcu_check_callbacks()Paul E. McKenney2008-05-191-1/+29
| * | | | | rcu: add call_rcu_sched()Paul E. McKenney2008-05-192-62/+372
| * | | | | rcupreempt: remove duplicate prototypesSteven Rostedt2008-05-191-2/+0
* | | | | | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-153-5/+13
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh...Thomas Gleixner2008-07-143-5/+13
| |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | posix-timers: print RT watchdog messageHiroshi Shimamoto2008-05-241-0/+3
| | | * | | | | | | nohz: don't stop idle tick if softirqs are pending.Heiko Carstens2008-07-111-0/+1
| | | * | | | | | | nohz: reduce jiffies polling overheadIngo Molnar2008-05-301-0/+7
| | * | | | | | | | hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra2008-05-261-3/+2
| | * | | | | | | | hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge2008-05-261-2/+0
* | | | | | | | | | Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-07-152-9/+83
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq: remove extraneous checks in manage.cThomas Gleixner2008-07-101-3/+2
| * | | | | | | | | | genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-052-6/+81
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-152-17/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar2008-06-301-0/+2
| * | | | | | | | | | backtrace: replace timer with tasklet + completionsVegard Nossum2008-06-271-11/+26
| * | | | | | | | | | stacktrace: add saved stack traces to backtrace self-testVegard Nossum2008-06-271-1/+29
| * | | | | | | | | | stacktrace: print_stack_trace() cleanupVegard Nossum2008-06-131-6/+3
| * | | | | | | | | | stacktrace: don't crash on invalid stack trace structsJohannes Berg2008-05-241-0/+3
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-143-22/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'imx' into develRussell King2008-07-101-0/+8
| |\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-107-27/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | / / | | | | | | | |_|_|_|_|_|/ / | | | | | | |/| | | | | | |
| | | * | | | | | | | | | | dyntick: Remove last reminants of dyntick supportRussell King2008-05-123-22/+2
* | | | | | | | | | | | | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-146-50/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \