summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into core/rcuIngo Molnar2008-07-1111-21/+66
|\
| * Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin2008-07-101-12/+8
| * kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-101-1/+1
| * kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak2008-07-081-1/+1
| * Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-051-0/+1
| |\
| | * softlockup: print a module list on being stuckArjan van de Ven2008-07-051-0/+1
| * | security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-041-0/+21
| * | Christoph has movedChristoph Lameter2008-07-041-1/+1
| * | hrtimer: prevent migration for raising softirqSteven Rostedt2008-07-031-0/+8
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-021-0/+3
| |\ \
| | * | sched: fix divide error when trying to configure rt_period to zeroRaistlin2008-07-011-0/+3
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-021-1/+15
| |\ \ \ | | | |/ | | |/|
| | * | rcu: fix hotplug vs rcu raceGautham R Shenoy2008-07-011-1/+15
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-301-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | sched: fix cpu hotplugDmitry Adamushko2008-06-291-0/+1
| * | | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-292-4/+5
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] remove useless argument type in audit_filter_user()Peng Haitao2008-06-242-2/+2
| | * | [PATCH] audit: fix kernel-doc parameter notationRandy Dunlap2008-06-241-0/+1
| | * | [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than oncePeng Haitao2008-06-241-2/+2
* | | | 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
|\| | |
| * | | kgdb: sparse fixJason Wessel2008-06-241-1/+2
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-231-20/+73
| |\ \ \ | | | |/ | | |/|
| | * | futexes: fix fault handling in futex_lock_piThomas Gleixner2008-06-231-20/+73
| | |/
| * | Merge branch 'linus' into sched/urgentIngo Molnar2008-06-234-10/+18
| |\|
| * | sched: refactor wait_for_completion_timeout()Oleg Nesterov2008-06-201-18/+6
| * | sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier2008-06-201-0/+10
| * | sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra2008-06-201-1/+2
* | | 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
|\ \ \ | | |/ | |/|
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-204-10/+18
| |\ \ | | |/ | |/|
| | * softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-191-5/+10
| | * rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt2008-06-191-2/+0
| | * cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-192-3/+8
| * | sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi2008-06-191-0/+6
| * | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-192-0/+28
| * | sched: rt-group: fix RR bugletPeter Zijlstra2008-06-191-1/+3
| * | sched: rt-group: heirarchy aware throttlePeter Zijlstra2008-06-191-26/+33
| * | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-191-1/+0
| * | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-191-1/+1
| * | sched: fix defined-but-unused warningRabin Vincent2008-06-171-0/+2
| |/
* | 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
|\|
| * kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-121-6/+9
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-121-8/+14
| |\
| | * sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-121-2/+7
| | * sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-121-2/+5