summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-14rcu classic: update qlen when cpu offlineLai Jiangshan1-0/+4
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar11-21/+66
2008-07-10Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin1-12/+8
2008-07-10kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak1-1/+1
2008-07-09kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak1-1/+1
2008-07-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2008-07-05softlockup: print a module list on being stuckArjan van de Ven1-0/+1
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-0/+21
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt1-0/+8
2008-07-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2008-07-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+15
2008-07-01rcu: fix hotplug vs rcu raceGautham R Shenoy1-1/+15
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+5
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-26rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers ...Paul E. McKenney1-4/+70
2008-06-26Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar4-30/+83
2008-06-25[PATCH] remove useless argument type in audit_filter_user()Peng Haitao2-2/+2
2008-06-25[PATCH] audit: fix kernel-doc parameter notationRandy Dunlap1-0/+1
2008-06-25[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than oncePeng Haitao1-2/+2
2008-06-24kgdb: sparse fixJason Wessel1-1/+2
2008-06-24rcu: make quiescent rcutorture less power-hungryPaul E. McKenney1-1/+1
2008-06-24rcu, rcutorture: make quiescent rcutorture less power-hungryPaul E. McKenney1-1/+4
2008-06-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-20/+73
2008-06-23futexes: fix fault handling in futex_lock_piThomas Gleixner1-20/+73
2008-06-23Merge branch 'linus' into core/rcuIngo Molnar5-37/+91
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar4-10/+18
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+18
2008-06-20sched: refactor wait_for_completion_timeout()Oleg Nesterov1-18/+6
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier1-0/+10
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra1-1/+2
2008-06-19sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi1-0/+6
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2-1/+21
2008-06-19softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel1-5/+10
2008-06-19rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt1-2/+0
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2-3/+8
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2-0/+28
2008-06-19sched: rt-group: fix RR bugletPeter Zijlstra1-1/+3
2008-06-19sched: rt-group: heirarchy aware throttlePeter Zijlstra1-26/+33
2008-06-19sched: rt-group: fix hierarchyPeter Zijlstra1-1/+0
2008-06-19sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli1-1/+1
2008-06-18rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney1-3/+56
2008-06-18rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar1-0/+1
2008-06-17sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar21-805/+342
2008-06-16rcu: remove unused field struct rcu_data::rcu_taskletLai Jiangshan1-1/+0
2008-06-13kprobes: fix error checking of batch registrationMasami Hiramatsu1-6/+9
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+14