summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-15129-1796/+891
|\
| * generic-ipi: more merge falloutIngo Molnar2008-07-154-8/+8
| * generic-ipi: merge fixIngo Molnar2008-07-151-1/+1
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15125-1787/+881
| |\
| | * x86, visws: use mach-default/entry_arch.hIngo Molnar2008-07-101-32/+2
| | * x86, visws: fix generic-ipi buildIngo Molnar2008-07-101-0/+12
| | * generic-ipi: fixletJens Axboe2008-07-061-1/+1
| | * generic-ipi: fix s390 build bugHeiko Carstens2008-07-041-1/+0
| | * generic-ipi: fix linux-next tree build failureStephen Rothwell2008-07-032-2/+2
| | * fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
| | * fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
| | * 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-2648-84/+84
| | * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-2649-108/+95
| | * sh: convert to generic helpers for IPI function callsJens Axboe2008-06-263-50/+13
| | * parisc: convert to generic helpers for IPI function callsJens Axboe2008-06-263-113/+25
| | * mips: convert to generic helpers for IPI function callsJens Axboe2008-06-264-141/+15
| | * m32r: convert to generic helpers for IPI function callsJens Axboe2008-06-265-119/+20
| | * arm: convert to generic helpers for IPI function callsJens Axboe2008-06-263-142/+19
| | * alpha: convert to generic helpers for IPI function callsJens Axboe2008-06-264-164/+16
| | * ia64: convert to generic helpers for IPI function callsJens Axboe2008-06-264-244/+19
| | * powerpc: convert to generic helpers for IPI function callsJens Axboe2008-06-267-226/+33
| | * x86: convert to generic helpers for IPI function callsJens Axboe2008-06-2620-380/+125
| | * Add generic helpers for arch IPI function callsJens Axboe2008-06-266-7/+428
* | | Merge branch 'core/rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-1533-524/+1341
|\ \ \
| * \ \ Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-1533-524/+1341
| |\ \ \ | | |/ / | |/| |
| | * | rcu classic: update qlen when cpu offlineLai Jiangshan2008-07-131-0/+4
| | * | Merge branch 'linus' into core/rcuIngo Molnar2008-07-11371-1562/+11114
| | |\ \
| | * | | rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney2008-06-262-13/+84
| | * | | Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar2008-06-2649-499/+646
| | |\ \ \ | | | | |/ | | | |/|
| | * | | 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-23283-5451/+9918
| | |\ \ \
| | * | | | rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2008-06-194-10/+54
| | * | | | rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney2008-06-182-4/+63
| | * | | | rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar2008-06-181-0/+1
| | * | | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-161446-12287/+19917
| | |\ \ \ \
| | * | | | | rcu: remove unused field struct rcu_data::rcu_taskletLai Jiangshan2008-06-161-1/+0
| | * | | | | Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar2008-06-161-1/+2
| | * | | | | rcu: fix nf_conntrack_helper.c build bugIngo Molnar2008-05-221-0/+1
| | * | | | | rculist.h: fix include in net/netfilter/nf_conntrack_netlink.cIngo Molnar2008-05-191-0/+1
| | * | | | | 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, rculist.h: fix list iteratorsPaul E. McKenney2008-05-191-33/+15
| | * | | | | rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallPaul E. McKenney2008-05-191-1/+1
| | * | | | | rculist.h: use the rcu APIFranck Bui-Huu2008-05-191-14/+9
| | * | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-1915-372/+409
| | * | | | | sched: 1Q08 RCU doc update, add call_rcu_sched()Paul E. McKenney2008-05-194-48/+210
| | * | | | | 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-192-6/+51
OpenPOWER on IntegriCloud